Changeset 17cd992 in git
- Timestamp:
- Feb 18, 2021, 4:09:47 PM (4 years ago)
- Branches:
- master
- Children:
- 601a13b
- Parents:
- 726e804
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r726e804 r17cd992 438 438 Float_t Phi; // track azimuthal angle 439 439 Float_t CtgTheta; // track cotangent of theta 440 Float_t C; // track curvature inverse 440 441 441 442 Float_t EtaOuter; // track pseudorapidity at the tracker edge … … 540 541 Float_t Phi; // track azimuthal angle 541 542 Float_t CtgTheta; // track cotangent of theta 543 Float_t C; // track curvature inverse 542 544 543 545 Float_t EtaOuter; // track pseudorapidity at the tracker edge -
modules/TreeWriter.cc
r726e804 r17cd992 386 386 entry->Phi = phi; 387 387 entry->CtgTheta = ctgTheta; 388 entry->C = candidate->C; 388 389 389 390 particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0)); … … 535 536 entry->Phi = phi; 536 537 entry->CtgTheta = ctgTheta; 537 538 entry->C = candidate->C; 539 538 540 particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0)); 539 541 const TLorentzVector &initialPosition = particle->Position;
Note:
See TracChangeset
for help on using the changeset viewer.