CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
earlyGeneralTracks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
5 earlyGeneralTracks = TrackCollectionMerger.clone()
6 earlyGeneralTracks.trackProducers = ['initialStepTracks',
7  'jetCoreRegionalStepTracks',
8  'lowPtTripletStepTracks',
9  'pixelPairStepTracks',
10  'detachedTripletStepTracks',
11  'mixedTripletStepTracks',
12  'pixelLessStepTracks',
13  'tobTecStepTracks'
14  ]
15 earlyGeneralTracks.inputClassifiers =["initialStep",
16  "jetCoreRegionalStep",
17  "lowPtTripletStep",
18  "pixelPairStep",
19  "detachedTripletStep",
20  "mixedTripletStep",
21  "pixelLessStep",
22  "tobTecStep"
23  ]