TClonesArray *fReconParticles;
- ClassDef(AliFMD,5) //Class for the FMD detector
+ ClassDef(AliFMD,6) //Class for the FMD detector
};
#endif // AliFMD_H
TRotation fRot; //chamber rotation in MRS
TRotMatrix *fpRotMatrix; //rotation matrix of the chamber with respect to MRS
AliRICHParam *fpParam; //main RICH parameters description
- ClassDef(AliRICHChamber,1) //single RICH chamber description
+ ClassDef(AliRICHChamber,2) //single RICH chamber description
};//class AliRICHChamber
void AliRICHChamber::SetCenter(Double_t x,Double_t y,Double_t z)
AliLoader* fLoader;//! pointer to getter for this module skowron
- ClassDef(AliDetector,4) //Base class for ALICE detectors
+ ClassDef(AliDetector,5) //Base class for ALICE detectors
};
#endif
TClonesArray *fTrackReferences; //!list of track references - for one primary track only -MI
Int_t fMaxIterTrackRef; //!for track refernce iterator routines
Int_t fCurrentIterTrackRef; //!for track refernce iterator routines
- ClassDef(AliModule,4) //Base class for ALICE Modules
+ ClassDef(AliModule,5) //Base class for ALICE Modules
};
#endif