CMS 3D CMS Logo

Variables

HcalTBWriter_cfi Namespace Reference

Variables

tuple HcalTBWriter

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("HcalTBWriter",
00002     # Pattern for output filenames (%d will be replaced by run number)
00003     FilenamePattern = cms.untracked.string('/data/spool/HTB_%06d.root'),
00004     # Map of FED-ids to Branch names for the writer
00005     ChunkNames = cms.untracked.VPSet(cms.PSet(
00006         Number = cms.untracked.int32(1),
00007         Name = cms.untracked.string('HCAL_Trigger')
00008     ), 
00009         cms.PSet(
00010             Number = cms.untracked.int32(20),
00011             Name = cms.untracked.string('HCAL_DCC020')
00012         ))
00013 )

Definition at line 13 of file HcalTBWriter_cfi.py.