]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliZDCMerger.h
Using TMath::Abs and TMath::Sqrt instead of fabs and sqrt
[u/mrichter/AliRoot.git] / ZDC / AliZDCMerger.h
index b4474aa9c97bb01abcec1709c466b27db5328f7c..e19ad6d2a82d06223a67480200940ee97933cfde 100644 (file)
@@ -26,9 +26,6 @@ public:
                          Int_t &nfreespn, Int_t &nfreespp);
    void    Mixing();
    void    ExtractSignal(Int_t SpecType);
-   void    Digitize(Int_t NMhits, TClonesArray *MHits);
-   Int_t   Phe2ADCch(Int_t Detector, Int_t Quadrant, Int_t Light);
-   Int_t   AddPedestal();
    
    // Inline functions to return TCA of MergerHits to Hits2SDigits()
    TClonesArray *MergedHits()   const {return fMHits;}
@@ -57,8 +54,6 @@ protected:
    Int_t       fNEvBgr;        // Number of events in background file
    TTree        *fTrHBgr;      // Hits tree for background event
    TClonesArray *fHitsBgr;     // TClonesArray of background hits
-   TTree        *fTrSDBgr;     // SDigits tree for background event
-   TTree        *fTrDBgr;      // Digits tree for background event
    Float_t     fImpPar;        // Impact Parameter of the collision
    Int_t        fSpecn;                // Number of spectator n
    Int_t        fSpecp;                // Number of spectator p
@@ -67,7 +62,7 @@ protected:
    Int_t        fFreeSpn;       // Signal event number x spectator n
    Int_t        fFreeSpp;       // Signal event number x spectator p
 
-   char        *fFnSpecn;      // Spectator n file name
+   char        *fFnSpecn;      // Spectator n file name
    TFile       *fSpecnFile;    // Pointer to signal file -> spectator n
    char        *fFnSpecp;      // Spectator p file name
    TFile       *fSpecpFile;    // Pointer to signal file -> spectator p