- Timestamp:
- Mar 17, 2021, 4:19:54 PM (4 years ago)
- Branches:
- master
- Children:
- 9cc5aeb
- Parents:
- b8a6aa3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
rb8a6aa3 rfd4b326 385 385 386 386 Float_t NeutralEnergyFraction; // charged energy fraction 387 Float_t ChargedEnergyFraction; // neutral energy fraction 387 Float_t ChargedEnergyFraction; // neutral energy fraction 388 388 389 389 Float_t Beta; // (sum pt of charged pile-up constituents)/(sum pt of charged constituents) … … 439 439 Float_t CtgTheta; // track cotangent of theta 440 440 Float_t C; // track curvature inverse 441 Float_t Mass; // particle mass 441 442 442 443 Float_t EtaOuter; // track pseudorapidity at the tracker edge … … 472 473 473 474 // track covariance off-diagonal terms 474 Float_t ErrorD0Phi; 475 Float_t ErrorD0C; 476 Float_t ErrorD0DZ; 477 Float_t ErrorD0CtgTheta; 478 Float_t ErrorPhiC; 479 Float_t ErrorPhiDZ; 480 Float_t ErrorPhiCtgTheta ; 481 Float_t ErrorCDZ; 482 Float_t ErrorCCtgTheta; 483 Float_t ErrorDZCtgTheta; 475 Float_t ErrorD0Phi; 476 Float_t ErrorD0C; 477 Float_t ErrorD0DZ; 478 Float_t ErrorD0CtgTheta; 479 Float_t ErrorPhiC; 480 Float_t ErrorPhiDZ; 481 Float_t ErrorPhiCtgTheta ; 482 Float_t ErrorCDZ; 483 Float_t ErrorCCtgTheta; 484 Float_t ErrorDZCtgTheta; 484 485 485 486 TRef Particle; // reference to generated particle … … 542 543 Float_t CtgTheta; // track cotangent of theta 543 544 Float_t C; // track curvature inverse 545 Float_t Mass; // particle mass 544 546 545 547 Float_t EtaOuter; // track pseudorapidity at the tracker edge … … 575 577 576 578 // track covariance off-diagonal terms 577 Float_t ErrorD0Phi; 578 Float_t ErrorD0C; 579 Float_t ErrorD0DZ; 580 Float_t ErrorD0CtgTheta; 581 Float_t ErrorPhiC; 582 Float_t ErrorPhiDZ; 583 Float_t ErrorPhiCtgTheta ; 584 Float_t ErrorCDZ; 585 Float_t ErrorCCtgTheta; 586 Float_t ErrorDZCtgTheta; 579 Float_t ErrorD0Phi; 580 Float_t ErrorD0C; 581 Float_t ErrorD0DZ; 582 Float_t ErrorD0CtgTheta; 583 Float_t ErrorPhiC; 584 Float_t ErrorPhiDZ; 585 Float_t ErrorPhiCtgTheta ; 586 Float_t ErrorCDZ; 587 Float_t ErrorCCtgTheta; 588 Float_t ErrorDZCtgTheta; 587 589 588 590 Int_t VertexIndex; // reference to vertex … … 710 712 Float_t FracPt[5]; 711 713 Float_t NeutralEnergyFraction; // charged energy fraction 712 Float_t ChargedEnergyFraction; // neutral energy fraction 714 Float_t ChargedEnergyFraction; // neutral energy fraction 713 715 714 716 … … 767 769 // event characteristics variables 768 770 Double_t ParticleDensity; // particle multiplicity density in the proximity of the particle 769 771 770 772 static CompBase *fgCompare; //! 771 773 const CompBase *GetCompare() const { return fgCompare; }
Note:
See TracChangeset
for help on using the changeset viewer.