CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
6  # disable the module by default
7  doNothing = cms.bool(True)
8 )
9 
10 # enable the module for CTPPS era(s)
11 from Configuration.StandardSequences.Eras import eras
12 eras.ctpps_2016.toModify(ctppsLocalTrackLiteProducer, doNothing=cms.bool(False))