CMS 3D CMS Logo

Variables

HcalTBSource_cfi Namespace Reference

Variables

tuple source

Variable Documentation

Initial value:
00001 cms.Source("HcalTBSource",
00002     # Number of events to read (-1 for all events)
00003     maxEvents = cms.untracked.int32(100),
00004     #* Streams or tree branches to open.  Usual branches include
00005     #  HCAL_Trigger, HCAL_SlowData, HCAL_TDC, HCAL_QDC, HCAL_TDCQDC,
00006     #  HCAL_SourcePos, HCAL_DCC020, etc.
00007     #  If a stream must be remapped to a different FED id, this can be
00008     #  done by appending ":[new fedid]" to the branch name
00009     #*/
00010     streams = cms.untracked.vstring('HCAL_Trigger', 
00011         'HCAL_DCC020', 
00012         'HCAL_SlowData:3', 
00013         'HCAL_TDC:5'),
00014     # Files to read (can use dcap:, file:, etc)
00015     fileNames = cms.untracked.vstring('file:HTB_011609.root')
00016 )

Definition at line 3 of file HcalTBSource_cfi.py.