Skip to content

Commit

Permalink
const in TOFPIDProducer
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeleo committed Jan 24, 2024
1 parent 6b63e89 commit 81b3967
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions RecoMTD/TimingIDTools/plugins/TOFPIDProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ class TOFPIDProducer : public edm::stream::EDProducer<> {
edm::EDGetTokenT<edm::ValueMap<float>> tofpToken_;
edm::EDGetTokenT<reco::VertexCollection> vtxsToken_;
edm::EDGetTokenT<edm::ValueMap<float>> trackMTDTimeQualityToken_;
double vtxMaxSigmaT_;
double maxDz_;
double maxDtSignificance_;
double minProbHeavy_;
double fixedT0Error_;
double probPion_;
double probKaon_;
double probProton_;
double minTrackTimeQuality_;
bool MVASel_;
bool vertexReassignment_;
const double vtxMaxSigmaT_;
const double maxDz_;
const double maxDtSignificance_;
const double minProbHeavy_;
const double fixedT0Error_;
const double probPion_;
const double probKaon_;
const double probProton_;
const double minTrackTimeQuality_;
const bool MVASel_;
const bool vertexReassignment_;
};

TOFPIDProducer::TOFPIDProducer(const ParameterSet& iConfig)
Expand Down

0 comments on commit 81b3967

Please sign in to comment.