Fork me on GitHub

Ignore:
Timestamp:
Jul 3, 2009, 6:14:36 PM (15 years ago)
Author:
Xavier Rouby
Message:

lhe bug (empty Analysis tree) solved

File:
1 edited

Legend:

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

    r408 r450  
    7373//---------------------------------------------------------------------------
    7474
     75//---------------------------------------------------------------------------
     76/*
    7577class TRootLHEFParticle: public TSortableObject
    7678{
     
    100102                     // (c*tau, distance from production to decay in mm)
    101103                     // | hepup.VTIMUP[number]
    102                      
     104
    103105  double Spin; // cosine of the angle between the particle spin vector
    104106                 // and the decaying particle 3-momentum,
     
    110112
    111113};
    112 
     114*/
    113115//---------------------------------------------------------------------------
    114116
     
    526528
    527529
     530
     531
     532class TRootLHEFParticle: public TRootC::GenParticle
     533{
     534public:
     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
    528554#endif // BLOCKCLASSES_H
    529555
Note: See TracChangeset for help on using the changeset viewer.