CMS 3D CMS Logo

HLTmultiTrackValidator_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 hltTrackValidator = hltMultiTrackValidator.clone(
7  label = [
8  "hltPixelTracks",
9  "hltIter0PFlowTrackSelectionHighPurity",
10  "hltIter1PFlowTrackSelectionHighPurity",
11  "hltIter1Merged",
12  "hltIter2PFlowTrackSelectionHighPurity",
13  "hltIter2Merged",
14 # "hltIter3PFlowTrackSelectionHighPurity",
15 # "hltIter3Merged",
16 # "hltIter4PFlowTrackSelectionHighPurity",
17 # "hltIter4Merged",
18  ]
19 )
20 
21 hltMultiTrackValidation = cms.Sequence(
22  hltTPClusterProducer
23  + trackingParticleNumberOfLayersProducer
24  + hltTrackAssociatorByHits
25  + hltTrackValidator
26 )