Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DPGAnalysis
SiStripTools
python
apvcyclephaseproducerfroml1ts2010_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
APVPhases = cms.EDProducer(
'APVCyclePhaseProducerFromL1TS'
,
4
defaultPartitionNames = cms.vstring(
"TI"
,
5
"TO"
,
6
"TP"
,
7
"TM"
8
),
9
defaultPhases = cms.vint32(30,30,30,30),
10
l1TSCollection = cms.InputTag(
"scalersRawToDigi"
),
11
)
12
Config
Generated for CMSSW Reference Manual by
1.8.5