Skip to content

Commit

Permalink
Merge pull request #4735 from rovere/fix_HI_MTV_for_Dr
Browse files Browse the repository at this point in the history
Fix label collection for HI MTV
  • Loading branch information
ktf committed Jul 25, 2014
2 parents 6068a45 + cbb542a commit a14ceec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Validation/RecoHI/python/TrackValidationHeavyIons_cff.py
Expand Up @@ -26,6 +26,7 @@
hiTrackValidator = multiTrackValidator.clone(
label_tp_effic = cms.InputTag("primaryChgSimTracks"),
label_tp_fake = cms.InputTag("cutsTPFake"),
trackCollectionForDrCalculation = cms.InputTag("cutsRecoTracks"),
signalOnlyTP = cms.bool(False),
skipHistoFit = cms.untracked.bool(True), # done in post-processing
minpT = cms.double(1.0),
Expand Down

0 comments on commit a14ceec

Please sign in to comment.