Fork me on GitHub

Ignore:
Timestamp:
Jan 14, 2009, 1:30:22 PM (16 years ago)
Author:
Xavier Rouby
Message:

EtaOut,PhiOut added in TRootTracks class

File:
1 edited

Legend:

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

    r176 r185  
    1313 *  present in the data members of the Block TRoot class.
    1414 *
    15  *  $Date: 2009-01-12 23:35:38 $
    16  *  $Revision: 1.8 $
     15 *  $Date: 2009-01-14 12:30:22 $
     16 *  $Revision: 1.9 $
    1717 *
    1818 * 
     
    235235{
    236236public:
    237   TRootTracks() {};
     237  TRootTracks() : Etaout(0), Phiout(0) {};
    238238  static TCompare *fgCompare; //!
    239239 
    240   float XVertex, YVertex, ZVertex, EtaVertex, PhiVertex; // coordinates of the beginning of the track
    241   float Xouter, Youter, Zouter; // coordinates of the end of the track
     240//  float X, Y, Z; // coordinates of the beginning of the track
     241//  float Xout, Yout, Zout; // coordinates of the end of the track
     242  float Etaout, Phiout; // coordinates of the end of the track
     243//  void SetPosition(const float x, const float y, const float z) {X=x; Y=y; Z=z;}
     244//  void SetPositionOut(const float x, const float y, const float z) {Xout=x; Yout=y; Zout=z;}
    242245  ClassDef(TRootTracks, 1)
    243246};
Note: See TracChangeset for help on using the changeset viewer.