Changeset 185 in svn
- Timestamp:
- Jan 14, 2009, 1:30:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h
r176 r185 13 13 * present in the data members of the Block TRoot class. 14 14 * 15 * $Date: 2009-01-1 2 23:35:38$16 * $Revision: 1. 8$15 * $Date: 2009-01-14 12:30:22 $ 16 * $Revision: 1.9 $ 17 17 * 18 18 * … … 235 235 { 236 236 public: 237 TRootTracks() {};237 TRootTracks() : Etaout(0), Phiout(0) {}; 238 238 static TCompare *fgCompare; //! 239 239 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;} 242 245 ClassDef(TRootTracks, 1) 243 246 };
Note:
See TracChangeset
for help on using the changeset viewer.