-- MatthieuPierreMarionneau - 17 Aug 2009

EWK Multiboson Analysis of Saclay's CMS group

Table of contents

How to run an analysis

Production with CMSSW, the GhmNtupleMaker, the GRID and CRAB

Complete Guide

Running an analysis from the n-tuples using AnaNaS on dapint

CVS Tag to be used for AnaNaS

  • For 36X-38X, November 22th 2010, tag V04-11-10-RECO. Ntuple production started on November 22th 2010
  • For 39X RECO and AOD, January 2nd 2011, tag v05-01-01

IDEA! The major number XX in VXX-YY-ZZ, indicated the version of the n-tuple.

Getting AnaNaS code and AnaNaS usage

If AFS/kerberos authentications for CVS is available (e.g. on lxplus), set the following environment variable (if your shell is tcsh, use setenv VAR value in place of export VAR=value):

export CVSROOT=:gserver:cmscvs.cern.ch:/cvs_server/repositories/CMSSW

If AFS/kerberos is not available, define instead:

export CVSROOT=:ext:cmscvs.cern.ch:/cvs_server/repositories/CMSSW
export CVS_RSH=ssh

To download the code from CVS:

cvs co -d AnaNaS UserCode/GautierHdeM/AnaNaS=

Setting shell environment for AnaNaS (that starts a new shell and source the setup file):

cd AnaNas
./ananash

IDEA!To exit AnaNaS environment, and restore your former shell enviroment, run exit.

To build the code, run:

build
https://twiki.cern.ch/twiki/bin/view/CMS/ProductionFall2010#PYTHIA6_AN2

IDEA! To clean up the build (like a make clean), run the command: clean

You must set up a data directory:

cd workdir
ln -s YOUR_DATA_DIR data

Structure of data directory:

data
 +- Sample_name
 |     +- Ntuple_XYZ.root
 |     +- Ntuple_XYZ.root
 |
 +- Sample2_name

Names of samples must be registered in workdir/sample.txt.

To run the analysis:

analysis -s Sample_name

To run AnaNaS event display:

display -s Sample_name

Writing an analysis module:

Disclaimer: I wrote these instructions from my notes and I've not tested them. Philippe.

  • Create in AnaNaS/Analysis/src files MyAnalysis.cc and MyAnalysis.h, where you define and implement your analysis class. That class must inherit from SampleAnalysis class: you will find class examples in AnaNaS/Analysis/src. The class must implement the three methods:
    • virtual void bookHistograms();
    • virtual bool analyzeEvent();
    • virtual void writeHistograms();

  • Add your class MyAnalysis in the AnaNaS/Analysis/src/LinkDef.h file.

  • Add your class in AnalysisFactory.cc file:

      if( analysis_==string("MyAnalysis"))
        {
          return new MyAnalysis( "MyAnalysis", sample, collectionFileName );
        }
      

  • When runing analysis application, the analysis name (as defined above in AnalysisFactory) must be specified with the -a option: analysis -a MyAnalysis -s Sample_name

    IDEA!Common histogram templates are defined in Analysis/core/SampleAnalysis.cc. Custom templates must be defined in MyAnalysis::bookHistogram() method.

2010 data processed

No summary yet, last production on Nov4ReReco data in progress See in the repository /home/gpfs/manip/mnt/cms/data/ntuple/Data7TeV Missing jobs in available datasets

Cross sections are in pb. Integrated luminosity is also in pb-1.
Cross sections in parenthesis are given by MCFM.
Energies are given in GeV.

When bosons decay leptonically, tau channels are included. No constraints on tau decays.

Summer10 and "370 Spring10" MonteCarlo datasets (deleted from dapint)

Multibosons

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
WW /WW/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO - 122980 28 1.0 / 28 - 4.392e3 Sp
WW_2l /WW_2l_7TeV/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO - 221100 2.93 1.0 / 28 - 75.46e3 Sp
ZZ /ZZ/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO - 145368 4.3 1.0 / 4.3 - 33.806e3 Sp
WZ /WZ/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO - 118120 10.5 1.0 / 10.5 - 11.25e3 Sp
WZ_3l /WZ_3l_7TeV/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO - 109000 0.342 1.0 / 10.5 - 318.7e3 Sp
WGam /Wgamma/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO - 107050 23.2 1.0 / 23.2 - 4.614e3 Sp
ZGam /Zgamma/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO - 100470 7.3 1.0 / 7.3 - 13.76e3 Sp
ZZ_4l /ZZ_4l/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO - 110000 0.06464 1.0 / 0.06464 - 1.7e6 Sp
ZZ_2l2n /ZZ_2l2nu/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO - 109074 0.1913 1.0 / 0.1913 - 570.2e3 Sp

