diff --git a/analyses/pluginATLAS/ATLAS_2013_I1230812_EL.info b/analyses/pluginATLAS/ATLAS_2013_I1230812_EL.info deleted file mode 100644 --- a/analyses/pluginATLAS/ATLAS_2013_I1230812_EL.info +++ /dev/null @@ -1,50 +0,0 @@ -Name: ATLAS_2013_I1230812_EL -Year: 2013 -Summary: $Z +$ jets in $pp$ at 7 TeV (electron channel) -Experiment: ATLAS -Collider: LHC -InspireID: 1230812 -Status: VALIDATED -Authors: - - Katharina Bierwagen - - Frank Siegert -References: - - arXiv:1304.7098 [hep-ex] - - J. High Energy Phys. 07 (2013) 032 -RunInfo: - Z+jets, electronic Z-decays -NumEvents: 1000000 -Beams: [p+, p+] -Energies: [7000] -NeedCrossSection: True -Description: - 'Measurements of the production of jets of particles in association with a Z - boson in pp collisions at $\sqrt{s}$ = 7 TeV are presented, using data corresponding - to an integrated luminosity of 4.6/fb collected by the ATLAS experiment at - the Large Hadron Collider. Inclusive and differential jet cross sections in Z - events, with Z decaying into electron or muon pairs, are measured for jets with - transverse momentum $p_T > 30$ GeV and rapidity $|y| < 4.4$. - - This Rivet module implements the event selection for Z decaying into electrons - and uses the data measured explicitly in this channel (not the combined results - shown in the paper plots). If you want to use muonic events, please refer to - ATLAS\_2013\_I1230812\_MU. - ' -BibKey: Aad:2013ysa -BibTeX: '@article{Aad:2013ysa, - author = "Aad, Georges and others", - title = "{Measurement of the production cross section of jets in - association with a Z boson in pp collisions at $\sqrt{s}$ - = 7 TeV with the ATLAS detector}", - collaboration = "ATLAS Collaboration", - journal = "JHEP", - volume = "1307", - pages = "032", - doi = "10.1007/JHEP07(2013)032", - year = "2013", - eprint = "1304.7098", - archivePrefix = "arXiv", - primaryClass = "hep-ex", - reportNumber = "CERN-PH-EP-2013-023", - SLACcitation = "%%CITATION = ARXIV:1304.7098;%%", - }' diff --git a/analyses/pluginATLAS/ATLAS_2015_I1408516.cc b/analyses/pluginATLAS/ATLAS_2015_I1408516.cc --- a/analyses/pluginATLAS/ATLAS_2015_I1408516.cc +++ b/analyses/pluginATLAS/ATLAS_2015_I1408516.cc @@ -1,246 +1,233 @@ #include "Rivet/Analysis.hh" #include "Rivet/Projections/FinalState.hh" #include "Rivet/Projections/ZFinder.hh" namespace Rivet { class ATLAS_2015_I1408516 : public Analysis { public: /// Constructor - ATLAS_2015_I1408516(const string name="ATLAS_2015_I1408516", size_t mode=0, - const string ref_data="ATLAS_2015_I1408516") : Analysis(name) { - _mode = mode; // using electron channel for combined data - setRefDataName(ref_data); - } - + DEFAULT_RIVET_ANALYSIS_CTOR(ATLAS_2015_I1408516); + //@} /// @name Analysis methods //@{ /// Book histograms and initialise projections before the run void init() { + // Get options + _mode = 0; + if ( getOption("LMODE") == "EL" ) _mode = 0; + if ( getOption("LMODE") == "MU" ) _mode = 1; + // Configure projections FinalState fs; Cut cuts = Cuts::abseta < 2.4 && Cuts::pT > 20*GeV; ZFinder zfinder(fs, cuts, (_mode ? PID::MUON : PID::ELECTRON), 12*GeV, 150*GeV, 0.1, ZFinder::CLUSTERNODECAY, ZFinder::NOTRACK); declare(zfinder, _mode ? "ZFinder_mu" : "ZFinder_el"); // Book histograms const size_t offset = _mode ? 4 : 1; - + _h["phistar_lo_00_08"] = bookHisto1D( 2, 1, offset); _h["phistar_lo_08_16"] = bookHisto1D( 3, 1, offset); _h["phistar_lo_16_24"] = bookHisto1D( 4, 1, offset); _h["phistar_me_00_04"] = bookHisto1D( 5, 1, offset); _h["phistar_me_04_08"] = bookHisto1D( 6, 1, offset); _h["phistar_me_08_12"] = bookHisto1D( 7, 1, offset); _h["phistar_me_12_16"] = bookHisto1D( 8, 1, offset); _h["phistar_me_16_20"] = bookHisto1D( 9, 1, offset); _h["phistar_me_20_24"] = bookHisto1D(10, 1, offset); _h["phistar_hi_00_08"] = bookHisto1D(11, 1, offset); _h["phistar_hi_08_16"] = bookHisto1D(12, 1, offset); _h["phistar_hi_16_24"] = bookHisto1D(13, 1, offset); _h["phistar_mll_46_66" ] = bookHisto1D(14, 1, offset); _h["phistar_mll_66_116" ] = bookHisto1D(15, 1, offset); _h["phistar_mll_116_150"] = bookHisto1D(16, 1, offset); _h["zpt_00_04"] = bookHisto1D(17, 1, offset); _h["zpt_04_08"] = bookHisto1D(18, 1, offset); _h["zpt_08_12"] = bookHisto1D(19, 1, offset); _h["zpt_12_16"] = bookHisto1D(20, 1, offset); _h["zpt_16_20"] = bookHisto1D(21, 1, offset); _h["zpt_20_24"] = bookHisto1D(22, 1, offset); _h["zpt_mll_12_20" ] = bookHisto1D(23, 1, offset); _h["zpt_mll_20_30" ] = bookHisto1D(24, 1, offset); _h["zpt_mll_30_46" ] = bookHisto1D(25, 1, offset); _h["zpt_mll_46_66" ] = bookHisto1D(26, 1, offset); _h["zpt_mll_66_116" ] = bookHisto1D(27, 1, offset); _h["zpt_mll_116_150"] = bookHisto1D(28, 1, offset); _h["zpt_00_04_xsec"] = bookHisto1D(29, 1, offset); _h["zpt_04_08_xsec"] = bookHisto1D(30, 1, offset); _h["zpt_08_12_xsec"] = bookHisto1D(31, 1, offset); _h["zpt_12_16_xsec"] = bookHisto1D(32, 1, offset); _h["zpt_16_20_xsec"] = bookHisto1D(33, 1, offset); _h["zpt_20_24_xsec"] = bookHisto1D(34, 1, offset); _h["zpt_mll_12_20_xsec" ] = bookHisto1D(35, 1, offset); _h["zpt_mll_20_30_xsec" ] = bookHisto1D(36, 1, offset); _h["zpt_mll_30_46_xsec" ] = bookHisto1D(37, 1, offset); _h["zpt_mll_46_66_xsec" ] = bookHisto1D(38, 1, offset); _h["zpt_mll_66_116_xsec" ] = bookHisto1D(39, 1, offset); _h["zpt_mll_116_150_xsec"] = bookHisto1D(40, 1, offset); _h["mll_xsec"] = bookHisto1D(41, 1, 1 + _mode); } /// Perform the per-event analysis void analyze(const Event& event) { // Get leptonic Z boson const ZFinder& zfinder = apply(event, _mode ? "ZFinder_mu" : "ZFinder_el"); if (zfinder.bosons().size() != 1 ) vetoEvent; const Particle& Zboson = zfinder.boson(); // Get/cut on heavily used Z boson properties const double zpt = Zboson.pT(); const double zrap = Zboson.absrap(); const double zmass = Zboson.mass(); if (zrap > 2.4) vetoEvent; // Get/cut on Z boson leptons const ParticleVector& leptons = zfinder.constituents(); if (leptons.size() != 2 || leptons[0].threeCharge() * leptons[1].threeCharge() > 0) vetoEvent; const Particle& lminus = leptons[0].charge() < 0 ? leptons[0] : leptons[1]; const Particle& lplus = leptons[0].charge() < 0 ? leptons[1] : leptons[0]; // Compute phi* const double phi_acop = M_PI - deltaPhi(lminus, lplus); const double costhetastar = tanh( 0.5 * (lminus.eta() - lplus.eta()) ); const double sin2thetastar = (costhetastar > 1) ? 0.0 : (1.0 - sqr(costhetastar)); const double phistar = tan(0.5 * phi_acop) * sqrt(sin2thetastar); // Event weight for histogramming const double weight = event.weight(); // Inclusive mll if (zmass > 46*GeV || zpt > 45*GeV) { // 46 GeV < mll < 150 GeV OR (12 GeV < mll < 46 GeV AND ZpT >45 GeV) _h["mll_xsec"]->fill(zmass, weight); } // 12 GeV < mll < 150 GeV observables if (zmass < 20*GeV) { // 12 GeV < mll < 20 GeV if (zpt > 45*GeV) { // ZpT cut only for low-mass regions _h["zpt_mll_12_20_xsec"]->fill(zpt, weight); _h["zpt_mll_12_20" ]->fill(zpt, weight); } } else if (zmass < 30*GeV) { // 20 GeV < mll < 30 GeV if (zpt > 45*GeV) { // ZpT cut only for low-mass regions _h["zpt_mll_20_30_xsec"]->fill(zpt, weight); _h["zpt_mll_20_30" ]->fill(zpt, weight); } } else if (zmass < 46*GeV) { // 30 GeV < mll < 46 GeV if (zpt > 45*GeV) { // ZpT cut only for low-mass regions _h["zpt_mll_30_46_xsec"]->fill(zpt, weight); _h["zpt_mll_30_46" ]->fill(zpt, weight); } } else if (zmass < 66*GeV) { // 46 GeV < mll < 66 GeV _h["zpt_mll_46_66_xsec"]->fill(zpt, weight); _h["zpt_mll_46_66" ]->fill(zpt, weight); _h["phistar_mll_46_66"]->fill(phistar, weight); if (zrap < 0.8) _h["phistar_lo_00_08"]->fill(phistar, weight); else if (zrap < 1.6) _h["phistar_lo_08_16"]->fill(phistar, weight); else _h["phistar_lo_16_24"]->fill(phistar, weight); } else if (zmass < 116*GeV) { // 66 GeV < mll < 116 GeV _h["zpt_mll_66_116_xsec"]->fill(zpt, weight); _h["zpt_mll_66_116" ]->fill(zpt, weight); if (zrap < 0.4) { _h["zpt_00_04_xsec"]->fill(zpt, weight); _h["zpt_00_04"]->fill(zpt, weight); } else if (zrap < 0.8) { _h["zpt_04_08_xsec"]->fill(zpt, weight); _h["zpt_04_08"]->fill(zpt, weight); } else if (zrap < 1.2) { _h["zpt_08_12_xsec"]->fill(zpt, weight); _h["zpt_08_12"]->fill(zpt, weight); } else if (zrap < 1.6) { _h["zpt_12_16_xsec"]->fill(zpt, weight); _h["zpt_12_16"]->fill(zpt, weight); } else if (zrap < 2.0) { _h["zpt_16_20_xsec"]->fill(zpt, weight); _h["zpt_16_20"]->fill(zpt, weight); } else { _h["zpt_20_24_xsec"]->fill(zpt, weight); _h["zpt_20_24"]->fill(zpt, weight); } _h["phistar_mll_66_116"]->fill(phistar, weight); if (zrap < 0.4) _h["phistar_me_00_04"]->fill(phistar, weight); else if (zrap < 0.8) _h["phistar_me_04_08"]->fill(phistar, weight); else if (zrap < 1.2) _h["phistar_me_08_12"]->fill(phistar, weight); else if (zrap < 1.6) _h["phistar_me_12_16"]->fill(phistar, weight); else if (zrap < 2.0) _h["phistar_me_16_20"]->fill(phistar, weight); else _h["phistar_me_20_24"]->fill(phistar, weight); } else { // 116 GeV < mll < 150 GeV _h["zpt_mll_116_150_xsec"]->fill(zpt, weight); _h["zpt_mll_116_150" ]->fill(zpt, weight); _h["phistar_mll_116_150"]->fill(phistar, weight); if (zrap < 0.8) _h["phistar_hi_00_08"]->fill(phistar, weight); else if (zrap < 1.6) _h["phistar_hi_08_16"]->fill(phistar, weight); else _h["phistar_hi_16_24"]->fill(phistar, weight); } } /// Normalise histograms etc., after the run void finalize() { // Scale non-xsec plots to cross-section const double sf = crossSection() / picobarn / sumOfWeights(); for (const auto& key_hist : _h) { scale(key_hist.second, sf); if (!contains(key_hist.first, "_xsec")) normalize(key_hist.second); } // M(ll) plot isn't a differential cross section so shouldn't be divided by bin width for (size_t i = 0; i < 6; ++i) { double bw = _h["mll_xsec"]->bin(i).xWidth(); _h["mll_xsec"]->bin(i).scaleW(bw); } } //@} protected: size_t _mode; private: /// @name Histograms //@{ map _h; //@} }; + DECLARE_RIVET_PLUGIN(ATLAS_2015_I1408516); - - class ATLAS_2015_I1408516_EL : public ATLAS_2015_I1408516 { - public: - ATLAS_2015_I1408516_EL() : ATLAS_2015_I1408516("ATLAS_2015_I1408516_EL", 0) { } - }; - - class ATLAS_2015_I1408516_MU : public ATLAS_2015_I1408516 { - public: - ATLAS_2015_I1408516_MU() : ATLAS_2015_I1408516("ATLAS_2015_I1408516_MU", 1) { } - }; - - - DECLARE_RIVET_PLUGIN(ATLAS_2015_I1408516); - DECLARE_RIVET_PLUGIN(ATLAS_2015_I1408516_EL); - DECLARE_RIVET_PLUGIN(ATLAS_2015_I1408516_MU); } diff --git a/analyses/pluginATLAS/ATLAS_2015_I1408516.info b/analyses/pluginATLAS/ATLAS_2015_I1408516.info --- a/analyses/pluginATLAS/ATLAS_2015_I1408516.info +++ b/analyses/pluginATLAS/ATLAS_2015_I1408516.info @@ -1,40 +1,43 @@ Name: ATLAS_2015_I1408516 Year: 2015 Summary: $Z$ $p_T$ and $Z$ $\phi^*$ Experiment: ATLAS Collider: LHC InspireID: 1408516 Status: VALIDATED Authors: - Christian Gutschow References: - arXiv:1512.02192 [hep-ex] - submitted to EPJC RunInfo: inclusive Z production in the electron channel Beams: [p+, p+] Energies: [8000] PtCuts: [12,20] NeedCrossSection: True +Options: +- LMODE=EL,MU Description: - Distributions of transverse momentum $p_\text{T}^{\ell\ell}$ and the angular variable $\phi^\ast_\eta$ of Drell-Yan lepton pairs + 'Distributions of transverse momentum $p_\text{T}^{\ell\ell}$ and the angular variable $\phi^\ast_\eta$ of Drell-Yan lepton pairs are measured in $20.3\,\text{fb}^{-1}$ of proton-proton collisions at $\sqrt{s}=8$\,TeV with the ATLAS detector at the LHC. Measurements in electron-pair and muon-pair final states are corrected for detector effects. Compared to previous measurements in proto--proton collisions at i$\sqrt{s}=7$\,TeV, these new measurements benefit from a larger data sample and improved control of systematic uncertainties. Measurements are performed in bins of lepton-pair mass above, around and below the $Z$-boson mass peak. - Specify the lepton channel (default is Z->ee) by using the dedicated plugins ATLAS_2015_I1408516_EL and ATLAS_2015_I1408516_MU. + Specify the lepton channel (default is Z->ee) by using the LMODE variable. Only individual channels are available as particle-level + measurements.' BibKey: Aad:2015auj BibTeX: '@article{Aad:2015auj, author = "Aad, Georges and others", title = "{Measurement of the transverse momentum and $\phi^*_{\eta}$ distributions of Drell-Yan lepton pairs in proton--proton collisions at $\sqrt{s}=8$~TeV with the ATLAS detector}", collaboration = "ATLAS", year = "2015", eprint = "1512.02192", archivePrefix = "arXiv", primaryClass = "hep-ex", reportNumber = "CERN-PH-EP-2015-275", SLACcitation = "%%CITATION = ARXIV:1512.02192;%%" }' diff --git a/analyses/pluginATLAS/ATLAS_2015_I1408516.plot b/analyses/pluginATLAS/ATLAS_2015_I1408516.plot --- a/analyses/pluginATLAS/ATLAS_2015_I1408516.plot +++ b/analyses/pluginATLAS/ATLAS_2015_I1408516.plot @@ -1,219 +1,430 @@ # BEGIN PLOT /ATLAS_2015_I1408516/d.. XTwosidedTicks=1 YTwosidedTicks=1 LegendYPos=0.3 LegendXPos=0.05 LogX=1 YLabel=$1/\sigma$ $\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ XLabel=$p_\text{T}^{\ell\ell}$ [GeV] # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d0[2-9] YLabel=$1/\sigma$ $\text{d}\sigma/\text{d}\phi^\ast_\eta$ XLabel=$\phi^\ast_\eta$ XMin=0.001 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d1[0-6] YLabel=$1/\sigma$ $\text{d}\sigma/\text{d}\phi^\ast_\eta$ XLabel=$\phi^\ast_\eta$ XMin=0.001 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d02 Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 0.8$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d03 Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.6$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d04 Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d05 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d06 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4\leq |y_{\ell\ell}| < 0.8$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d07 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.2$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d08 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2\leq |y_{\ell\ell}| < 1.6$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d09 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.0$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d10 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0\leq |y_{\ell\ell}| < 2.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d11 Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 0.8$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d12 Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.6$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d13 Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d14 Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d15 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d16 Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d17 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d18 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4 \leq |y_{\ell\ell}| < 0.8$ XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d19 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8 \leq |y_{\ell\ell}| < 1.2$ XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d20 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2 \leq |y_{\ell\ell}| < 1.6$ XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d21 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6 \leq |y_{\ell\ell}| < 2.0$ XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d22 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0 \leq |y_{\ell\ell}| < 2.4$ XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d23 Title=$Z\rightarrow ee$, dressed level, $12\,\text{GeV}\leq m_{\ell\ell} < 20\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d24 Title=$Z\rightarrow ee$, dressed level, $20\,\text{GeV}\leq m_{\ell\ell} < 30\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d25 Title=$Z\rightarrow ee$, dressed level, $30\,\text{GeV}\leq m_{\ell\ell} < 46\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d26 Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d27 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d28 Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d29 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d30 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4 \leq |y_{\ell\ell}| < 0.8$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d31 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8 \leq |y_{\ell\ell}| < 1.2$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d32 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2 \leq |y_{\ell\ell}| < 1.6$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d33 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6 \leq |y_{\ell\ell}| < 2.0$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d34 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0 \leq |y_{\ell\ell}| < 2.4$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d35 Title=$Z\rightarrow ee$, dressed level, $12\,\text{GeV}\leq m_{\ell\ell} < 20\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] RatioPlotYMax=3.0 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d36 Title=$Z\rightarrow ee$, dressed level, $20\,\text{GeV}\leq m_{\ell\ell} < 30\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] RatioPlotYMax=3.0 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d37 Title=$Z\rightarrow ee$, dressed level, $30\,\text{GeV}\leq m_{\ell\ell} < 46\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] RatioPlotYMax=3.0 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d38 Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d39 Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d40 Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] XMin=0.9 # END PLOT # BEGIN PLOT /ATLAS_2015_I1408516/d41 Title=$Z\rightarrow ee$, dressed level XLabel=$m_{\ell\ell}$ [GeV] YLabel=$\sigma$ [pb] LogX=0 LegendYPos=0.95 # END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d0[2-9]..y04 +YLabel=$1/\sigma$ $\text{d}\sigma/\text{d}\phi^\ast_\eta$ +XLabel=$\phi^\ast_\eta$ +XMin=0.001 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d1[0-6]..y04 +YLabel=$1/\sigma$ $\text{d}\sigma/\text{d}\phi^\ast_\eta$ +XLabel=$\phi^\ast_\eta$ +XMin=0.001 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d02..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 0.8$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d03..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.6$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d04..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d05..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d06..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4\leq |y_{\ell\ell}| < 0.8$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d07..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.2$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d08..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2\leq |y_{\ell\ell}| < 1.6$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d09..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.0$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d10..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0\leq |y_{\ell\ell}| < 2.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d11..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 0.8$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d12..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.6$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d13..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d14..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d15..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d16..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d17..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d18..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4 \leq |y_{\ell\ell}| < 0.8$ +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d19..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8 \leq |y_{\ell\ell}| < 1.2$ +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d20..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2 \leq |y_{\ell\ell}| < 1.6$ +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d21..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6 \leq |y_{\ell\ell}| < 2.0$ +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d22..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0 \leq |y_{\ell\ell}| < 2.4$ +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d23..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $12\,\text{GeV}\leq m_{\ell\ell} < 20\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d24..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $20\,\text{GeV}\leq m_{\ell\ell} < 30\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d25..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $30\,\text{GeV}\leq m_{\ell\ell} < 46\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d26..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d27..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d28..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d29..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d30..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4 \leq |y_{\ell\ell}| < 0.8$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d31..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8 \leq |y_{\ell\ell}| < 1.2$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d32..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2 \leq |y_{\ell\ell}| < 1.6$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d33..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6 \leq |y_{\ell\ell}| < 2.0$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d34..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0 \leq |y_{\ell\ell}| < 2.4$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d35..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $12\,\text{GeV}\leq m_{\ell\ell} < 20\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +RatioPlotYMax=3.0 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d36..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $20\,\text{GeV}\leq m_{\ell\ell} < 30\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +RatioPlotYMax=3.0 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d37..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $30\,\text{GeV}\leq m_{\ell\ell} < 46\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +RatioPlotYMax=3.0 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d38..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d39..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d40..y04 +Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ +YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] +XMin=0.9 +# END PLOT + +# BEGIN PLOT /ATLAS_2015_I1408516/d41..y04 +Title=$Z\rightarrow \mu\mu$, dressed level +XLabel=$m_{\ell\ell}$ [GeV] +YLabel=$\sigma$ [pb] +LogX=0 +LegendYPos=0.95 +# END PLOT + + diff --git a/analyses/pluginATLAS/ATLAS_2015_I1408516_EL.info b/analyses/pluginATLAS/ATLAS_2015_I1408516_EL.info deleted file mode 100644 --- a/analyses/pluginATLAS/ATLAS_2015_I1408516_EL.info +++ /dev/null @@ -1,40 +0,0 @@ -Name: ATLAS_2015_I1408516_EL -Year: 2015 -Summary: $Z$ $p_T$ and $Z$ $\phi^*$ in electron channel -Experiment: ATLAS -Collider: LHC -InspireID: 1408516 -Status: VALIDATED -Authors: - - Christian Gutschow -References: - - arXiv:1512.02192 [hep-ex] - - submitted to EPJC -RunInfo: - inclusive Z production in the electron channel -Beams: [p+, p+] -Energies: [8000] -PtCuts: [12,20] -NeedCrossSection: True -Description: - Distributions of transverse momentum $p_\text{T}^{\ell\ell}$ and the angular variable $\phi^\ast_\eta$ of Drell-Yan lepton pairs - are measured in $20.3\,\text{fb}^{-1}$ of proton-proton collisions at $\sqrt{s}=8$\,TeV with the ATLAS detector at the LHC. - Measurements in electron-pair and muon-pair final states are corrected for detector effects. Compared to previous measurements - in proto--proton collisions at i$\sqrt{s}=7$\,TeV, these new measurements benefit from a larger data sample and improved control - of systematic uncertainties. Measurements are performed in bins of lepton-pair mass above, around and below the $Z$-boson mass peak. - Specify the lepton channel (default is Z->ee) by using the dedicated plugins ATLAS_2015_I1408516_EL and ATLAS_2015_I1408516_MU. -BibKey: Aad:2015auj -BibTeX: '@article{Aad:2015auj, - author = "Aad, Georges and others", - title = "{Measurement of the transverse momentum and - $\phi^*_{\eta}$ distributions of Drell-Yan lepton pairs in - proton-proton collisions at $\sqrt{s}=8$~TeV with the - ATLAS detector}", - collaboration = "ATLAS", - year = "2015", - eprint = "1512.02192", - archivePrefix = "arXiv", - primaryClass = "hep-ex", - reportNumber = "CERN-PH-EP-2015-275", - SLACcitation = "%%CITATION = ARXIV:1512.02192;%%" -}' diff --git a/analyses/pluginATLAS/ATLAS_2015_I1408516_EL.plot b/analyses/pluginATLAS/ATLAS_2015_I1408516_EL.plot deleted file mode 100644 --- a/analyses/pluginATLAS/ATLAS_2015_I1408516_EL.plot +++ /dev/null @@ -1,219 +0,0 @@ -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d.. -XTwosidedTicks=1 -YTwosidedTicks=1 -LegendYPos=0.3 -LegendXPos=0.05 -LogX=1 -YLabel=$1/\sigma$ $\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ -XLabel=$p_\text{T}^{\ell\ell}$ [GeV] -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d0[2-9] -YLabel=$1/\sigma$ $\text{d}\sigma/\text{d}\phi^\ast_\eta$ -XLabel=$\phi^\ast_\eta$ -XMin=0.001 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d1[0-6] -YLabel=$1/\sigma$ $\text{d}\sigma/\text{d}\phi^\ast_\eta$ -XLabel=$\phi^\ast_\eta$ -XMin=0.001 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d02 -Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 0.8$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d03 -Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.6$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d04 -Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d05 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d06 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4\leq |y_{\ell\ell}| < 0.8$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d07 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.2$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d08 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2\leq |y_{\ell\ell}| < 1.6$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d09 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.0$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d10 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0\leq |y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d11 -Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 0.8$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d12 -Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.6$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d13 -Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d14 -Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d15 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d16 -Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d17 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d18 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4 \leq |y_{\ell\ell}| < 0.8$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d19 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8 \leq |y_{\ell\ell}| < 1.2$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d20 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2 \leq |y_{\ell\ell}| < 1.6$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d21 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6 \leq |y_{\ell\ell}| < 2.0$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d22 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0 \leq |y_{\ell\ell}| < 2.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d23 -Title=$Z\rightarrow ee$, dressed level, $12\,\text{GeV}\leq m_{\ell\ell} < 20\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d24 -Title=$Z\rightarrow ee$, dressed level, $20\,\text{GeV}\leq m_{\ell\ell} < 30\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d25 -Title=$Z\rightarrow ee$, dressed level, $30\,\text{GeV}\leq m_{\ell\ell} < 46\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d26 -Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d27 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d28 -Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d29 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d30 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4 \leq |y_{\ell\ell}| < 0.8$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d31 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8 \leq |y_{\ell\ell}| < 1.2$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d32 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2 \leq |y_{\ell\ell}| < 1.6$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d33 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6 \leq |y_{\ell\ell}| < 2.0$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d34 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0 \leq |y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d35 -Title=$Z\rightarrow ee$, dressed level, $12\,\text{GeV}\leq m_{\ell\ell} < 20\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -RatioPlotYMax=3.0 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d36 -Title=$Z\rightarrow ee$, dressed level, $20\,\text{GeV}\leq m_{\ell\ell} < 30\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -RatioPlotYMax=3.0 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d37 -Title=$Z\rightarrow ee$, dressed level, $30\,\text{GeV}\leq m_{\ell\ell} < 46\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -RatioPlotYMax=3.0 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d38 -Title=$Z\rightarrow ee$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d39 -Title=$Z\rightarrow ee$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d40 -Title=$Z\rightarrow ee$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_EL/d41 -Title=$Z\rightarrow ee$, dressed level -XLabel=$m_{\ell\ell}$ [GeV] -YLabel=$\sigma$ [pb] -LogX=0 -LegendYPos=0.95 -# END PLOT - diff --git a/analyses/pluginATLAS/ATLAS_2015_I1408516_MU.info b/analyses/pluginATLAS/ATLAS_2015_I1408516_MU.info deleted file mode 100644 --- a/analyses/pluginATLAS/ATLAS_2015_I1408516_MU.info +++ /dev/null @@ -1,40 +0,0 @@ -Name: ATLAS_2015_I1408516_MU -Year: 2015 -Summary: $Z$ $p_T$ and $Z$ $\phi^*$ in muon channel -Experiment: ATLAS -Collider: LHC -InspireID: 1408516 -Status: VALIDATED -Authors: - - Christian Gutschow -References: - - arXiv:1512.02192 [hep-ex] - - submitted to EPJC -RunInfo: - inclusive Z production in the muon channel -Beams: [p+, p+] -Energies: [8000] -PtCuts: [12,20] -NeedCrossSection: True -Description: - Distributions of transverse momentum $p_\text{T}^{\ell\ell}$ and the angular variable $\phi^\ast_\eta$ of Drell-Yan lepton pairs - are measured in $20.3\,\text{fb}^{-1}$ of proton-proton collisions at $\sqrt{s}=8$\,TeV with the ATLAS detector at the LHC. - Measurements in electron-pair and muon-pair final states are corrected for detector effects. Compared to previous measurements - in proto--proton collisions at i$\sqrt{s}=7$\,TeV, these new measurements benefit from a larger data sample and improved control - of systematic uncertainties. Measurements are performed in bins of lepton-pair mass above, around and below the $Z$-boson mass peak. - Specify the lepton channel (default is Z->ee) by using the dedicated plugins ATLAS_2015_I1408516_EL and ATLAS_2015_I1408516_MU. -BibKey: Aad:2015auj -BibTeX: '@article{Aad:2015auj, - author = "Aad, Georges and others", - title = "{Measurement of the transverse momentum and - $\phi^*_{\eta}$ distributions of Drell-Yan lepton pairs in - proton-proton collisions at $\sqrt{s}=8$~TeV with the - ATLAS detector}", - collaboration = "ATLAS", - year = "2015", - eprint = "1512.02192", - archivePrefix = "arXiv", - primaryClass = "hep-ex", - reportNumber = "CERN-PH-EP-2015-275", - SLACcitation = "%%CITATION = ARXIV:1512.02192;%%" -}' diff --git a/analyses/pluginATLAS/ATLAS_2015_I1408516_MU.plot b/analyses/pluginATLAS/ATLAS_2015_I1408516_MU.plot deleted file mode 100644 --- a/analyses/pluginATLAS/ATLAS_2015_I1408516_MU.plot +++ /dev/null @@ -1,219 +0,0 @@ -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d.. -XTwosidedTicks=1 -YTwosidedTicks=1 -LegendYPos=0.3 -LegendXPos=0.05 -LogX=1 -YLabel=$1/\sigma$ $\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ -XLabel=$p_\text{T}^{\ell\ell}$ [GeV] -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d0[2-9] -YLabel=$1/\sigma$ $\text{d}\sigma/\text{d}\phi^\ast_\eta$ -XLabel=$\phi^\ast_\eta$ -XMin=0.001 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d1[0-6] -YLabel=$1/\sigma$ $\text{d}\sigma/\text{d}\phi^\ast_\eta$ -XLabel=$\phi^\ast_\eta$ -XMin=0.001 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d02 -Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 0.8$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d03 -Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.6$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d04 -Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d05 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d06 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4\leq |y_{\ell\ell}| < 0.8$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d07 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.2$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d08 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2\leq |y_{\ell\ell}| < 1.6$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d09 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.0$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d10 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0\leq |y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d11 -Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 0.8$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d12 -Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $0.8\leq |y_{\ell\ell}| < 1.6$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d13 -Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $1.6\leq |y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d14 -Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d15 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d16 -Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d17 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d18 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4 \leq |y_{\ell\ell}| < 0.8$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d19 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8 \leq |y_{\ell\ell}| < 1.2$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d20 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2 \leq |y_{\ell\ell}| < 1.6$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d21 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6 \leq |y_{\ell\ell}| < 2.0$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d22 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0 \leq |y_{\ell\ell}| < 2.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d23 -Title=$Z\rightarrow \mu\mu$, dressed level, $12\,\text{GeV}\leq m_{\ell\ell} < 20\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d24 -Title=$Z\rightarrow \mu\mu$, dressed level, $20\,\text{GeV}\leq m_{\ell\ell} < 30\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d25 -Title=$Z\rightarrow \mu\mu$, dressed level, $30\,\text{GeV}\leq m_{\ell\ell} < 46\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d26 -Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d27 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d28 -Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d29 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 0.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d30 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.4 \leq |y_{\ell\ell}| < 0.8$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d31 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $0.8 \leq |y_{\ell\ell}| < 1.2$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d32 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.2 \leq |y_{\ell\ell}| < 1.6$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d33 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $1.6 \leq |y_{\ell\ell}| < 2.0$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d34 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $2.0 \leq |y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d35 -Title=$Z\rightarrow \mu\mu$, dressed level, $12\,\text{GeV}\leq m_{\ell\ell} < 20\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -RatioPlotYMax=3.0 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d36 -Title=$Z\rightarrow \mu\mu$, dressed level, $20\,\text{GeV}\leq m_{\ell\ell} < 30\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -RatioPlotYMax=3.0 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d37 -Title=$Z\rightarrow \mu\mu$, dressed level, $30\,\text{GeV}\leq m_{\ell\ell} < 46\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -RatioPlotYMax=3.0 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d38 -Title=$Z\rightarrow \mu\mu$, dressed level, $46\,\text{GeV}\leq m_{\ell\ell} < 66\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d39 -Title=$Z\rightarrow \mu\mu$, dressed level, $66\,\text{GeV}\leq m_{\ell\ell} < 116\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d40 -Title=$Z\rightarrow \mu\mu$, dressed level, $116\,\text{GeV}\leq m_{\ell\ell} < 150\,\text{GeV}$, $|y_{\ell\ell}| < 2.4$ -YLabel=$\text{d}\sigma/\text{d} p_\text{T}^{\ell\ell}$ [pb GeV$^{-1}$] -XMin=0.9 -# END PLOT - -# BEGIN PLOT /ATLAS_2015_I1408516_MU/d41 -Title=$Z\rightarrow \mu\mu$, dressed level -XLabel=$m_{\ell\ell}$ [GeV] -YLabel=$\sigma$ [pb] -LogX=0 -LegendYPos=0.95 -# END PLOT -