Skip to content

Commit

Permalink
Merge pull request #30773 from marinakolosova/PileupUL17_formaster
Browse files Browse the repository at this point in the history
Pile-Up ID training and WPs for 2017 UL samples
  • Loading branch information
cmsbuild authored Jul 21, 2020
2 parents 19cfe7e + ff17419 commit 78301dc
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 67 deletions.
8 changes: 4 additions & 4 deletions RecoJets/JetProducers/interface/PileupJetIdAlgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PileupJetIdAlgo {
std::vector<std::string> const& tmvaVariables() const { return tmvaVariables_; }
std::vector<std::vector<std::string>> const& tmvaEtaVariables() const { return tmvaEtaVariables_; }

typedef float array_t[3][4][4];
typedef float array_t[3][5][4];
array_t const& mvacut() const { return mvacut_; }
array_t const& rmsCut() const { return rmsCut_; }
array_t const& betaStarCut() const { return betaStarCut_; }
Expand All @@ -89,9 +89,9 @@ class PileupJetIdAlgo {
std::vector<std::string> tmvaVariables_;
std::vector<std::vector<std::string>> tmvaEtaVariables_;

float mvacut_[3][4][4]; //Keep the array fixed
float rmsCut_[3][4][4]; //Keep the array fixed
float betaStarCut_[3][4][4]; //Keep the array fixed
float mvacut_[3][5][4]; //Keep the array fixed
float rmsCut_[3][5][4]; //Keep the array fixed
float betaStarCut_[3][5][4]; //Keep the array fixed

std::map<std::string, std::string> tmvaNames_;
};
Expand Down
Loading

0 comments on commit 78301dc

Please sign in to comment.