Single bosons

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
Z_2t /Ztautau/Summer10-START37_V5_S09-v1/GEN-SIM-RECO Pythia Full LO Minv > 20 1369709 1300 1.0 - 1300 - 1053 -
Z_2m /Zmumu/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO Minv > 20 2536784 1300 1.0 - 1300 - 1951 -
Z_2e /Zee/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO Minv > 20 2542650 1300 1.0 - 1300 - 1956 -
Z_2t_powheg /Ztautau_M20_CTEQ66-powheg/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Powheg Full NLO Minv > 20 1269404 1632 1.0 - 1632 - 778 -
Z_2m_powheg /Zmumu_M20_CTEQ66-powheg/Summer10-START36_V9_S09-v2/GEN-SIM-RECO Powheg Full NLO Minv > 20 1768457 1632 1.0 - 1632 - 1084 -
Z_2e_powheg /Zee_M20_CTEQ66-powheg/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Powheg Full NLO Minv > 20 1726236 1631 1.0 - 1631 - 1058 -
ZJets /ZJets-madgraph/Summer10-START37_V5_S09-v1/GEN-SIM-RECO madgraph Full LO / 1084921 2400 0.44 ? 2400 - 452 -
W_tn /Wtaunu/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO inclusive 2185655 7899 1.0 - 7899 - 276.7 -
W_mn Wmunu/Summer10-START36_V9_S09-v2/GEN-SIM-RECO Pythia Full LO inclusive 2087693 7899 0.742 abs(eta) < 2.5 5861.1 - 356.2 -
W_mn_plus_powheg /WplusToMuNu-CTEQ66-powheg/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Powheg Full NLO inclusive 581940 5553 1.0 / 5553 - 104.8 -
W_mn_minus_powheg /WminusToMuNu-CTEQ66-powheg/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Powheg Full NLO inclusive 645371 3791 1.0 / 3791 - 170.2 -
W_en Wenu/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO inclusive 2089408 7899 0.779 abs(eta) < 2.7 6153.3 - 339.6 -
W_en_plus_powheg /WplusToENu-CTEQ66-powheg/Summer10-START36_V9_S09-v2/GEN-SIM-RECO Powheg Full NLO inclusive 630515 5553 1.0 / 5553 - 113.5 -
W_en_minus_powheg /WminusToENu-CTEQ66-powheg/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Powheg Full NLO inclusive 763436 3791 1.0 / 3791 - 203.0 -
WJets /WJets-madgraph/Summer10-START37_V5_S09-v1/GEN-SIM-RECO madgraph Full LO / 10054528 24170 0.45 ? 24170 - 416.0 -
ZJets_2e1j_PT015 /ZeeJet_Pt0to15/Summer10-START36_V9_S09-v2/GEN-SIM-RECO Pythia Full LO 0 < pthat < 15 214330 4434 1.0 / 4434 - 48.34 -
ZJets_2e1j_PT1520 /ZeeJet_Pt15to20/Summer10-START36_V9_S09-v2/GEN-SIM-RECO Pythia Full LO 15 < pthat < 20 209740 145.4 1.0 / 145.4 - 1442 -
ZJets_2e1j_PT2030 /ZeeJet_Pt20to30/Summer10-START36_V9_S09-v2/GEN-SIM-RECO Pythia Full LO 20 < pthat < 30 175590 131.8 1.0 / 131.8 - 1332 -
ZJets_2e1j_PT3050 /ZeeJet_Pt30to50/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 30 < pthat < 50 166614 84.4 1.0 / 84.4 - 1974 -
ZJets_2e1j_PT5050 /ZeeJet_Pt50to80/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 50 < pthat < 80 68443 32.3 1.0 / 32.3 - 2.12e3 -
ZJets_2e1j_PT80120 /ZeeJet_Pt80to120/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 80 < pthat < 120 85666 9.98 1.0 / 9.98 - 8.58e3 -
ZJets_2e1j_PT120170 /ZeeJet_Pt120to170/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 120 < pthat < 170 127820 2.76 1.0 / 2.76 - 46.31e3 -
ZJets_2e1j_PT170230 /ZeeJet_Pt170to230/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 170 < pthat < 230 153000 0.72 1.0 / 0.72 - 215e3 -
ZJets_2e1j_PT230300 /ZeeJet_Pt230to300/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 230 < pthat < 300 110720 0.19 1.0 / 0.19 - 582.7e3 -
ZJets_2e1j_PT300 /ZeeJet_Pt300toInf/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 300 < pthat 113675 76.3e-3 1.0 / 76.3e-3 - 1.5e6 -
ZJets_2m1j_PT015 /ZmumuJet_Pt0to15/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 0 < pthat < 15 235420 4434 1.0 / 4434 - 53.09 -
ZJets_2m1j_PT1520 /ZmumuJet_Pt15to20/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 15 < pthat < 20 222730 145.4 1.0 / 145.4 - 1532 -
ZJets_2m1j_PT2030 /ZmumuJet_Pt20to30/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 20 < pthat < 30 164190 131.8 1.0 / 131.8 - 1246 -
ZJets_2m1j_PT3050 /ZmumuJet_Pt30to50/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 30 < pthat < 50 163920 84.4 1.0 / 84.4 - 1942 -
ZJets_2m1j_PT5050 /ZmumuJet_Pt50to80/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 50 < pthat < 80 106016 32.3 1.0 / 32.3 - 3.28e3 -
ZJets_2m1j_PT80120 /ZmumuJet_Pt80to120/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 80 < pthat < 120 107759 9.98 1.0 / 9.98 - 10.8e3 -
ZJets_2m1j_PT120170 /ZmumuJet_Pt120to170/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 120 < pthat < 170 177408 2.76 1.0 / 2.76 - 64.28e3 -
ZJets_2m1j_PT170230 /ZmumuJet_Pt170to230/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 170 < pthat < 230 178400 0.72 1.0 / 0.72 - 247.8e3 -
ZJets_2m1j_PT230300 /ZmumuJet_Pt230to300/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 230 < pthat < 300 176485 0.19 1.0 / 0.19 - 928.9e3 -
ZJets_2m1j_PT300 /ZmumuJet_Pt300toInf/Summer10-START36_V9_S09-v2/GEN-SIM-RECO Pythia Full LO 300 < pthat 109316 76.3e-3 1.0 / 76.3e-3 - 1.4e6 -

