]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliTrack.h
Event header added (Bogdan)
[u/mrichter/AliRoot.git] / RALICE / AliTrack.h
index e57cbc5ff242063d2f8a4e3257fc5ad25640d578..3e2ed7b2408632d9797d036b43f5f942c72cc7c5 100644 (file)
@@ -46,6 +46,7 @@ class AliTrack : public TNamed,public Ali4Vector
   void RemoveSignal(AliSignal& s,Int_t mode=1); // Remove related AliSignal from this track
   void RemoveSignals(Int_t mode=1);             // Remove all related AliSignals from this track
   Int_t GetNsignals() const;              // Provide number of related AliSignals
+  Int_t GetNsignals(const char* classname) const; // Provide the number of selected signals
   AliSignal* GetSignal(Int_t j) const;    // Access to the related AliSignal number j
   void SetBeginPoint(AliPosition& p);     // Set the track begin-point
   AliPosition* GetBeginPoint();           // Provide the track begin-point
@@ -114,6 +115,6 @@ class AliTrack : public TNamed,public Ali4Vector
  private:
   void Dumps(AliTrack* t,Int_t n,TString f,TString u); // Recursively print all decay levels
  
- ClassDef(AliTrack,20) // Handling of the attributes of a reconstructed particle track.
+ ClassDef(AliTrack,21) // Handling of the attributes of a reconstructed particle track.
 };
 #endif