Fork me on GitHub

Changeset 277 in svn for trunk


Ignore:
Timestamp:
Feb 20, 2009, 6:37:31 PM (15 years ago)
Author:
severine ovyn
Message:

TRootJet->TRootParticle

File:
1 edited

Legend:

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

    r270 r277  
    348348//---------------------------------------------------------------------------
    349349
    350 class TRootTauJet: public TSortableObject
     350class TRootTauJet: public TRootParticle
    351351{
    352352public:
    353353  TRootTauJet() {};
    354354
    355   float E;  // particle energy in GeV
    356   float Px; // particle momentum vector (x component) in GeV
    357   float Py; // particle momentum vector (y component) in GeV
    358   float Pz; // particle momentum vector (z component) in GeV
    359 
    360   float Eta; // particle pseudorapidity 
    361   float Phi; // particle azimuthal angle in rad
     355//  float E;  // particle energy in GeV
     356//  float Px; // particle momentum vector (x component) in GeV
     357//  float Py; // particle momentum vector (y component) in GeV
     358//  float Pz; // particle momentum vector (z component) in GeV
     359
     360//  float Eta; // particle pseudorapidity 
     361//  float Phi; // particle azimuthal angle in rad
    362362
    363363  void Set(const TLorentzVector& momentum);// { return TRootParticle::Set(momentum); }
    364364
    365365  static TCompare *fgCompare; //!
    366   const TCompare *GetCompare() const { return fgCompare; }
    367366 
    368   float PT; // particle transverse momentum in GeV
     367 // float PT; // particle transverse momentum in GeV
    369368
    370369  ClassDef(TRootTauJet, 1)
     
    373372//---------------------------------------------------------------------------
    374373
    375 class TRootJet: public TRootTauJet
     374class TRootJet: public TRootParticle
    376375{
    377376public:
Note: See TracChangeset for help on using the changeset viewer.