Fork me on GitHub

Changeset c614dd7 in git for classes/DelphesClasses.h


Ignore:
Timestamp:
Sep 23, 2019, 5:29:37 PM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, master
Children:
3051358a, 84a097e
Parents:
ededa33
Message:

added neutral and charged energy fraction to jets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    rededa33 rc614dd7  
    387387  Int_t NCharged; // number of charged constituents
    388388  Int_t NNeutrals; // number of neutral constituents
     389
     390  Float_t NeutralEnergyFraction;  // charged energy fraction
     391  Float_t ChargedEnergyFraction;  // neutral energy fraction
     392
    389393  Float_t Beta; // (sum pt of charged pile-up constituents)/(sum pt of charged constituents)
    390394  Float_t BetaStar; // (sum pt of charged constituents coming from hard interaction)/(sum pt of charged constituents)
     
    677681  Float_t PTD;
    678682  Float_t FracPt[5];
     683  Float_t NeutralEnergyFraction;  // charged energy fraction
     684  Float_t ChargedEnergyFraction;  // neutral energy fraction
     685
    679686
    680687  // Timing information
Note: See TracChangeset for help on using the changeset viewer.