CMS 3D CMS Logo

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

Variables

tuple hcalTBWriter
 

Variable Documentation

tuple HcalTBWriter_cfi.hcalTBWriter
Initial value:
1 = cms.EDAnalyzer("HcalTBWriter",
2  fedRawDataCollectionTag = cms.InputTag('rawDataCollector'),
3  # Pattern for output filenames (%d will be replaced by run number)
4  FilenamePattern = cms.untracked.string('/data/spool/HTB_%06d.root'),
5  # Map of FED-ids to Branch names for the writer
6  ChunkNames = cms.untracked.VPSet(cms.PSet(
7  Number = cms.untracked.int32(1),
8  Name = cms.untracked.string('HCAL_Trigger')
9  ),
10  cms.PSet(
11  Number = cms.untracked.int32(20),
12  Name = cms.untracked.string('HCAL_DCC020')
13  ))
14 )

Definition at line 13 of file HcalTBWriter_cfi.py.