- Timestamp:
- May 17, 2016, 11:21:42 AM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 1f34dac
- Parents:
- acd0621
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
racd0621 r0e2f49b 178 178 Float_t Y; // vertex position (y component) 179 179 Float_t Z; // vertex position (z component) 180 181 ClassDef(Vertex, 1) 180 181 Double_t ErrorX; 182 Double_t ErrorY; 183 Double_t ErrorZ; 184 185 Int_t Index; 186 Int_t NDF; 187 Double_t Sigma; 188 Double_t SumPT2; 189 Double_t BTVSumPT2; 190 Double_t GenDeltaZ; 191 Double_t GenSumPT2; 192 193 ClassDef(Vertex, 2) 182 194 }; 183 195 … … 544 556 Float_t DeltaPhi; 545 557 546 TLorentzVector Momentum, Position, InitialPosition, Area;558 TLorentzVector Momentum, Position, InitialPosition, PositionError, Area; 547 559 548 560 Float_t L; // path length … … 592 604 Float_t SumPt; 593 605 606 // vertex variables 607 608 Int_t ClusterIndex; 609 Int_t ClusterNDF; 610 Double_t ClusterSigma; 611 Double_t SumPT2; 612 Double_t BTVSumPT2; 613 Double_t GenDeltaZ; 614 Double_t GenSumPT2; 615 594 616 // N-subjettiness variables 595 617
Note:
See TracChangeset
for help on using the changeset viewer.