- Timestamp:
- Sep 23, 2019, 5:29:37 PM (5 years ago)
- Branches:
- ImprovedOutputFile, Timing, master
- Children:
- 3051358a, 84a097e
- Parents:
- ededa33
- Location:
- classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
rededa33 rc614dd7 151 151 NCharged(0), 152 152 NNeutrals(0), 153 NeutralEnergyFraction(0), // charged energy fraction 154 ChargedEnergyFraction(0), // neutral energy fraction 153 155 Beta(0), 154 156 BetaStar(0), … … 322 324 object.NCharged = NCharged; 323 325 object.NNeutrals = NNeutrals; 326 object.NeutralEnergyFraction = NeutralEnergyFraction; 327 object.ChargedEnergyFraction = ChargedEnergyFraction; 324 328 object.Beta = Beta; 325 329 object.BetaStar = BetaStar; -
classes/DelphesClasses.h
rededa33 rc614dd7 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 fraction 391 Float_t ChargedEnergyFraction; // neutral energy fraction 392 389 393 Float_t Beta; // (sum pt of charged pile-up constituents)/(sum pt of charged constituents) 390 394 Float_t BetaStar; // (sum pt of charged constituents coming from hard interaction)/(sum pt of charged constituents) … … 677 681 Float_t PTD; 678 682 Float_t FracPt[5]; 683 Float_t NeutralEnergyFraction; // charged energy fraction 684 Float_t ChargedEnergyFraction; // neutral energy fraction 685 679 686 680 687 // Timing information
Note:
See TracChangeset
for help on using the changeset viewer.