Skip to content

Commit

Permalink
increase ClassDef
Browse files Browse the repository at this point in the history
  • Loading branch information
wiechula committed Dec 7, 2016
1 parent 6712a5a commit 13ea2bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ANALYSIS/ANALYSISalice/AliAnalysisTaskPIDResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ class AliAnalysisTaskPIDResponse : public AliAnalysisTaskSE {
AliAnalysisTaskPIDResponse(const AliAnalysisTaskPIDResponse &other);
AliAnalysisTaskPIDResponse& operator=(const AliAnalysisTaskPIDResponse &other);

ClassDef(AliAnalysisTaskPIDResponse,10) // Task to properly set the PID response functions of all detectors
ClassDef(AliAnalysisTaskPIDResponse,11) // Task to properly set the PID response functions of all detectors
};
#endif
2 changes: 1 addition & 1 deletion STEER/STEERBase/AliPIDResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ class AliPIDResponse : public TNamed {
EDetPidStatus GetPHOSPIDStatus(const AliVTrack *track) const;
EDetPidStatus GetEMCALPIDStatus(const AliVTrack *track) const;

ClassDef(AliPIDResponse, 18); //PID response handling
ClassDef(AliPIDResponse, 19); //PID response handling
};

#endif
2 changes: 1 addition & 1 deletion STEER/STEERBase/AliProdInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class AliProdInfo : public TNamed {
TString fRecoPassName; // Full name of the reconstruction pass, deduced from the output file structure

//
ClassDef(AliProdInfo, 3); // Combined PID using priors
ClassDef(AliProdInfo, 4); // Combined PID using priors
};

#endif

0 comments on commit 13ea2bb

Please sign in to comment.