DiPhotons

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
2Gam_Box_PT1025 /DiPhotonBox_Pt10to25/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO 10 < pthat < 25 550000 358.2 1.0 / 358.2 - 1535 Sp
2Gam_Box_PT25250 /DiPhotonBox_Pt25to250/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO 25 < pthat < 250 543520 12.37 1.0 / 12.37 - 43.94e3 Sp
2Gam_Box_PT250INF /DiPhotonBox_Pt250toInf/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO 250 < pthat 216432 0.2e-3 1.0 / 0.2e-3 - 1.1e9 Sp
2Gam_Born_PT1025 /DiPhotonBorn_Pt10to25/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO 10 < pthat < 25 534055 236.4 1.0 / 236.4 - 2.26e3 Sp
2Gam_Born_PT25250 /DiPhotonBorn_Pt25to250/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO 25 < pthat < 250 750080 22.37 1.0 / 22.37 - 33.53e3 Sp
2Gam_Born_PT250INF /DiPhotonBorn_Pt250toInf/Spring10-START3X_V26_S09-v1/GEN-SIM-RECO Pythia Full LO 250 < pthat 210016 8.1e-3 1.0 / 8.1e-3 - 25.93e6 SP

Backgrounds

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
QCD_EM80170 /QCD_EMEnriched_Pt80to170/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 80 < pt_hat < 170 5546413 906e3 0.148 EM enrichment 134.1e3 - 41.3 -
QCD_EM3080 /QCD_EMEnriched_Pt30to80/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 30 < pt_hat < 80 42386264 59.3e6 0.059 EM enrichment 3.50e6 - 12.1 -
QCD_EM2030 /QCD_EMEnriched_Pt20to30/Summer10-START36_V9_S09-v2/GEN-SIM-RECO Pythia Full LO 20 < pt_hat < 30 34004866 235.5e6 0.0073 EM enrichment 1.72e6 - 19.8 -
QCD_bc80170 /QCD_BCtoE_Pt80to170/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 80 < pt_hat < 170 1208674 906e3 0.0104 bc to e 9.4e3 - 128.6 -
QCD_bc3080 /QCD_BCtoE_Pt30to80/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 30 < pt_hat < 80 2471513 59.3e6 0.00234 bc to e 138.7e3 - 17.82 -
QCD_bc2030 /QCD_BCtoE_Pt20to30/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 20 < pt_hat < 30 2761023 235.5e6 0.00046 bc to e 108e3 - 25.6 -
QCD_Mu /InclusiveMu15/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO pt_hat > 20 5120334 296.9e6 0.00037 abs(eta) > 2.5, pt > 15 110e3 - 46.6 -
QCD_PT20 /QCD_Pt-20_TuneD6T_7TeV-pythia6/Summer10-START36_V10-v1/GEN-SIM-RECO Pythia Full LO pt_hat > 20 66187300 298.8e6 1.0 / 298e6 - 0.222 -
ttbar /TTbar/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO inclusive 632010 94.3 1.0 - 94.3 - 6.7e3 -
GamJet_PT015 /PhotonJet_Pt0to15/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 0 < pt_hat < 15 115265 84.5e6 1.0 / 84.5e6 - 1.3e-3 -
GamJet_PT1520 /PhotonJet_Pt15to20/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 15 < pt_hat < 20 108560 114.7e3 1.0 / 114.7e3 - 0.95 -
GamJet_PT2030 /PhotonJet_Pt20to30/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 20 < pt_hat < 30 110000 57.2e3 1.0 / 57.2e3 - 1.92 -
GamJet_PT3050 /PhotonJet_Pt30to50/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 30 < pt_hat < 50 110000 1.65e3 1.0 / 1.65e3 - 66.7 -
GamJet_PT5080 /PhotonJet_Pt50to80/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 50 < pt_hat < 80 109730 2.72e3 1.0 / 2.72e3 - 40.34 -
GamJet_PT80120 /PhotonJet_Pt80to120/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 80 < pt_hat < 120 110827 446.2 1.0 / 446.2 - 248.4 -
GamJet_PT120170 /PhotonJet_Pt120to170/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 120 < pt_hat < 170 124273 84.43 1.0 / 84.43 - 1472 -
GamJet_PT170300 /PhotonJet_Pt170to300/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 170 < pt_hat < 300 126955 22.55 1.0 / 22.55 - 5.63e3 -
GamJet_PT300500 /PhotonJet_Pt300to500/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 300 < pt_hat < 500 107606 15.45 1.0 / 15.45 - 6.96e3 -
GamJet_PT500 /PhotonJet_Pt500toInf/Summer10-START36_V9_S09-v1/GEN-SIM-RECO Pythia Full LO 500 < pt_hat 106895 92.3e-3 1.0 / 92.3e-3 - 1.16e6 -
GamJet_PT15 /PhotonJet_Pt15/Summer10-START36_V9_S09-v1/GEN-SIM-RECODEBUG Pythia Full LO pt_hat > 15 1221770 192.2e3 1.0 - 192.2e3 - 6.36 -
GamJet_PT30 /PhotonJet_Pt30/Summer10-START36_V9_S09-v1/GEN-SIM-RECODEBUG Pythia Full LO pt_hat > 30 1023806 20.1e3 1.0 - 20.1e3 - 50.94 -
GamJet_PT80 /PhotonJet_Pt80/Summer10-START36_V9_S09-v1/GEN-SIM-RECODEBUG Pythia Full LO pt_hat > 80 1287711 556.5 1.0 - 556.5 - 2.31e3 -
GamJet_PT170 /PhotonJet_Pt170/Summer10-START36_V9_S09-v1/GEN-SIM-RECODEBUG Pythia Full LO pt_hat > 170 1209600 24.37 1.0 - 24.37 - 49.63e3 -
GamJet_PT300 /PhotonJet_Pt300/Summer10-START36_V9_S09-v1/GEN-SIM-RECODEBUG Pythia Full LO pt_hat > 300 1033240 1.636 1.0 - 1.636 - 631.6e3 -
GamJet_PT470 /PhotonJet_Pt470/Summer10-START36_V9_S09-v1/GEN-SIM-RECODEBUG Pythia Full LO pt_hat > 470 1088218 0.136 1.0 - 0.136 - 8.0e6 -

