- Timestamp:
- May 4, 2016, 5:29:47 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 0e2f49b
- Parents:
- 76c2a3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r76c2a3b racd0621 147 147 Float_t Pz; // particle momentum vector (z component) | hepevt.phep[number][2] 148 148 149 Float_t PT; // particle transverse momentum 149 Float_t D0; 150 Float_t DZ; 151 Float_t P; 152 Float_t PT; 153 Float_t CtgTheta; 154 Float_t Phi; 150 155 Float_t Eta; // particle pseudorapidity 151 Float_t Phi; // particle azimuthal angle152 153 156 Float_t Rapidity; // particle rapidity 154 157 … … 397 400 Int_t Charge; // track charge 398 401 399 Float_t PT; // track transverse momentum400 401 402 Float_t Eta; // track pseudorapidity 402 Float_t Phi; // track azimuthal angle 403 403 404 404 Float_t EtaOuter; // track pseudorapidity at the tracker edge 405 405 Float_t PhiOuter; // track azimuthal angle at the tracker edge … … 415 415 Float_t TOuter; // track position (z component) at the tracker edge 416 416 417 Float_t L; // track path length 418 417 419 Float_t D0; // track signed transverse impact parameter 418 420 Float_t ErrorD0; // signed error on the track signed transverse impact parameter 421 422 Float_t DZ; // track transverse momentum 423 Float_t ErrorDZ; // track transverse momentum error 424 425 Float_t P; // track transverse momentum 426 Float_t ErrorP; // track transverse momentum error 427 428 Float_t PT; // track transverse momentum 429 Float_t ErrorPT; // track transverse momentum error 430 431 Float_t CtgTheta; // track transverse momentum 432 Float_t ErrorCtgTheta; // track transverse momentum error 433 434 Float_t Phi; // track azimuthal angle 435 Float_t ErrorPhi; // track azimuthal angle 436 419 437 Float_t Xd; // X coordinate of point of closest approach to vertex 420 438 Float_t Yd; // Y coordinate of point of closest approach to vertex
Note:
See TracChangeset
for help on using the changeset viewer.