Skip to content

Commit

Permalink
added configurable parameters for nValidHits, nMissIn, nMissMid, and …
Browse files Browse the repository at this point in the history
…relTrkIsoDelaRp3
  • Loading branch information
Jessica committed Oct 3, 2014
1 parent 9a558df commit f136e85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RecoTracker/DeDx/plugins/HLTDeDxFilter.h
Expand Up @@ -33,6 +33,10 @@ class HLTDeDxFilter : public HLTFilter {
double minPT_;
double minNOM_;
double maxETA_;
double minNumValidHits_;
double maxNHitMissIn_;
double maxNHitMissMid_;
double maxRelTrkIsoDeltaRp3_;
edm::EDGetToken inputTracksToken_;
edm::EDGetToken inputdedxToken_;
edm::InputTag inputTracksTag_;
Expand Down

0 comments on commit f136e85

Please sign in to comment.