Fall10 MonteCarlo datasets (Production in progress)

Take care, still missing jobs and datasets Check the repository /home/gpfs/manip/mnt/cms/data/ntuple/Ntuple_v04_Fall10 to see what is available. Several complementary datasets are still present in /home/gpfs/manip/mnt/cms/data/ntuple/Ntuple_v04_Summer10.

Multibosons

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
WW /WWtoAnything_TuneZ2_7TeV-pythia6-tauola/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 2061760 28 1.0 / 28 - 73.6e3 -
WW_PU /WWtoAnything_TuneZ2_7TeV-pythia6-tauola/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 2061760 28 1.0 / 28 - 73.6e3 -
WW_2l2n /WWTo2L2Nu_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 110000 2.93 1.0 / 2.93 - 37.5e3 -
WW_2l2n_PU /WWTo2L2Nu_TuneZ2_7TeV-pythia6/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 110000 2.93 1.0 / 2.93 - 37.5e3 -
ZZ /ZZtoAnything_TuneZ2_7TeV-pythia6-tauola/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 2113368 4.3 1.0 / 4.3 - 491.5e3 -
ZZ_PU /ZZtoAnything_TuneZ2_7TeV-pythia6-tauola/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 2113368 4.3 1.0 / 4.3 - 491.5e3 -
WZ /WZtoAnything_TuneZ2_7TeV-pythia6-tauola/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 2194752 10.5 1.0 / 10.5 - 209e3 -
WZ_PU /WZtoAnything_TuneZ2_7TeV-pythia6-tauola/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 2194752 10.5 1.0 / 10.5 - 209e3 -
WZ_3ln /WZTo3LNu_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 110000 0.342 1.0 / 0.342 - 321.6e3 -
WZ_3ln_PU /WZTo3LNu_TuneZ2_7TeV-pythia6/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 110000 0.342 1.0 / 0.342 - 321.6e3 -
WGam /WGtoLNuG_TuneZ2_7TeV-pythia6-tauola/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 165000 23.2 1.0 / 23.2 - 7.11e3 -
ZGam /ZGtoLLG_TuneZ2_7TeV-pythia6-tauola/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO - 165000 7.3 1.0 / 7.3 - 226e3 -
ZZ_4l - Pythia Full LO - - 0.06464 1.0 / - - - NA
ZZ_2l2n - Pythia Full LO - - 0.1913 1.0 / - - - NA

