Changeset 277 in svn for trunk/Utilities
- Timestamp:
- Feb 20, 2009, 6:37:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h
r270 r277 348 348 //--------------------------------------------------------------------------- 349 349 350 class TRootTauJet: public T SortableObject350 class TRootTauJet: public TRootParticle 351 351 { 352 352 public: 353 353 TRootTauJet() {}; 354 354 355 float E; // particle energy in GeV356 float Px; // particle momentum vector (x component) in GeV357 float Py; // particle momentum vector (y component) in GeV358 float Pz; // particle momentum vector (z component) in GeV359 360 float Eta; // particle pseudorapidity361 float Phi; // particle azimuthal angle in rad355 // 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 362 362 363 363 void Set(const TLorentzVector& momentum);// { return TRootParticle::Set(momentum); } 364 364 365 365 static TCompare *fgCompare; //! 366 const TCompare *GetCompare() const { return fgCompare; }367 366 368 float PT; // particle transverse momentum in GeV367 // float PT; // particle transverse momentum in GeV 369 368 370 369 ClassDef(TRootTauJet, 1) … … 373 372 //--------------------------------------------------------------------------- 374 373 375 class TRootJet: public TRoot TauJet374 class TRootJet: public TRootParticle 376 375 { 377 376 public:
Note:
See TracChangeset
for help on using the changeset viewer.