CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTmultiTrackValidator_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 hltTrackValidator = hltMultiTrackValidator.clone(
5  label = [
6  "hltPixelTracks",
7  "hltIter0PFlowTrackSelectionHighPurity",
8  "hltIter1PFlowTrackSelectionHighPurity",
9  "hltIter1Merged",
10  "hltIter2PFlowTrackSelectionHighPurity",
11  "hltIter2Merged",
12 # "hltIter3PFlowTrackSelectionHighPurity",
13 # "hltIter3Merged",
14 # "hltIter4PFlowTrackSelectionHighPurity",
15 # "hltIter4Merged",
16  ]
17 )
18 
19 hltMultiTrackValidation = cms.Sequence(
20  hltTPClusterProducer
21  + hltTrackAssociatorByHits
22  + hltTrackValidator
23 )