Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Jul 9, 2021
1 parent bf59855 commit f740078
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RecoTracker/FinalTrackSelectors/plugins/MultiTrackSelector.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ class dso_hidden MultiTrackSelector : public edm::stream::EDProducer<> {
/// vertex cuts
std::vector<int32_t> vtxNumber_;
//StringCutObjectSelector is not const thread safe
std::vector<StringCutObjectSelector<reco::Vertex> > vertexCut_;
std::vector<StringCutObjectSelector<reco::Vertex>> vertexCut_;

// parameters for adapted optimal cuts on chi2 and primary vertex compatibility
std::vector<std::vector<double> > res_par_;
std::vector<std::vector<double>> res_par_;
std::vector<double> chi2n_par_;
std::vector<double> chi2n_no1Dmod_par_;
std::vector<std::vector<double> > d0_par1_;
std::vector<std::vector<double> > dz_par1_;
std::vector<std::vector<double> > d0_par2_;
std::vector<std::vector<double> > dz_par2_;
std::vector<std::vector<double>> d0_par1_;
std::vector<std::vector<double>> dz_par1_;
std::vector<std::vector<double>> d0_par2_;
std::vector<std::vector<double>> dz_par2_;
// Boolean indicating if adapted primary vertex compatibility cuts are to be applied.
std::vector<bool> applyAdaptedPVCuts_;

Expand Down

0 comments on commit f740078

Please sign in to comment.