Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/PileUpJetID.h

    r2862770 r341014c  
    1010 */
    1111
    12 
    1312#include "classes/DelphesModule.h"
    1413
     
    2120{
    2221public:
    23 
    2422  PileUpJetID();
    2523  ~PileUpJetID();
     
    3028
    3129private:
    32 
    3330  Double_t fJetPTMin;
    3431  Double_t fParameterR;
     
    8885  // If set to false, uses everything within dR < fParameterR even if in other jets &c.
    8986  // Results should be very similar for PF
    90   Int_t fUseConstituents; 
     87  Int_t fUseConstituents;
    9188
    9289  Bool_t fAverageEachTower;
     
    9794
    9895  const TObjArray *fTrackInputArray; // SCZ
    99   const TObjArray *fNeutralInputArray; 
     96  const TObjArray *fNeutralInputArray;
    10097
    10198  TIterator *fItTrackInputArray; // SCZ
     
    105102  TObjArray *fNeutralsInPassingJets; // SCZ
    106103
    107 
    108104  ClassDef(PileUpJetID, 2)
    109105};
Note: See TracChangeset for help on using the changeset viewer.