Single bosons

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
Z_2t_PU /DYToTauTau_M-20_TuneZ2_7TeV-pythia6-tauola/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO Minv > 20 2011186 1300 1.0 - 1300 - 1547 -
Z_2e_PU /DYToEE_M-20_TuneZ2_7TeV-pythia6/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO Minv > 20 2085586 1300 1.0 - 1300 - 1604 -
W_tn_PU /WToTauNu_TuneZ2_7TeV-pythia6-tauola/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO inclusive 4953750 7899 1.0 - 7899 - 627.1 -
W_en_PU /WToENu_TuneZ2_7TeV-pythia6/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO inclusive 5021834 7899 0.779 abs(eta) < 2.7 6153.3 - 816.1 -
WJets_PU /WJetsToLNu_TuneZ2_7TeV-madgraph-tauola/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO madgraph Full LO l decay 15168266 24640 1.0 - 24640 - 615.6 -
ZJets_PU /DYJetsToLL_TuneZ2_M-50_7TeV-madgraph-tauola/Fall10-START38_V12-v2/GEN-SIM-RECO madgraph Full LO Minv > 50, l decay 2661949 2321 1.0 - 2321 - 1147 -

DiPhotons

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion

Backgrounds

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
QCD_EM80170 /QCD_Pt-80to170_EMEnriched_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 80 < pt_hat < 170 8073559 906e3 0.148 EM enrichment 134.1e3 - 60.2 -
QCD_EM3080 /QCD_Pt-30to80_EMEnriched_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 30 < pt_hat < 80 61068652 59.3e6 0.059 EM enrichment 3.50e6 - 17.45 -
QCD_EM2030 /QCD_Pt-20to30_EMEnriched_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 20 < pt_hat < 30 23305552 235.5e6 0.0073 EM enrichment 1.72e6 - 13.55 -
QCD_bc80170 /QCD_Pt-80to170_BCtoE_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 80 < pt_hat < 170 314900 906e3 0.0104 bc to e 9.4e3 - 33.5 -
QCD_bc3080 /QCD_Pt-30to80_BCtoE_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 30 < pt_hat < 80 1123470 59.3e6 0.00234 bc to e 138.7e3 - 8.1 -
QCD_bc2030 /QCD_Pt-20to30_BCtoE_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 20 < pt_hat < 30 2243439 235.5e6 0.00046 bc to e 108e3 - 20.8 -
QCD_1530 /QCD_Pt_15to30_TuneZ2_7TeV_pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia - - 15 < pt_hat < 30 5454640 8.159e+08 1.0 - 8.159e+08 - 0.00669 -
QCD_3050 /QCD_Pt_30to50_TuneZ2_7TeV_pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia - - 30 < pt_hat < 50 3264660 5.312e+07 1.0 - 5.312e+07 - 0.0614 -
QCD_5080 /QCD_Pt_50to80_TuneZ2_7TeV_pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia - - 50 < pt_hat < 80 3191546 6.359e+06 1.0 - 6.359e+06 - 0.502 -
ttbar /TT_TuneZ2_7TeV-pythia6-tauola/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO inclusive 1004900 94.3 1.0 - 94.3 - 10.6e3 -
GamJet_PT1530 /G_Pt_15to30_TuneZ2_7TeV_pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 15 < pt_hat < 20 1025840 170e3 1.0 / 170e3 - 6.03 -
GamJet_PT3050 /G_Pt_30to50_TuneZ2_7TeV_pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 30 < pt_hat < 50 1025480 16.5e3 1.0 / 16.5e3 - 62.15 -
GamJet_PT5080 /G_Pt_50to80_TuneZ2_7TeV_pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 50 < pt_hat < 80 1024608 2.72e3 1.0 / 2.72e3 - 376.7 -
GamJet_PT80120 /G_Pt_80to120_TuneZ2_7TeV_pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO Pythia Full LO 80 < pt_hat < 120 1048215 446.2 1.0 / 446.2 - 2349.2 -
GamJet_EM20_PU /GJet_Pt-20_doubleEMEnriched_TuneZ2_7TeV-pythia6/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO Pythia Full LO pt_hat > 20 1182075 77.1e3 0.0064 EM enrichment 493.4 - 2396 -

Winter10 MonteCarlo datasets (Production completed)

Take care, all samples are generated with pileup, and Higgs sampels are genrated in 2011 LHC conditions

Multibosons

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
WW /WWtoAnything_TuneZ2_7TeV-pythia6-tauola/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO - 2050240 27.8 1.0 / 27.8 - 73.75e3 -
WW_2l2n /WWTo2L2Nu_TuneZ2_7TeV-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO - 110000 2.9 1.0 / 2.9 - 37.93e3 -
gg_WW_2l2n /GluGluToWWTo4L_TuneZ2_7TeV-gg2ww-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v2/AODSIM Pythia Full LO - 109994 0.1538 1.0 / 0.1538 - 715.2e3 -
WZ /WZtoAnything_TuneZ2_7TeV-pythia6-tauola/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO - 2185664 10.4 1.0 / 10.4 - 210.2e3 -
WZ_3ln /WZTo3LNu_TuneZ2_7TeV-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO - 110000 0.34 1.0 / 0.34 - 323.5e3 -
ZZ /ZZtoAnything_TuneZ2_7TeV-pythia6-tauola/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO - 2113368 4.3 1.0 / 4.3 - 491.5e3 -
ZZ_2l2n /ZZTo2L2Nu_TuneZ2_7TeV-pythia6-tauola/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO - 140884 0.1913 1.0 / 0.1913 - 736.4e3 -
VGam /PhotonVJets_7TeV-madgraph/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM madgraph Full LO - 1102193 173 1.0 / 173 - 6.37e3 -

