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  "hltMergedTracks",
15 # "hltIter3PFlowTrackSelectionHighPurity",
16 # "hltIter3Merged",
17 # "hltIter4PFlowTrackSelectionHighPurity",
18 # "hltIter4Merged",
19  ]
20 )
21 
22 hltMultiTrackValidation = cms.Sequence(
23  hltTPClusterProducer
24  + trackingParticleNumberOfLayersProducer
25  + hltTrackAssociatorByHits
26  + hltTrackValidator
27 )