]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - START/AliSTARTDigitizer.h
Print is const in Root
[u/mrichter/AliRoot.git] / START / AliSTARTDigitizer.h
index decc25bc238cf9e28016fb190644c979a6cd2d7d..4d597e1f9fe930c6fd6b4754ff35ff7bb3987cf6 100644 (file)
@@ -24,18 +24,18 @@ class AliSTARTDigitizer : public AliDigitizer {
   TArrayI * ADC() {return fADC;} //for slow simulation
   // Do the main work
   void Exec (Option_t* /*option=0*/) ;
-  Bool_t RegisterPhotoE(Float_t e);
+  Bool_t RegisterPhotoE(Double_t e);
   enum {kBgTag = -1};
 
 private:
 
-  AliSTART *fSTART;
-  TClonesArray *fPhotons   ; //Number of Cherenkov photons                   
-  TClonesArray *fHits      ; // List of hits
-  AliSTARTdigit *fdigits   ; // digits
-  TArrayI *ftimeTDC    ; //array of TDC signal from right side
-  TArrayI *fADC     ;//array of ADC signal from left sida
-  TH1*     fEff;    // efficiency histogram
+  AliSTART *fSTART;          //!
+  TClonesArray *fPhotons   ; //! Number of Cherenkov photons                 
+  TClonesArray *fHits      ; //! List of hits
+  AliSTARTdigit *fdigits   ; //! digits
+  TArrayI *ftimeTDC    ; //array of TDC signal from right side
+  TArrayI *fADC     ;//array of ADC signal from left sida
+  TH1*     fEff;    //! efficiency histogram
   
     ClassDef(AliSTARTDigitizer,1)
 };