CMS 3D CMS Logo

Variables

clusterbigeventsdebugger_cfi Namespace Reference

Variables

tuple clusterbigeventsdebugger

Variable Documentation

Initial value:
00001 cms.EDAnalyzer('ClusterBigEventsDebugger',
00002                                           collection = cms.InputTag("siStripClusters"),
00003                                           singleEvents = cms.bool(False),
00004                                           foldedStrips = cms.untracked.bool(False),
00005                                           want1dHisto = cms.untracked.bool(True),
00006                                           wantProfile = cms.untracked.bool(True),
00007                                           want2dHisto = cms.untracked.bool(True),
00008                                           selections = cms.VPSet(
00009     cms.PSet(label=cms.string("TIB"),selection=cms.untracked.vstring("0x1e000000-0x16000000")),
00010     cms.PSet(label=cms.string("TEC"),selection=cms.untracked.vstring("0x1e000000-0x1c000000")),
00011     cms.PSet(label=cms.string("TOB"),selection=cms.untracked.vstring("0x1e000000-0x1a000000")),
00012     cms.PSet(label=cms.string("TID"),selection=cms.untracked.vstring("0x1e000000-0x18000000"))
00013     )
00014 
00015 )

Definition at line 3 of file clusterbigeventsdebugger_cfi.py.