]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDFMD.h
names and protect against zero
[u/mrichter/AliRoot.git] / STEER / AliESDFMD.h
index 8b7af14dfbecfb48bc9d8b0e05361325f05c9e23..564b206e0659307fc5538c07fd7046670ec3d92f 100755 (executable)
@@ -41,6 +41,8 @@ public:
   AliESDFMD& operator=(const AliESDFMD& other);
   /** Destructor - does nothing */
   virtual ~AliESDFMD() {}
+  virtual void Copy(TObject &obj) const;
+
 
   void Clear(Option_t *option="");
   /** Get the pseudo-multiplicity of 
@@ -109,11 +111,11 @@ public:
   void CheckNeedUShort(TFile* file);
   enum {
     /** Value used for undefined multiplicity */
-    kInvalidMult = 1000
+    kInvalidMult = 1024
   };
   enum {
     /** Value used for undefined pseudo rapidity */
-    kInvalidEta = 1000
+    kInvalidEta = 1024
   };
   /** @return constant reference to multiplicity map */
   const AliFMDFloatMap& MultiplicityMap() const { return fMultiplicity; }