CMS 3D CMS Logo

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

Variables

tuple preselection
 

PRESELECTION More...

 
tuple selection
 

SELECTION More...

 
tuple singleTopDQM
 
tuple singleTopElectronMediumDQM
 
tuple singleTopMuonMediumDQM
 

Variable Documentation

tuple singleTopDQM_cfi.preselection
Initial value:
1 = cms.PSet(
2  ## [optional] : when omitted no preselection is applied
3 # trigger = cms.PSet(
4 # src = cms.InputTag("TriggerResults","","HLT"),
5 # select = cms.vstring(['HLT_IsoMu17_eta2p1_CentralPFNoPUJet30_BTagIPIter_v1'])
6 # ),
7  ## [optional] : when omitted no preselection is applied
8  vertex = cms.PSet(
9  src = cms.InputTag("offlinePrimaryVertices"),
10  select = cms.string('!isFake && ndof >= 4 && abs(z)<24. && position.Rho <= 2.0')
11  )
12  )


PRESELECTION

setup of the event preselection, which will not be monitored [mandatory] : but may be empty

Definition at line 237 of file singleTopDQM_cfi.py.

Referenced by SiStripElectronSeedGenerator.findSeedsFromCluster(), and BoostedTopProducer.produce().

tuple singleTopDQM_cfi.selection


SELECTION

monitor histrograms are filled after each selection step, the selection is applied in the order defined by this vector [mandatory] : may be empty or contain an arbitrary number of PSets

Definition at line 257 of file singleTopDQM_cfi.py.

tuple singleTopDQM_cfi.singleTopDQM

Definition at line 4 of file singleTopDQM_cfi.py.

tuple singleTopDQM_cfi.singleTopElectronMediumDQM

Definition at line 293 of file singleTopDQM_cfi.py.

tuple singleTopDQM_cfi.singleTopMuonMediumDQM

Definition at line 132 of file singleTopDQM_cfi.py.