]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALDigitizer.h
PeakFinder update - from Per Thomas: private vs public methods (AliCaloPeakVectors...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALDigitizer.h
index 4f7c506d17cd32f27f2e841bb4666068b754c946..fea08117b272976739b6bf9b8d999132df7dafdb 100644 (file)
@@ -82,13 +82,17 @@ private:
   void    PrintDigits(Option_t * option) ;
   void    Unload() ; 
   void    WriteDigits() ;         // Writes Digits the current event
+  void    WriteDigits(TClonesArray* digits, const char* branchName = "EMTRG"); //
   Float_t TimeOfNoise(void) ;     // Calculate time signal generated by noise
 
   //Calculate the time of crossing of the threshold by front edge
   //Float_t FrontEdgeTime(TClonesArray * ticks) ;
        
-  Int_t   DigitizeEnergy(Float_t energy, Int_t AbsId) ;
-
+  Float_t DigitizeEnergy(Float_t energy, Int_t AbsId) ;
+  void    Digits2FastOR(TClonesArray*digitsTMP, TClonesArray* digitsTRG);
+  void    DigitalFastOR(Double_t time, Double_t dE, Int_t timeSamples[], Int_t nSamples);
+       
+       
 private:
   
   Bool_t  fDefaultInit;           //! Says if the task was created by defaut ctor (only parameters are initialized)