X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONResponseFactory.h;h=4002476b2628bef6b0f7d4821b651b0fa74e40cb;hb=d9e6dc5ec1fecdeaabbe52bd5c72a8cb4fd81ea8;hp=ac86ee966110ee32933af326f55e27cb2c96190d;hpb=b42c2a937c0db2da24ace98cbaf2097d54c3070a;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONResponseFactory.h b/MUON/AliMUONResponseFactory.h index ac86ee96611..4002476b262 100644 --- a/MUON/AliMUONResponseFactory.h +++ b/MUON/AliMUONResponseFactory.h @@ -16,13 +16,12 @@ #include 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 };