- Timestamp:
- Apr 8, 2014, 6:43:52 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- b67be31
- Parents:
- 5b822e5
- Location:
- classes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/ClassesLinkDef.h
r5b822e5 r8f7db23 7 7 * $Revision: 1.2 $ 8 8 * 9 * 9 * 10 10 * \author P. Demin - UCL, Louvain-la-Neuve 11 11 * … … 45 45 #pragma link C++ class Track+; 46 46 #pragma link C++ class Tower+; 47 #pragma link C++ class HectorHit+; 47 48 48 49 #pragma link C++ class Candidate+; -
classes/DelphesClasses.cc
r5b822e5 r8f7db23 26 26 CompBase *Track::fgCompare = CompPT<Track>::Instance(); 27 27 CompBase *Tower::fgCompare = CompE<Tower>::Instance(); 28 CompBase *HectorHit::fgCompare = CompE<HectorHit>::Instance(); 28 29 CompBase *Candidate::fgCompare = CompMomentumPt<Candidate>::Instance(); 29 30 -
classes/DelphesClasses.h
r5b822e5 r8f7db23 390 390 //--------------------------------------------------------------------------- 391 391 392 class HectorHit: public SortableObject 393 { 394 public: 395 Float_t E; // reconstructed energy [GeV] 396 397 Float_t Tx; // angle of the momentum in the horizontal (x,z) plane [urad] 398 Float_t Ty; // angle of the momentum in the verical (y,z) plane [urad] 399 400 Float_t T; // time of flight to the detector [s] 401 402 Float_t X; // horizontal distance to the beam [um] 403 Float_t Y; // vertical distance to the beam [um] 404 Float_t S; // distance to the interaction point [m] 405 406 static CompBase *fgCompare; //! 407 const CompBase *GetCompare() const { return fgCompare; } 408 409 ClassDef(HectorHit, 1) 410 }; 411 412 //--------------------------------------------------------------------------- 413 392 414 class Candidate: public SortableObject 393 415 {
Note:
See TracChangeset
for help on using the changeset viewer.