CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
PDWG_MuonPOGSkim_cff Namespace Reference

Variables

string DIMUON = 'mass > 40 || ((daughter(0).isStandAloneMuon) && ( ?daughter(0).masterClone.isStandAloneMuon?({dg0}.p+{dg1}.p)*({dg0}.p+{dg1}.p)-({dg0}.px+{dg1}.px)*({dg0}.px+{dg1}.px)-({dg0}.py+{dg1}.py)*({dg0}.py+{dg1}.py)-({dg0}.pz+{dg1}.pz)*({dg0}.pz+{dg1}.pz):2000) > 1600)'
 
tuple DiMuonSTAPOGFilterSkim
 
tuple DiMuonSTAPOGSkim
 
tuple DiMuonTrackPOGFilterSkim
 
tuple DiMuonTrackPOGSkim
 
tuple GoodJPsiProbeStaMuons
 
tuple GoodJPsiProbeStaMuonsCount
 
tuple GoodJPsiProbeTracksMuons
 
tuple GoodJPsiTagMuons
 
tuple GoodProbeStaMuons
 
tuple GoodProbeStaMuonsCount
 
tuple GoodProbeTrackMuons
 
tuple GoodTagMuons
 
tuple MuonPOG_EventContent
 
tuple MuonPOGJPsiSkimHLTFilter = copy.deepcopy(hltHighLevel)
 
tuple MuonPOGJPsiSkimSTASequence
 
tuple MuonPOGJPsiSkimTrackSequence
 
tuple MuonPOGSkimHLTFilter = copy.deepcopy(hltHighLevel)
 
tuple MuonPOGSkimSTASequence
 
tuple MuonPOGSkimTrackSequence
 
string PROBESTA_CUT = 'pt > 10 && abs(eta)<2.4 && isStandAloneMuon == 1'
 
string PROBESTA_JPSI_CUT = 'pt > 2 && abs(eta)<2.4 && isStandAloneMuon == 1'
 
string PROBETRACK_CUT = 'pt > 10 && abs(eta)<2.4 && (charge!=0)'
 
string PROBETRACK_JPSI_CUT = 'pt > 2 && abs(eta)<2.4 && (charge!=0)'
 
string TAGMUON_CUT = '(pt > 25) && (abs(eta)<2.4) && (isPFMuon>0) && (isGlobalMuon = 1) && (globalTrack().normalizedChi2() < 10) && (globalTrack().hitPattern().numberOfValidMuonHits()>0)&& (numberOfMatchedStations() > 1)&& (innerTrack().hitPattern().numberOfValidPixelHits() > 0)&& (innerTrack().hitPattern().trackerLayersWithMeasurement() > 5) && (((pfIsolationR04.sumChargedHadronPt + max(0., pfIsolationR04.sumNeutralHadronEt + pfIsolationR04.sumPhotonEt - 0.5 * pfIsolationR04.sumPUPt) ) / pt)<0.2)'
 
string TAGMUON_JPSI_CUT = '(isGlobalMuon || numberOfMatchedStations > 1) && pt > 5'
 

Variable Documentation

tuple PDWG_MuonPOGSkim_cff.DIMUON = 'mass > 40 || ((daughter(0).isStandAloneMuon) && ( ?daughter(0).masterClone.isStandAloneMuon?({dg0}.p+{dg1}.p)*({dg0}.p+{dg1}.p)-({dg0}.px+{dg1}.px)*({dg0}.px+{dg1}.px)-({dg0}.py+{dg1}.py)*({dg0}.py+{dg1}.py)-({dg0}.pz+{dg1}.pz)*({dg0}.pz+{dg1}.pz):2000) > 1600)'

Definition at line 42 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.DiMuonSTAPOGFilterSkim
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("DiMuonSTAPOGSkim"),
3  minNumber = cms.uint32(1)
4  )

Definition at line 91 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.DiMuonSTAPOGSkim
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  checkCharge = cms.bool(False),
3  cut = cms.string(DIMUON),
4  decay = cms.string("GoodTagMuons GoodProbeStaMuons")
5  )

Definition at line 85 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.DiMuonTrackPOGFilterSkim
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("DiMuonTrackPOGSkim"),
3  minNumber = cms.uint32(1)
4  )

Definition at line 79 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.DiMuonTrackPOGSkim
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  checkCharge = cms.bool(False),
3  cut = cms.string(DIMUON),
4  decay = cms.string("GoodTagMuons GoodProbeTrackMuons")
5  )

Definition at line 73 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.GoodJPsiProbeStaMuons
Initial value:
1 = cms.EDFilter("MuonRefPatCount",
2  src = cms.InputTag("slimmedMuons"),
3  cut = cms.string(PROBESTA_JPSI_CUT)
4  )

Definition at line 140 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.GoodJPsiProbeStaMuonsCount
Initial value:
1 = cms.EDFilter("MuonRefPatCount",
2  src = cms.InputTag("slimmedMuons"),
3  cut = cms.string(PROBESTA_JPSI_CUT),
4  minNumber = cms.uint32(2)
5  )

Definition at line 147 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.GoodJPsiProbeTracksMuons
Initial value:
1 = cms.EDFilter("IsoTrackSelector",
2  src = cms.InputTag("isolatedTracks"),
3  cut = cms.string(PROBETRACK_JPSI_CUT),
4  filter = cms.bool(True)
5 )

Definition at line 134 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.GoodJPsiTagMuons
Initial value:
1 = cms.EDFilter("PATMuonRefSelector",
2  src = cms.InputTag("slimmedMuons"),
3  cut = cms.string(TAGMUON_JPSI_CUT)
4  )

