Changeset 450 in svn for trunk/Utilities/ExRootAnalysis/interface
- Timestamp:
- Jul 3, 2009, 6:14:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h
r408 r450 73 73 //--------------------------------------------------------------------------- 74 74 75 //--------------------------------------------------------------------------- 76 /* 75 77 class TRootLHEFParticle: public TSortableObject 76 78 { … … 100 102 // (c*tau, distance from production to decay in mm) 101 103 // | hepup.VTIMUP[number] 102 104 103 105 double Spin; // cosine of the angle between the particle spin vector 104 106 // and the decaying particle 3-momentum, … … 110 112 111 113 }; 112 114 */ 113 115 //--------------------------------------------------------------------------- 114 116 … … 526 528 527 529 530 531 532 class TRootLHEFParticle: public TRootC::GenParticle 533 { 534 public: 535 TRootLHEFParticle() {}; 536 int ColorLine1; // index for the particle color-line | hepup.ICOLUP[number][0] 537 int ColorLine2; // index for the particle anti-color-line | hepup.ICOLUP[number][1] 538 539 double Rapidity; // particle rapidity 540 double LifeTime; // particle invariant lifetime 541 // (c*tau, distance from production to decay in mm) 542 // | hepup.VTIMUP[number] 543 544 double Spin; // cosine of the angle between the particle spin vector 545 // and the decaying particle 3-momentum, 546 // specified in the lab frame. | hepup.SPINUP[number] 547 548 static TCompare *fgCompare; //! 549 const TCompare *GetCompare() const { return fgCompare; } 550 ClassDef(TRootLHEFParticle, 2) 551 552 }; 553 528 554 #endif // BLOCKCLASSES_H 529 555
Note:
See TracChangeset
for help on using the changeset viewer.