X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RALICE%2FAliJet.h;h=aed1386f72928207e6f5fa6781c08117c74631c0;hb=99a25cd973d673e54dd7b1f0978e7e11bd683abe;hp=392f0f2fb984dc35b5c87286d5cc7f2678204786;hpb=25eefd00f9a19172db2788b84c94a9bec47b4148;p=u%2Fmrichter%2FAliRoot.git diff --git a/RALICE/AliJet.h b/RALICE/AliJet.h index 392f0f2fb98..aed1386f729 100644 --- a/RALICE/AliJet.h +++ b/RALICE/AliJet.h @@ -34,6 +34,7 @@ class AliJet : public TNamed,public Ali4Vector Double_t GetInvmass(Float_t scale=-1); // Provide the invariant mass Float_t GetCharge() const; // Provide the total charge of the jet Int_t GetNtracks(Int_t idmode=0,Int_t chmode=2,Int_t pcode=0); // Provide the number of selected tracks in the jet + Int_t GetNtracks(TString name); // Provide the number of tracks with a certain name AliTrack* GetTrack(Int_t i) const; // Provide i-th track of the jet (1=first track) AliTrack* GetIdTrack(Int_t id) const; // Provide the track with user identifier "id" TObjArray* GetTracks(Int_t idmode=0,Int_t chmode=2,Int_t pcode=0); // Provide references to selected tracks @@ -80,6 +81,6 @@ class AliJet : public TNamed,public Ali4Vector TObjArray* fSelected; //! Temp. array to hold user selected or ordered objects Float_t fEscale; // The scale of the energy/momentum units of the jet - ClassDef(AliJet,19) // Creation and investigation of a jet of particle tracks. + ClassDef(AliJet,20) // Creation and investigation of a jet of particle tracks. }; #endif