Single bosons

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
Z_2t /DYToTauTau_M-20_CT10_TuneZ2_7TeV-powheg-pythia-tauola/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v2/AODSIM Powheg Full NLO Minv > 20 1388101 1614 1.0 - 1614 - 860 -
Z_2m /DYToMuMu_M-20_CT10_TuneZ2_7TeV-powheg-pythia/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Powheg Full NLO Minv > 20 1998931 1614 1.0 - 1614 - 1238 -
Z_2e /DYToEE_M-20_CT10_TuneZ2_7TeV-powheg-pythia/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Powheg Full NLO Minv > 20 1998990 1614 1.0 - 1614 - 1238 -
WJets /WJetsToLNu_TuneZ2_7TeV-madgraph-tauola/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v2/AODSIM madgraph Full LO l decay 15168266 24640 1.0 - 24640 - 615 -

Higgs

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
gg_H_GamGam_M120 /GluGluToHToGG_M-120_7TeV-powheg-pythia6/Winter10-E7TeV_ProbDist_2011Flat_BX156_START39_V8-v1/AODSIM Powheg Full LO - 109992 1.0 1.0 / 1.0 - 1.0 -
gg_H_GamGam_M130 /GluGluToHToGG_M-130_7TeV-powheg-pythia6/Winter10-E7TeV_ProbDist_2011Flat_BX156_START39_V8-v1/AODSIM Powheg Full LO - 109991 1.0 1.0 / 1.0 - 1.0 -
gg_H_GamGam_M140 /GluGluToHToGG_M-140_7TeV-powheg-pythia6/Winter10-E7TeV_ProbDist_2011Flat_BX156_START39_V8-v1/AODSIM Powheg Full LO - 109991 1.0 1.0 / 1.0 - 1.0 -

Top events

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
ttbar /TTJets_TuneZ2_7TeV-madgraph-tauola/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM madgraph Full LO inclusive 1165716 121 1.0 - 121 - 9.63e3 -
TW /TToBLNu_TuneZ2_tW-channel_7TeV-madgraph/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM madgraph Full LO inclusive 494961 10.56 1.0 - 10.56 - 46.87e3 -
T_schan /TToBLNu_TuneZ2_s-channel_7TeV-madgraph/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM madgraph Full LO inclusive 494967 0.99 1.0 - 0.99 - 500e3 -
T_tchan /TToBLNu_TuneZ2_t-channel_7TeV-madgraph/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM madgraph Full LO inclusive 484060 21 1.0 - 21 - 23.1e3 -

QCD Backgrounds

Process DB Location Generator Simulation type Order Simulation specificities Number of events Xsection Filter Filter specificities Eff Xsection K-factor Eq luminosity Ntuple Completion
QCD_EM80170 /QCD_Pt-80to170_EMEnriched_TuneZ2_7TeV-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 80 < pt_hat < 170 8073559 900e3 0.155 EM enrichment 139.5e3 - 57.9 -
QCD_EM3080 /QCD_Pt-30to80_EMEnriched_TuneZ2_7TeV-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 30 < pt_hat < 80 71845473 59.5e6 0.065 EM enrichment 3.87e6 - 18.56 -
QCD_EM2030 /QCD_Pt-20to30_EMEnriched_TuneZ2_7TeV-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 20 < pt_hat < 30 37169939 236e6 0.0104 EM enrichment 2.45e6 - 15.17 -
QCD_bc80170 /QCD_Pt-80to170_BCtoE_TuneZ2_7TeV-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 80 < pt_hat < 170 1043390 900e3 0.0104 bc to e 9.34e3 - 111.7 -
QCD_bc3080 /QCD_Pt-30to80_BCtoE_TuneZ2_7TeV-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 30 < pt_hat < 80 1995502 59.5e6 0.00230 bc to e 136.9e3 - 14.57 -
QCD_bc2030 /QCD_Pt-20to30_BCtoE_TuneZ2_7TeV-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 20 < pt_hat < 30 2243439 236e6 0.00056 bc to e 132.2e3 - 16.97 -
QCD_Mu /QCD_Pt-20_MuEnrichedPt-15_TuneZ2_7TeV-pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 20 < pt_hat < 30 29504866 296.6e6 0.0002855 bc to e 84.7e3 - 348.3 -
GamJet_PT015 /G_Pt_0to15_TuneZ2_7TeV_pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 0 < pt_hat < 15 1057100 84.2e6 1.0 / 84.2e6 - 1e-2 -
GamJet_PT1530 /G_Pt_15to30_TuneZ2_7TeV_pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 15 < pt_hat < 30 1025840 171.7e3 1.0 / 171.7e3 - 5.97 -
GamJet_PT3050 /G_Pt_30to50_TuneZ2_7TeV_pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 30 < pt_hat < 50 1025480 16.7e3 1.0 / 16.7e3 - 61.41 -
GamJet_PT5080 /G_Pt_50to80_TuneZ2_7TeV_pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 50 < pt_hat < 80 1024608 2.72e3 1.0 / 2.72e3 - 376.7 -
GamJet_PT80120 /G_Pt_80to120_TuneZ2_7TeV_pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 80 < pt_hat < 120 1048215 447.2 1.0 / 447.2 - 2.34e3 -
GamJet_PT120170 /G_Pt_120to170_TuneZ2_7TeV_pythia6/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/AODSIM Pythia Full LO 120 < pt_hat < 170 1005641 84.17 1.0 / 84.17 - 11.95e3 -

