Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/PileUpJetID.h

    r341014c r2862770  
    1010 */
    1111
     12
    1213#include "classes/DelphesModule.h"
    1314
     
    2021{
    2122public:
     23
    2224  PileUpJetID();
    2325  ~PileUpJetID();
     
    2830
    2931private:
     32
    3033  Double_t fJetPTMin;
    3134  Double_t fParameterR;
     
    8588  // If set to false, uses everything within dR < fParameterR even if in other jets &c.
    8689  // Results should be very similar for PF
    87   Int_t fUseConstituents;
     90  Int_t fUseConstituents; 
    8891
    8992  Bool_t fAverageEachTower;
     
    9497
    9598  const TObjArray *fTrackInputArray; // SCZ
    96   const TObjArray *fNeutralInputArray;
     99  const TObjArray *fNeutralInputArray; 
    97100
    98101  TIterator *fItTrackInputArray; // SCZ
     
    102105  TObjArray *fNeutralsInPassingJets; // SCZ
    103106
     107
    104108  ClassDef(PileUpJetID, 2)
    105109};
Note: See TracChangeset for help on using the changeset viewer.