CMS 3D CMS Logo

ctppsLocalTrackLiteProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ctppsLocalTrackLiteProducer = cms.EDProducer("CTPPSLocalTrackLiteProducer",
4  tagSiStripTrack = cms.InputTag("totemRPLocalTrackFitter"),
5  tagDiamondTrack = cms.InputTag("ctppsDiamondLocalTracks"),
6 
7  # disable the module by default
8  doNothing = cms.bool(True)
9 )
10 
11 # enable the module for CTPPS era(s)
12 from Configuration.StandardSequences.Eras import eras
13 eras.ctpps_2016.toModify(ctppsLocalTrackLiteProducer, doNothing=cms.bool(False))