Ntuples versions

Ntuples v01

Contain most of physics objects :

  • Electrons
  • Muons
  • Photons
  • CaloJets
  • MET
  • Z into electrons
  • Z into muons
v01 Ntuples don't contain any trigger information. Isolation variables (track, ECAL, HCAL) for electrons and muons are also missing.

Ntuples v02

  • Added IsolationDeposits (trackIsoDeposits, ECALIsoldeposits, HCALIsoDeposits) as tables for electrons and muons. It permits to compute different isolation configurations without regeneration of Ntuples.
  • Added HLT informations as run informations : large string containing all trigger names used during the generation/reconstruction of the event. A little c++ algorithm permits to retrieve trigger names from the string. Each HLT acceptance bit is stored in an ordonate table, indentation corresponding to the indentation of the trigger name list.
  • Added cross sections and generation filter informations as run informations.

Ntuples v03

See Complete v03 release notes

Ntuples v04

  • Added links between objects (e.g. electron <-> SuperCluster)
  • Added new photon variables
  • Added vertex quality variables

Ntuples v05

  • Fix HLT names bug, now HLT lines are listed properly and automatically as in standard PAT algorithms
  • Changed electron isolation variable names to be consistent with algorithm used. dR03 and dR04 iso variables are available now. (Take care, in previous definition standard variables are named dR04 in AnaNaS, whereas dR03 cones algorithms were used).
  • Added the number of TOTAL PROCESSED events in runSummary, takes into account the number of events failed in filters applied BEFORE the NtupleMaker.
  • Added global boolean for trackRechit, based of the configuration parameter fillTrackRecHitTuples : when trackRecHits are disentangled, all trackRecHit infos are suppressed. Needed to run on AOD.
  • Fix trackJet bug, collections are now available correctly
  • Basic configuration changes (major part of changes are applied in ghmAnalysis_7TeV.py file)
    • By default PAT jets are pfJets cleaned (e.g no jet coming from identifed pfElectron) with PF2PAT and are ES corrected. Other pfJets collections are not cleaned.
    • Calo and PF METs corrected from energy scale and unclustered energy are available by default.
    • Reduced EcalRecHit are used by default as EcalRecHit collection.
    • Electron isolation does not need user definition anymore.
    • Remove KT, SIS, IC jet algorithms
    • TrackRecHits are disabled by default (AOD purpose)
    • Access to PF2PAT collections is now possible with PAT running on RECO collections, already used for jets and MET.

Name Convention

The name has the form : x_y_z
x is usually the process. y and z are the decay channels or the filter applied.
The processes and filters contains full names (Z, WZ, ZGamma, ZJets, ZZJets, etc. ; EM2030, PT2030, PTZ20 (filter on Z pt > 20 GeV), etc. )
The decay products are classified :

Physic element electron muon tau general lepton "electronic or muonic" lepton neutrino jet (inclusive) jet (exclusive) b jet (inclusive) b jet (exclusive)
notation e m t l L n j J b B

Some examples :
Z into electrons -> Z_2e
ZZ into 4 leptons -> ZZ_4l
ZZinto 2 leptons and 2 neutrinos -> ZZ_2l2n
QCD with filter 15<pt<30 -> QCD_PT1530
ZGamma with filter Gamma pt>40 : ZGam_PTG40
ZZ into 2 "e or m " leptons and 2 taus decayed into 2 "e or m" leptons -> ZZ_2L2t_4L

Available HLT for Summer08 Datasets

Electron HLT

