CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/IORawData/HcalTBInputService/python/HcalTBWriter_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # FED id
00004 
00005 # Branch name
00006 
00007 # FED id
00008 
00009 # Branch name
00010 
00011 import FWCore.ParameterSet.Config as cms
00012 
00013 HcalTBWriter = cms.EDAnalyzer("HcalTBWriter",
00014     # Pattern for output filenames (%d will be replaced by run number)
00015     FilenamePattern = cms.untracked.string('/data/spool/HTB_%06d.root'),
00016     # Map of FED-ids to Branch names for the writer
00017     ChunkNames = cms.untracked.VPSet(cms.PSet(
00018         Number = cms.untracked.int32(1),
00019         Name = cms.untracked.string('HCAL_Trigger')
00020     ), 
00021         cms.PSet(
00022             Number = cms.untracked.int32(20),
00023             Name = cms.untracked.string('HCAL_DCC020')
00024         ))
00025 )
00026 
00027