]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONData.h
Extracting the BLOCK DATA in a separate file. Changes to make it working on macosx
[u/mrichter/AliRoot.git] / MUON / AliMUONData.h
index 50324213eebee8d373c4fc9725025af9f3308400..2ba415dad4aec7ebbcb045c44c2f0df0a7454450 100644 (file)
@@ -54,10 +54,6 @@ class AliMUONData : public TNamed
     AliMUONData();
     AliMUONData(AliLoader * loader, const char* name, const char* title);
     virtual ~AliMUONData();  
-    virtual void   AddDigit(Int_t id, Int_t* tracks, Int_t* charges,
-                            Int_t* digits); 
-    virtual void   AddSDigit(Int_t id, Int_t* tracks, Int_t* charges,
-                            Int_t* digits); 
     virtual void   AddDigit(Int_t id, const AliMUONDigit& digit); // use copy constructor
     virtual void   AddSDigit(Int_t id, const AliMUONDigit& digit); // use copy constructor
     virtual void   AddHit(Int_t fIshunt, Int_t track, Int_t detElemId, 
@@ -94,14 +90,9 @@ class AliMUONData : public TNamed
       if (fLoader && fLoader->TreeH())
        fLoader->TreeH()->GetEvent(it);
     }
-                   /// Get number of entries in hits three
-    Int_t          GetNtracks() const      {
-      Int_t ntrk = 0;
-      if (fLoader && fLoader->TreeH())
-       ntrk = (Int_t) fLoader->TreeH()->GetEntries();
-      return ntrk;
-    }
+    Int_t          GetNtracks() const;
     void           GetDigits() const;
+    
                    /// Load sdigits tree
     void           GetSDigits() const {
       if (fLoader && fLoader->TreeS())