Skip to content

Commit

Permalink
default value
Browse files Browse the repository at this point in the history
  • Loading branch information
amarini committed Nov 30, 2016
1 parent b6c856c commit 79fb06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/AnalysisBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class AnalysisBase : public Named
inline void AddLabel(string s) {labels.push_back(s);}
inline void AddLabels(vector<string> &v) { for(string &s : v ) labels.push_back(s);}
//
inline void SetMultiPrimaryDataset(bool x) { multipd_=x;}
inline void SetMultiPrimaryDataset(bool x=true) { multipd_=x;}

inline TFile* GetOutputFile(){ return output_->GetFile() ;} // TMVA wants the file pointer
// Tree Operations ----
Expand Down

0 comments on commit 79fb06c

Please sign in to comment.