Skip to content

Commit

Permalink
fix for warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mverwe committed Sep 11, 2014
1 parent 3e8cf84 commit 2fdbc79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ANALYSIS/AliAnalysisUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ class AliAnalysisUtils : public TObject {
Float_t fBSPDCvsTCut; // slope for the linear cut in SPD clusters vs tracklets

AliPPVsMultUtils *fPPVsMultUtils; //! multiplicity selection in pp

AliAnalysisUtils(const AliAnalysisUtils& obj); // copy constructor
AliAnalysisUtils& operator=(const AliAnalysisUtils& other); // assignment

ClassDef(AliAnalysisUtils,3) // base helper class
};
Expand Down

0 comments on commit 2fdbc79

Please sign in to comment.