Main Page
Namespaces
Classes
Package Documentation
RecoCTPPS
Configuration
python
recoCTPPS_sequences_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoCTPPS.TotemRPLocal.totemRPLocalReconstruction_cff
import
*
4
from
RecoCTPPS.TotemRPLocal.ctppsDiamondLocalReconstruction_cff
import
*
5
from
RecoCTPPS.TotemRPLocal.totemTimingLocalReconstruction_cff
import
*
6
from
RecoCTPPS.TotemRPLocal.ctppsLocalTrackLiteProducer_cff
import
ctppsLocalTrackLiteProducer
7
from
RecoCTPPS.PixelLocal.ctppsPixelLocalReconstruction_cff
import
*
8
9
from
Geometry.VeryForwardGeometryBuilder.ctppsIncludeAlignmentsFromXML_cfi
import
*
10
ctppsIncludeAlignmentsFromXML.RealFiles = cms.vstring(
"Alignment/CTPPS/data/RPixGeometryCorrections.xml"
)
11
12
recoCTPPSdets = cms.Sequence(
13
totemRPLocalReconstruction *
14
ctppsDiamondLocalReconstruction *
15
totemTimingLocalReconstruction *
16
ctppsPixelLocalReconstruction *
17
ctppsLocalTrackLiteProducer
18
)
totemRPLocalReconstruction_cff
ctppsPixelLocalReconstruction_cff
ctppsIncludeAlignmentsFromXML_cfi
ctppsDiamondLocalReconstruction_cff
totemTimingLocalReconstruction_cff
Generated for CMSSW Reference Manual by
1.8.11