Skip to content

Commit

Permalink
ALIROOT-5926 Incremented ClassDef
Browse files Browse the repository at this point in the history
  • Loading branch information
hristov authored and hristov committed Apr 2, 2015
1 parent 9252e31 commit be2a37a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MUON/MUONbase/AliMUONTriggerElectronics.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ class AliMUONTriggerElectronics : public TObject
AliMUONTriggerCrateStore *fCrates; ///< Crate array
AliMUONGlobalTriggerBoard *fGlobalTriggerBoard; ///< Global trigger board

ClassDef(AliMUONTriggerElectronics,4) //Manager class for muon trigger electronics
ClassDef(AliMUONTriggerElectronics,5) //Manager class for muon trigger electronics
};
#endif
2 changes: 1 addition & 1 deletion MUON/MUONsim/AliMUON.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class AliMUON : public AliDetector

AliMUONDigitCalibrator* fDigitCalibrator; //!<! digit calibrator (for raw2sdigits)

ClassDef(AliMUON,25) // MUON Detector base class
ClassDef(AliMUON,26) // MUON Detector base class
};
#endif

2 changes: 1 addition & 1 deletion STEER/STEERBase/AliTRDPIDResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class AliTRDPIDResponse : public TObject {
const AliTRDdEdxParams * fkTRDdEdxParams; //parametrisation for truncated mean
Double_t fGainNormalisationFactor; // Gain normalisation factor

ClassDef(AliTRDPIDResponse, 3) // Tool for TRD PID
ClassDef(AliTRDPIDResponse, 4) // Tool for TRD PID
};

AliTRDPIDResponse::ETRDNslices AliTRDPIDResponse::GetNumberOfSlices(ETRDPIDMethod PIDmethod) const {
Expand Down

0 comments on commit be2a37a

Please sign in to comment.