Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Alignment
TrackerAlignment
python
AlignmentPrescaler_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
AlignmentPrescaler = cms.EDProducer(
"AlignmentPrescaler"
,
4
src = cms.InputTag(
'generalTracks'
),
5
assomap=cms.InputTag(
'OverlapAssoMap'
),
6
PrescFileName=cms.string(
'PrescaleFactors.root'
),
7
PrescTreeName=cms.string(
'AlignmentHitMap'
)
#if you change this be sure to be consistent with the rest of your code
8
)
Config
Generated for CMSSW Reference Manual by
1.8.5