]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFhitT0.h
Enabled option for selecting tree name in trneding macro
[u/mrichter/AliRoot.git] / TOF / AliTOFhitT0.h
index 6740549290d878e878ef4588db34f44746eb195c..5cc5d6d5536decde5e04377f3aa5629a60b570c8 100644 (file)
 class AliTOFhitT0 : public AliHit {  
 public:
   AliTOFhitT0();
-  AliTOFhitT0(Int_t shunt, Int_t track, Int_t* vol, 
-            Float_t *hits);
+  AliTOFhitT0(Int_t shunt, Int_t track, Int_t * const vol,
+            Float_t * const hits);
   AliTOFhitT0(const AliTOFhitT0 & hit) ;
+  AliTOFhitT0& operator = (const AliTOFhitT0& hit);
   virtual ~AliTOFhitT0() {}
   // getters for AliTOFhitT0 object
   Int_t   GetSector() const {return fSector;}