Name L1 Seed Threshold (GeV) Specificities L1 Prescale HL Prescale
HLT_Ele10_SW_L1R L1_SingleEG5 Et > 10 SW, L1R 1 10
HLT_Ele15_SW_L1R L1_SingleEG8 Et > 15 SW, L1R 1 5
HLT_Ele15_LW_L1R L1_SingleEG8 Et > 15 LW, L1R 1 5
HLT_IsoEle15_L1I L1_SingleEG12 Et > 15 Iso,L1I 1 1
HLT_IsoEle18_L1R L1_SingleEG15 Et > 18 Iso,L1R 1 1
HLT_IsoEle15_LW_L1I L1_SingleEG12 Et > 15 Iso, LW, L1I 1 1
HLT_LooseIsoEle15_LW_L1R L1_SingleEG12 Et > 15 LooseIso, LW, L1R 1 5
HLT_DoubleIsoEle10_L1I L1_DoubleIsoEG8 Et > (10,10) 2Iso, L1I 1 1
HLT_DoubleIsoEle12_L1R L1_DoubleIsoEG10 Et > (12,12) 2Iso, L1R 1 1
HLT_DoubleIsoEle10_LW_L1I L1_DoubleIsoEG8 Et > (10,10) 2Iso, LW, L1I 1 1
HLT_DoubleIsoEle12_LW_L1R L1_DoubleIsoEG10 Et > (12,12) 2Iso, LW, L1R 1 1
HLT_DoubleEle5_SW_L1R L1_DoubleEG5 Et > (5,5) 2Iso, SW, L1R 1 10
HLT_DoubleEle10_LW_OnlyPixelM_L1R L1_DoubleEG5 Et > (10,10) 2Iso, LW, L1R 1 1
HLT_DoubleEle10_Z L1_DoubleIsoEG8 Et > (10,10) Target - blue 1 1
HLT_DoubleEle6_Exclusive L1_ExclusiveDoubleIsoEG6 Et > (6,6) Target - red 1 1

L1R : Level1 relaxed trigger
L1I : Level1 isolated trigger
Iso : Isolated HL trigger
2Iso : double isolated trigger
SW : Startup window
LW : Large window
Target - blue , Target - red : Missing informations about these triggers.

Muon HLT

Name L1 Seed Threshold (GeV) Specificities L1 Prescale HL Prescale
HLT_L1Mu L1_SingleMu7, L1_DoubleMu3 ? no L1 1 20
HLT_L1MuOpen L1_SingleMuOpen ? no L1 150 1
HLT_L2Mu9 L1_SingleMu7 Et > 9 L2 1 1
HLT_IsoMu9 L1_SingleMu7 Et > 9 Iso 1 1
HLT_IsoMu11 L1_SingleMu7 Et > 11 Iso 1 1
HLT_IsoMu13 L1_SingleMu10 Et > 13 Iso 1 1
HLT_IsoMu15 L1_SingleMu10 Et > 15 Iso 1 1
HLT_Mu3 L1_SingleMu3 Et > 3 / 80 1
HLT_Mu5 L1_SingleMu5 Et > 5 / 80 1
HLT_Mu7 L1_SingleMu7 Et > 7 / 1 1
HLT_Mu9 L1_SingleMu7 Et > 9 / 1 1
HLT_Mu11 L1_SingleMu7 Et > 11 / 1 1
HLT_Mu13 L1_SingleMu10 Et > 13 / 1 1
HLT_Mu15 L1_SingleMu10 Et > 15 / 1 1
HLT_Mu15_L1Mu7 L1_SingleMu7 Et > 16 ? 1 1
HLT_Mu15_Vtx2cm L1_SingleMu7 Et > 16 ? 1 1
HLT_Mu15_Vtx2mm L1_SingleMu7 Et > 16 ? 1 1
HLT_DoubleIsoMu3 L1_DoubleMu3 Et > (3,3) 2Iso 1 1
HLT_DoubleMu3 L1_DoubleMu3 Et > (3,3) / 1 1
HLT_DoubleMu3_Vtx2cm L1_DoubleMu3 Et > (3,3) ? 1 1
HLT_DoubleMu3_Vtx2mm L1_DoubleMu3 Et > (3,3) ? 1 1
HLT_DoubleMu3_JPsi L1_DoubleMu3 Et > (3,3) , 6 > Minv > 1 / 1 1
HLT_DoubleMu3_Upsilon L1_DoubleMu3 Et > (3,3) ? 1 1
HLT_DoubleMu7_Z L1_DoubleMu3 Et > (7,7) / 1 1
HLT_DoubleMu3_SameSign L1_DoubleMu3 Et > (3,3) SameSign 1 1
HLT_DoubleMu3_Psi2S ? ? ? ? ?

Iso : Isolated HL trigger
2Iso : double isolated trigger
SameSign : leptons have the same charge

MET HLT

Name L1 Seed Threshold (GeV) Specificities L1 Prescale HL Prescale
HLT_L1MET20 L1_ETM20 Et > 20 / 1 500
HLT_MET25 L1_ETM20 Et > 25 / 1 50
HLT_MET35 L1_ETM35 Et > 35 / 1 1
HLT_MET50 L1_ETM40 Et > 50 / 1 1
HLT_MET65 L1_ETM50 Et > 65 / 1 1
HLT_MET75 L1_ETM50 Et > 75 / 1 1
HLT_MET35_HT350 L1_HTT300 (350,65) ? ? 1 1

L1 Seeds

L1 Seeds

Revisions

-- PhilippeGras - 29-Apr-2010 - Added AnaNaS instructions

Permissions

Edit | Attach | Watch | Print version | History: r54 < r53 < r52 < r51 < r50 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r54 - 2011-05-27 - unknown
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback