- Timestamp:
- May 12, 2009, 9:44:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ExRootAnalysis/interface/BlockClasses.h
r375 r378 89 89 double E; // particle energy | hepup.PUP[number][3] 90 90 double M; // particle mass | hepup.PUP[number][4] 91 double Charge; // particle charge 91 92 92 93 double PT; // particle transverse momentum … … 211 212 212 213 public: 213 TRootGenParticle() {_initialised=false; }214 TRootGenParticle() {_initialised=false; M=-9999.; } 214 215 TRootGenParticle(const int pid): PID(pid) {_initialised=false;} 215 216 TRootGenParticle(TRootC::GenParticle* part); … … 345 346 346 347 //--------------------------------------------------------------------------- 347 class TRootZdcHits: public TSortableObject 348 349 class TRootZdcHits: public TRootParticle 350 { 351 public: 352 TRootZdcHits() {}; 353 float T; // time of flight [s] 354 int side; // -1 or +1 355 static TCompare *fgCompare; //! 356 357 ClassDef(TRootZdcHits, 1) 358 }; 359 360 361 /*class TRootZdcHits: public TSortableObject 348 362 { 349 363 public: … … 362 376 ClassDef(TRootZdcHits, 2) 363 377 }; 378 */ 364 379 365 380 //--------------------------------------------------------------------------- … … 454 469 float Ty; // angle of the momentum in the verical (y,z) plane [urad] 455 470 471 float T; // time of flight to the detector [s] 456 472 int side; // -1 or 1 457 473
Note:
See TracChangeset
for help on using the changeset viewer.