]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt1Response.h
Code revision:
[u/mrichter/AliRoot.git] / MUON / AliMUONSt1Response.h
index dacd2e07210c19346b91f4069508ce488a45ef58..631d9ff5c64cd008ea81ff2198e51840467c8af7 100644 (file)
@@ -5,6 +5,7 @@
  * See cxx source for full Copyright notice                               */
 
 /* $Id$ */
+// Revision of includes 07/05/2004
 
 // Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay
 //
@@ -35,9 +36,8 @@ class AliMUONSt1ResponseParameter;
 
 class AliMUONSt1Response : public AliMUONResponseV0 
 {
-public:
+  public:
     AliMUONSt1Response(Int_t chamber=1);
-    AliMUONSt1Response(const AliMUONSt1Response& rhs);
     virtual ~AliMUONSt1Response();
     
     //
@@ -51,15 +51,17 @@ public:
     virtual Int_t DigitResponse(Int_t digit,AliMUONTransientDigit* where);
     void PrintStatistics() const;
 
+  protected:
+    AliMUONSt1Response(const AliMUONSt1Response& rhs);
+
+    // operators
+    AliMUONSt1Response& operator=(const AliMUONSt1Response & rhs);
 
-private:
+  private:
     // typedefs
     typedef map<string, AliMUONSt1ResponseParameter*> ParamsMap;
     typedef map<string, TList*>  ListMap;
 
-    // operators
-    AliMUONSt1Response& operator=(const AliMUONSt1Response & rhs);
-
     // private methods
     AliMpZone* FindZone(AliMpSector* sector,Int_t posId) const; // to be moved in AliMpSector::
     void ReadFiles();