DESY Hbb Analysis Framework
Variables
ntuplizer_reco_example Namespace Reference

Variables

 daqPartitions
 
 fileName
 
 fileNames
 
 FilteredEvents
 
 GlobalTag
 
 hltResults
 
 input
 
 l1techIgnorePrescales
 
 l1tIgnoreMask
 
 l1tResults
 
 maxEvents
 
 MonteCarlo
 
string output_file = 'ntuple.root'
 TFileService. More...
 
 p
 
 process = cms.Process('Example')
 
 readFiles = cms.untracked.vstring()
 
 RecoMuons
 
 RecoNtuple
 ============ PRIMARY VERTEX FILTER =============== NEED TO MODIFY FOR RECO process.primaryVertexFilter = cms.EDFilter('VertexSelector', src = cms.InputTag('offlinePrimaryVerticesWithBS'), # primary vertex collection name cut = cms.string('!isFake && ndof > 4 && abs(z) <= 24 && position.Rho <= 2'), # ndof>thr=4 corresponds to sum(track_weigths) > (thr+3)/2 = 3.5 so typically 4 good tracks filter = cms.bool(True), # otherwise it won't filter the events, just produce an empty vertex collection. More...
 
 RecoTracks
 
 reportEvery
 
 secFiles = cms.untracked.vstring()
 
 secondaryFileNames
 
 source
 
 TFileService
 
 throw
 
 TotalEvents
 ============ EVENT FILTER COUNTER =============== Filter counter (maybe more useful for MC) More...
 
 triggerConditions
 
 triggerSelection
 ============ TRIGGER FILTER =============== Enable below at cms.Path if needed - DATA ONLY!!! More...
 

Variable Documentation

ntuplizer_reco_example.daqPartitions

Definition at line 32 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.fileName

Definition at line 21 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.fileNames

Definition at line 78 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.FilteredEvents

Definition at line 39 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.GlobalTag

Definition at line 14 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.hltResults

Definition at line 28 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.input

Definition at line 16 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.l1techIgnorePrescales

Definition at line 31 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.l1tIgnoreMask

Definition at line 30 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.l1tResults

Definition at line 29 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.maxEvents

Definition at line 16 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.MonteCarlo

Definition at line 52 of file ntuplizer_reco_example.py.

string ntuplizer_reco_example.output_file = 'ntuple.root'

TFileService.

Definition at line 19 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.p

Definition at line 68 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.process = cms.Process('Example')

Definition at line 4 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.readFiles = cms.untracked.vstring()

Definition at line 76 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.RecoMuons

Definition at line 57 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.RecoNtuple

============ PRIMARY VERTEX FILTER =============== NEED TO MODIFY FOR RECO process.primaryVertexFilter = cms.EDFilter('VertexSelector', src = cms.InputTag('offlinePrimaryVerticesWithBS'), # primary vertex collection name cut = cms.string('!isFake && ndof > 4 && abs(z) <= 24 && position.Rho <= 2'), # ndof>thr=4 corresponds to sum(track_weigths) > (thr+3)/2 = 3.5 so typically 4 good tracks filter = cms.bool(True), # otherwise it won't filter the events, just produce an empty vertex collection.

) ============ THE NTUPLIZER!!! ===============

Definition at line 50 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.RecoTracks

Definition at line 58 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.reportEvery

Definition at line 7 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.secFiles = cms.untracked.vstring()

Definition at line 77 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.secondaryFileNames

Definition at line 78 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.source

Definition at line 78 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.TFileService

Definition at line 20 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.throw

Definition at line 33 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.TotalEvents

============ EVENT FILTER COUNTER =============== Filter counter (maybe more useful for MC)

Definition at line 38 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.triggerConditions

Definition at line 27 of file ntuplizer_reco_example.py.

ntuplizer_reco_example.triggerSelection

============ TRIGGER FILTER =============== Enable below at cms.Path if needed - DATA ONLY!!!

Definition at line 26 of file ntuplizer_reco_example.py.