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.ctppsLocalTrackLiteProducer_cff
import
ctppsLocalTrackLiteProducer
6
from
RecoCTPPS.PixelLocal.ctppsPixelLocalReconstruction_cff
import
*
7
8
from
Geometry.VeryForwardGeometryBuilder.ctppsIncludeAlignmentsFromXML_cfi
import
*
9
ctppsIncludeAlignmentsFromXML.RealFiles = cms.vstring(
"Alignment/CTPPS/data/RPixGeometryCorrections.xml"
)
10
11
recoCTPPSdets = cms.Sequence(
12
totemRPLocalReconstruction *
13
ctppsDiamondLocalReconstruction *
14
ctppsPixelLocalReconstruction *
15
ctppsLocalTrackLiteProducer
16
)
totemRPLocalReconstruction_cff
ctppsPixelLocalReconstruction_cff
ctppsIncludeAlignmentsFromXML_cfi
ctppsDiamondLocalReconstruction_cff
Generated for CMSSW Reference Manual by
1.8.11