- Timestamp:
- Jun 17, 2016, 6:52:57 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 62d3bc5
- Parents:
- 0f73bea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r0f73bea r5496767 178 178 Float_t Y; // vertex position (y component) 179 179 Float_t Z; // vertex position (z component) 180 180 181 181 Double_t ErrorX; 182 182 Double_t ErrorY; … … 191 191 Double_t GenSumPT2; 192 192 193 TRefArray Constituents; // references to constituents 194 193 195 static CompBase *fgCompare; //! 194 196 const CompBase *GetCompare() const { return fgCompare; } … … 416 418 417 419 Float_t Eta; // track pseudorapidity 418 420 419 421 Float_t EtaOuter; // track pseudorapidity at the tracker edge 420 422 Float_t PhiOuter; // track azimuthal angle at the tracker edge … … 431 433 432 434 Float_t L; // track path length 433 Float_t ErrorT; // error on the time measurement 434 435 Float_t ErrorT; // error on the time measurement 436 435 437 Float_t D0; // track signed transverse impact parameter 436 438 Float_t ErrorD0; // signed error on the track signed transverse impact parameter 437 439 438 440 Float_t DZ; // track transverse momentum 439 441 Float_t ErrorDZ; // track transverse momentum error 440 442 441 443 Float_t P; // track transverse momentum 442 444 Float_t ErrorP; // track transverse momentum error 443 445 444 446 Float_t PT; // track transverse momentum 445 447 Float_t ErrorPT; // track transverse momentum error 446 448 447 449 Float_t CtgTheta; // track transverse momentum 448 450 Float_t ErrorCtgTheta; // track transverse momentum error 449 451 450 452 Float_t Phi; // track azimuthal angle 451 453 Float_t ErrorPhi; // track azimuthal angle 452 454 453 455 Float_t Xd; // X coordinate of point of closest approach to vertex 454 456 Float_t Yd; // Y coordinate of point of closest approach to vertex … … 458 460 459 461 Int_t VertexIndex; // reference to vertex 460 462 461 463 static CompBase *fgCompare; //! 462 464 const CompBase *GetCompare() const { return fgCompare; } … … 584 586 585 587 // tracking resolution 586 588 587 589 Float_t TrackResolution; 588 590 … … 612 614 613 615 // vertex variables 614 616 615 617 Int_t ClusterIndex; 616 618 Int_t ClusterNDF;
Note:
See TracChangeset
for help on using the changeset viewer.