Changeset 726e804 in git
- Timestamp:
- Feb 16, 2021, 4:55:07 PM (4 years ago)
- Branches:
- master
- Children:
- 17cd992
- Parents:
- 0852ba95
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r0852ba95 r726e804 151 151 Float_t Eta; // particle pseudorapidity 152 152 Float_t Phi; // particle azimuthal angle 153 154 153 Float_t Rapidity; // particle rapidity 155 Float_t CtgTheta; // particle cotangent of theta156 157 Float_t D0; // particle transverse impact parameter158 Float_t DZ; // particle longitudinal impact parameter159 154 160 155 Float_t T; // particle vertex position (t component) | hepevt.vhep[number][3] -
modules/TreeWriter.cc
r0852ba95 r726e804 215 215 entry->Pz = momentum.Pz(); 216 216 217 entry->D0 = candidate->D0;218 entry->DZ = candidate->DZ;219 entry->P = candidate->P;220 entry->PT = candidate->PT;221 entry->CtgTheta = candidate->CtgTheta;222 entry->Phi = candidate->Phi;223 224 217 entry->Eta = eta; 225 218 entry->Phi = momentum.Phi(); … … 524 517 entry->ErrorDZCtgTheta = candidate->TrackCovariance(3,4); 525 518 526 cout<<entry->ErrorPhiC<<endl;527 528 519 entry->Xd = candidate->Xd; 529 520 entry->Yd = candidate->Yd;
Note:
See TracChangeset
for help on using the changeset viewer.