]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliVertex.h
Access to the number of associated clusters (M.Ivanov)
[u/mrichter/AliRoot.git] / RALICE / AliVertex.h
index f9e96ca35c81f7e1f1aeabe4bce86c6d96bba2c4..fd07494b80e229c77febf2a410b3b37a9283952c 100644 (file)
@@ -21,7 +21,7 @@ class AliVertex : public AliJet,public AliPosition
   AliVertex(Int_t n);                     // Create a vertex to hold initially n tracks
   virtual ~AliVertex();                   // Default destructor
   AliVertex(AliVertex& v);                // Copy constructor
-  virtual TObject* Clone(const char* name="");  // Make a deep copy and provide its pointer
+  virtual TObject* Clone(const char* name=""); // Make a deep copy and provide its pointer
   virtual void SetOwner(Bool_t own=kTRUE);// Set ownership of all added objects
   virtual void Reset();                   // Reset all values and stored vertex and jet lists
   void ResetVertices();                   // Reset stored vertex list
@@ -66,6 +66,6 @@ class AliVertex : public AliJet,public AliPosition
  private:
   void Dumps(AliVertex* v,Int_t n,TString f); // Recursively print all sec. vertices
  
- ClassDef(AliVertex,7) // Creation and investigation of an AliVertex.
+ ClassDef(AliVertex,8) // Creation and investigation of an AliVertex.
 };
 #endif