Skip to content
Snippets Groups Projects

include fix + variable fix

Closed Misha Mamaev requested to merge mamaev into master
11 files
+ 25
21
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 2
1
@@ -58,7 +58,8 @@ public:
corrertions_[kTwist] = twist;
corrertions_[kRescale] = res;
}
void SetWeight(const AnalysisTree::Variable &weight) { weight_ = weight; }
bool GetIsRecentering() const { return corrertions_[kRecentering]; }
bool GetIsTwist() const { return corrertions_[kTwist]; }
bool GetIsRescale() const { return corrertions_[kRescale]; }
Loading