]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fgkTofLimit from private to public to be used in AliMUONResponseTriggerV1 (Diego)
authorpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Aug 2006 17:21:53 +0000 (17:21 +0000)
committerpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Aug 2006 17:21:53 +0000 (17:21 +0000)
MUON/AliMUONResponseTrigger.h

index 4df62cea041a397c0b97fd0ed65d691fc8f7999b..85275a79378862beb834403cc2233cd764f2083c 100644 (file)
@@ -25,9 +25,11 @@ class AliMUONResponseTrigger : public AliMUONResponse
   virtual Int_t SetGenerCluster(){return 0;}
 
   virtual void DisIntegrate(const AliMUONHit& hit, TList& digits);
+
+  static const Float_t fgkTofLimit;  ///< Particle above this threshold are discarded
   
  private:
-  static const Float_t fgkTofLimit;  ///< Particle above this threshold are discarded
+
   ClassDef(AliMUONResponseTrigger,1) ///< Implementation of RPC response
     
 };