Fork me on GitHub

Ignore:
Timestamp:
Feb 20, 2009, 8:32:58 PM (15 years ago)
Author:
severine ovyn
Message:

TRootParticle TrootTracks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h

    r277 r278  
    289289//---------------------------------------------------------------------------
    290290
    291 class TRootTracks : public TSortableObject {
     291class TRootTracks : public TRootParticle {
    292292 public:
    293293    TRootTracks(); // needed for storage in ExRootAnalysis
     
    297297    void Set(const float inEta, const float inPhi, const float outEta, const float outPhi, const float pt);
    298298    const TLorentzVector GetFourVector() const;
    299     const float getEta() const {return Eta;}
    300     const float getPhi() const {return Phi;}
    301     const float getEtaOuter() const {return EtaOuter;}
    302     const float getPhiOuter() const {return PhiOuter;}
     299   // const float getEta() const {return Eta;}
     300   // const float getPhi() const {return Phi;}
     301   // const float getEtaOuter() const {return EtaOuter;}
     302   // const float getPhiOuter() const {return PhiOuter;}
    303303
    304304    static TCompare *fgCompare; //!
    305     const TCompare *GetCompare() const { return fgCompare; }
    306 
    307     float Eta, Phi; // (eta,phi) at the beginning of the track
     305    //const TCompare *GetCompare() const { return fgCompare; }
     306
     307//    float Eta, Phi; // (eta,phi) at the beginning of the track
    308308    float EtaOuter, PhiOuter; // (eta,phi) at the end of the track
    309     float PT, E, Px, Py, Pz;  // transverse momentum
     309//    float PT, E, Px, Py, Pz;  // transverse momentum
    310310 ClassDef(TRootTracks, 1)
    311311};
Note: See TracChangeset for help on using the changeset viewer.