]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFT0.h
New shield geometry.
[u/mrichter/AliRoot.git] / TOF / AliTOFT0.h
index 6683d4c4cfc49ccfce4af34719613ae3ead97197..27ea0226db18235a18d44f765f1db9fd22403d1f 100644 (file)
@@ -43,7 +43,6 @@ public:
   void          SetTZeroFile(char* file) ;
   void          SetMomBounds(Float_t pLow, Float_t pUp) { fLowerMomBound=pLow; fUpperMomBound=pUp;} // momenta are expressed in [GeV/c]
   virtual void  Print(Option_t* option) const ;
-  TClonesArray *Hits() const {return fHits;}
   Bool_t   operator == (const AliTOFT0 & tzero) const ;
 
 private:
@@ -52,12 +51,10 @@ private:
   Float_t fLowerMomBound;   // momentum lower bound for selected primary tracks 
   Float_t fUpperMomBound;   // momentum upper bound for selected primary tracks 
   TString fT0File ;         // output file; it contains for time being only 3 histos 
-  TClonesArray *fHits;      // array of AliTOFhitT0 
   TString fHeadersFile;     // input file
 
  protected:
 
-
   ClassDef(AliTOFT0,1)  // Calculate the time zero using TOF detector
 
 };