Changes in classes/DelphesClasses.h [84a097e:77e9ae1] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r84a097e r77e9ae1 387 387 Int_t NCharged; // number of charged constituents 388 388 Int_t NNeutrals; // number of neutral constituents 389 390 Float_t NeutralEnergyFraction; // charged energy fraction391 Float_t ChargedEnergyFraction; // neutral energy fraction392 393 389 Float_t Beta; // (sum pt of charged pile-up constituents)/(sum pt of charged constituents) 394 390 Float_t BetaStar; // (sum pt of charged constituents coming from hard interaction)/(sum pt of charged constituents) … … 456 452 Float_t ZOuter; // track position (z component) at the tracker edge 457 453 458 Float_t Td; // T coordinate of point of closest approach to vertex459 454 Float_t Xd; // X coordinate of point of closest approach to vertex 460 455 Float_t Yd; // Y coordinate of point of closest approach to vertex 461 456 Float_t Zd; // Z coordinate of point of closest approach to vertex 462 463 Float_t TOFreco; // reconstructed time of flight464 Float_t TOFgen; // gen time of flight465 457 466 458 Float_t L; // track path length … … 486 478 TLorentzVector P4() const; 487 479 488 ClassDef(Track, 4)480 ClassDef(Track, 3) 489 481 }; 490 482 … … 516 508 517 509 ClassDef(Tower, 2) 518 };519 520 //---------------------------------------------------------------------------521 522 class ParticleFlowCandidate: public SortableObject523 {524 525 public:526 Int_t PID; // HEP ID number527 528 Int_t Charge; // track charge529 530 Float_t E; // reconstructed energy [GeV]531 Float_t P; // track momentum532 Float_t PT; // track transverse momentum533 Float_t Eta; // track pseudorapidity534 Float_t Phi; // track azimuthal angle535 Float_t CtgTheta; // track cotangent of theta536 537 Float_t EtaOuter; // track pseudorapidity at the tracker edge538 Float_t PhiOuter; // track azimuthal angle at the tracker edge539 540 Float_t T; // track vertex position (t component)541 Float_t X; // track vertex position (x component)542 Float_t Y; // track vertex position (y component)543 Float_t Z; // track vertex position (z component)544 545 Float_t TOuter; // track position (t component) at the tracker edge546 Float_t XOuter; // track position (x component) at the tracker edge547 Float_t YOuter; // track position (y component) at the tracker edge548 Float_t ZOuter; // track position (z component) at the tracker edge549 550 Float_t Td; // X coordinate of point of closest approach to vertex551 Float_t Xd; // X coordinate of point of closest approach to vertex552 Float_t Yd; // Y coordinate of point of closest approach to vertex553 Float_t Zd; // Z coordinate of point of closest approach to vertex554 555 Float_t L; // track path length556 Float_t D0; // track transverse impact parameter557 Float_t DZ; // track longitudinal impact parameter558 559 Float_t ErrorP; // track momentum error560 Float_t ErrorPT; // track transverse momentum error561 Float_t ErrorPhi; // track azimuthal angle error562 Float_t ErrorCtgTheta; // track cotangent of theta error563 564 Float_t ErrorT; // time measurement error565 Float_t ErrorD0; // track transverse impact parameter error566 Float_t ErrorDZ; // track longitudinal impact parameter error567 568 Int_t VertexIndex; // reference to vertex569 570 static CompBase *fgCompare; //!571 const CompBase *GetCompare() const { return fgCompare; }572 573 TLorentzVector P4() const;574 575 Int_t NTimeHits; // number of hits contributing to time measurement576 577 Float_t Eem; // calorimeter tower electromagnetic energy578 Float_t Ehad; // calorimeter tower hadronic energy579 580 Float_t Edges[4]; // calorimeter tower edges581 582 TRefArray Particles; // references to generated particles583 584 ClassDef(ParticleFlowCandidate, 1)585 586 510 }; 587 511 … … 669 593 Float_t ErrorPhi; 670 594 671 Float_t Td;672 595 Float_t Xd; 673 596 Float_t Yd; 674 597 Float_t Zd; 675 598 676 // Vertexing variables677 Float_t VertexingWeight;678 679 599 // tracking resolution 600 680 601 Float_t TrackResolution; 681 602 … … 689 610 Float_t PTD; 690 611 Float_t FracPt[5]; 691 Float_t NeutralEnergyFraction; // charged energy fraction692 Float_t ChargedEnergyFraction; // neutral energy fraction693 694 612 695 613 // Timing information
Note:
See TracChangeset
for help on using the changeset viewer.