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  # Pattern for output filenames (%d will be replaced by run number)
3  FilenamePattern = cms.untracked.string('/data/spool/HTB_%06d.root'),
4  # Map of FED-ids to Branch names for the writer
5  ChunkNames = cms.untracked.VPSet(cms.PSet(
6  Number = cms.untracked.int32(1),
7  Name = cms.untracked.string('HCAL_Trigger')
8  ),
9  cms.PSet(
10  Number = cms.untracked.int32(20),
11  Name = cms.untracked.string('HCAL_DCC020')
12  ))
13 )

Definition at line 13 of file HcalTBWriter_cfi.py.