Changeset 4e5ed02 in git for classes/DelphesClasses.h
- Timestamp:
- Jul 22, 2020, 9:04:47 PM (4 years ago)
- Branches:
- master
- Children:
- 25291dd, a3261d7
- Parents:
- c18dca6 (diff), cbeb9b2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Stephen Sekula <stephensekula@…> (07/22/20 21:04:47)
- git-committer:
- GitHub <noreply@…> (07/22/20 21:04:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
rc18dca6 r4e5ed02 651 651 652 652 Float_t L; // path length 653 Float_t DZ; 654 Float_t ErrorDZ; 653 655 Float_t ErrorT; // path length 654 656 Float_t D0; 655 657 Float_t ErrorD0; 656 Float_t DZ;657 Float_t Error DZ;658 Float_t C; 659 Float_t ErrorC; 658 660 Float_t P; 659 661 Float_t ErrorP; … … 700 702 Float_t SumPt; 701 703 702 // ACTS compliant 6x6 track covariance (D , z0, phi0, theta, q/p, time)703 704 TMatrixDSym TrackCovariance ACTS;704 // ACTS compliant 6x6 track covariance (D0, phi, Curvature, dz, ctg(theta)) 705 706 TMatrixDSym TrackCovariance; 705 707 706 708 // vertex variables
Note:
See TracChangeset
for help on using the changeset viewer.