]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseTriggerV1.h
- Disentangle masks effect from trigger chamber efficiency estimation.
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseTriggerV1.h
index f48762bcaaff2a3b1c294eb97fa2d26f466f13fc..74761bed9dbec3083e97b55556a26a1f4d50dfe9 100644 (file)
@@ -19,25 +19,25 @@ class AliMUONResponseTriggerV1 : public AliMUONResponseTrigger
     // default constructor
     AliMUONResponseTriggerV1();
     AliMUONResponseTriggerV1(Float_t hv);
-    virtual ~AliMUONResponseTriggerV1(){} 
+    virtual ~AliMUONResponseTriggerV1();
 
     // Set the GenerCluster parameter       
     virtual Int_t SetGenerCluster();
     
-    virtual void DisIntegrate(const AliMUONHit& hit, TList& digits);
-
+    virtual void DisIntegrate(const AliMUONHit& hit, TList& digits, Float_t timeDif);
+    
   protected:
-    Float_t fGenerCluster;   // Random number  
-    Float_t fA;              // first parameter  of the cluster-size param
-    Float_t fB;              // second parameter of the cluster-size param
-    Float_t fC;              // third parameter  of the cluster-size param
+    Float_t fGenerCluster;   ///< Random number  
+    Float_t fA;              ///< first parameter  of the cluster-size param
+    Float_t fB;              ///< second parameter of the cluster-size param
+    Float_t fC;              ///< third parameter  of the cluster-size param
 
   private:
     // initialize parameters
     void SetParameters(Float_t hv);
     // parametrization of the cluster-size
     Float_t FireStripProb(Float_t x4, Float_t theta) const;
-    void Neighbours(const Int_t cath, const Int_t iX, const Int_t iY, Int_t Xlist[10], Int_t Ylist[10]);
+    void Neighbours(const Int_t cath, const Int_t iX, const Int_t iY, Int_t Xlist[10], Int_t Ylist[10]) const;
     
   ClassDef(AliMUONResponseTriggerV1,1) // Implementation of RPC response