]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseFactory.h
Fixing warning (and increasing ClassDef)
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseFactory.h
index ac86ee966110ee32933af326f55e27cb2c96190d..4002476b2628bef6b0f7d4821b651b0fa74e40cb 100644 (file)
 #include <TNamed.h>
 
 class AliMUON;
-class AliMUONSegmentation;
 class AliMUONResponseV0;
 
 class AliMUONResponseFactory : public  TNamed {
 
   public:
-    AliMUONResponseFactory(const char* name);
+    AliMUONResponseFactory(const char* name, Bool_t isTailEffect);
     AliMUONResponseFactory();
     virtual ~AliMUONResponseFactory();
     
@@ -30,7 +29,9 @@ class AliMUONResponseFactory : public  TNamed {
     void BuildStation(AliMUON* where, Int_t stationNumber);
 
   private:
+    /// Not implemented
     AliMUONResponseFactory(const AliMUONResponseFactory& rhs);
+    /// Not implemented
     AliMUONResponseFactory& operator=(const AliMUONResponseFactory& rhs);
 
     void BuildCommon();
@@ -42,8 +43,9 @@ class AliMUONResponseFactory : public  TNamed {
     void BuildStation6();
     
     // data members    
-    AliMUON*             fMUON;           ///< MUON detector 
-    AliMUONResponseV0*   fResponse0;      ///< default response 
+    AliMUON*           fMUON;        ///< MUON detector 
+    AliMUONResponseV0* fResponse0;   ///< default response 
+    Bool_t             fIsTailEffect;///< switch to turn on/off the tail effect
 
   ClassDef(AliMUONResponseFactory,0)  // MUON Factory for Chambers and Segmentation
 };