Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Variables
HcalTBSource_cfi Namespace Reference
Variables
tuple
source
Variable Documentation
tuple HcalTBSource_cfi.source
Initial value:
1
= cms.Source(
"HcalTBSource"
,
2
# Number of events to read (-1 for all events)
3
maxEvents = cms.untracked.int32(100),
4
#* Streams or tree branches to open. Usual branches include
5
# HCAL_Trigger, HCAL_SlowData, HCAL_TDC, HCAL_QDC, HCAL_TDCQDC,
6
# HCAL_SourcePos, HCAL_DCC020, etc.
7
# If a stream must be remapped to a different FED id, this can be
8
# done by appending ":[new fedid]" to the branch name
9
#*/
10
streams = cms.untracked.vstring(
'HCAL_Trigger'
,
11
'HCAL_DCC020'
,
12
'HCAL_SlowData:3'
,
13
'HCAL_TDC:5'
),
14
# Files to read (can use dcap:, file:, etc)
15
fileNames = cms.untracked.vstring(
'file:HTB_011609.root'
)
16
)
Definition at line
3
of file
HcalTBSource_cfi.py
.
Generated for CMSSW Reference Manual by
1.8.5