Definition at line 123 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.GoodProbeStaMuons
Initial value:
1 = cms.EDFilter("PATMuonRefSelector",
2  src = cms.InputTag("slimmedMuons"),
3  cut = cms.string(PROBESTA_CUT),
4  )

Definition at line 60 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.GoodProbeStaMuonsCount
Initial value:
1 = cms.EDFilter("MuonRefPatCount",
2  src = cms.InputTag("slimmedMuons"),
3  cut = cms.string(PROBESTA_CUT),
4  minNumber = cms.uint32(2)
5  )

Definition at line 65 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.GoodProbeTrackMuons
Initial value:
1 = cms.EDFilter("IsoTrackSelector",
2  src = cms.InputTag("isolatedTracks"),
3  cut = cms.string(PROBETRACK_CUT),
4  filter = cms.bool(True)
5  )

Definition at line 54 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.GoodTagMuons
Initial value:
1 = cms.EDFilter("PATMuonRefSelector",
2  src = cms.InputTag("slimmedMuons"),
3  cut = cms.string(TAGMUON_CUT)
4  )

Definition at line 48 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.MuonPOG_EventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring(
3  'drop *',
4  'keep *_TriggerResults_*_*',
5  'keep *_gmtStage2Digis_Muon_*',
6  'keep *_offlineSlimmedPrimaryVertices_*_*',
7  'keep *_offlineBeamSpot_*_*',
8  'keep *_slimmedMETs_*_*',
9  'keep *Muons*_slimmedMuons_*_*',
10  'keep *_isolatedTracks_*_*',
11  'keep *_slimmedPatTrigger_*_*',
12  'keep *_slimmedJets_*_*',
13  )
14 )

Definition at line 4 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.MuonPOGJPsiSkimHLTFilter = copy.deepcopy(hltHighLevel)

Definition at line 28 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.MuonPOGJPsiSkimSTASequence
Initial value:
1 = cms.Sequence(
2  MuonPOGJPsiSkimHLTFilter *
3  GoodJPsiTagMuons *
4  GoodJPsiProbeStaMuons *
5  GoodJPsiProbeStaMuonsCount
6  )

Definition at line 161 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.MuonPOGJPsiSkimTrackSequence
Initial value:
1 = cms.Sequence(
2  MuonPOGJPsiSkimHLTFilter *
3  GoodJPsiTagMuons *
4  GoodJPsiProbeTracksMuons
5  )

Definition at line 155 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.MuonPOGSkimHLTFilter = copy.deepcopy(hltHighLevel)

Definition at line 23 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.MuonPOGSkimSTASequence
Initial value:
1 = cms.Sequence(
2  MuonPOGSkimHLTFilter *
3  GoodTagMuons *
4  GoodProbeStaMuons *
5  GoodProbeStaMuonsCount *
6  DiMuonSTAPOGSkim *
7  DiMuonSTAPOGFilterSkim
8  )

Definition at line 108 of file PDWG_MuonPOGSkim_cff.py.

tuple PDWG_MuonPOGSkim_cff.MuonPOGSkimTrackSequence
Initial value:
1 = cms.Sequence(
2  MuonPOGSkimHLTFilter *
3  GoodTagMuons *
4  GoodProbeTrackMuons *
5  DiMuonTrackPOGSkim *
6  DiMuonTrackPOGFilterSkim
7  )

Definition at line 100 of file PDWG_MuonPOGSkim_cff.py.

string PDWG_MuonPOGSkim_cff.PROBESTA_CUT = 'pt > 10 && abs(eta)<2.4 && isStandAloneMuon == 1'

Definition at line 39 of file PDWG_MuonPOGSkim_cff.py.

string PDWG_MuonPOGSkim_cff.PROBESTA_JPSI_CUT = 'pt > 2 && abs(eta)<2.4 && isStandAloneMuon == 1'

Definition at line 40 of file PDWG_MuonPOGSkim_cff.py.

string PDWG_MuonPOGSkim_cff.PROBETRACK_CUT = 'pt > 10 && abs(eta)<2.4 && (charge!=0)'

Definition at line 36 of file PDWG_MuonPOGSkim_cff.py.

string PDWG_MuonPOGSkim_cff.PROBETRACK_JPSI_CUT = 'pt > 2 && abs(eta)<2.4 && (charge!=0)'

Definition at line 37 of file PDWG_MuonPOGSkim_cff.py.

string PDWG_MuonPOGSkim_cff.TAGMUON_CUT = '(pt > 25) && (abs(eta)<2.4) && (isPFMuon>0) && (isGlobalMuon = 1) && (globalTrack().normalizedChi2() < 10) && (globalTrack().hitPattern().numberOfValidMuonHits()>0)&& (numberOfMatchedStations() > 1)&& (innerTrack().hitPattern().numberOfValidPixelHits() > 0)&& (innerTrack().hitPattern().trackerLayersWithMeasurement() > 5) && (((pfIsolationR04.sumChargedHadronPt + max(0., pfIsolationR04.sumNeutralHadronEt + pfIsolationR04.sumPhotonEt - 0.5 * pfIsolationR04.sumPUPt) ) / pt)<0.2)'

Definition at line 33 of file PDWG_MuonPOGSkim_cff.py.

string PDWG_MuonPOGSkim_cff.TAGMUON_JPSI_CUT = '(isGlobalMuon || numberOfMatchedStations > 1) && pt > 5'

Definition at line 34 of file PDWG_MuonPOGSkim_cff.py.