Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/FastJetFinder.h

    rde6d698 rcab38f6  
    3030#include "classes/DelphesModule.h"
    3131
    32 #include <vector>
     32#include <map>
    3333
    3434class TObjArray;
     
    3838  class JetDefinition;
    3939  class AreaDefinition;
    40   class JetMedianBackgroundEstimator;
     40  class Selector;
    4141  namespace contrib {
    4242    class NjettinessPlugin;
     
    8383  Int_t fN ;
    8484
    85   //-- Trimming parameters --
    86  
    87   Bool_t fComputeTrimming;
    88   Double_t fRTrim;
    89   Double_t fPtFracTrim;
    90  
    91   //-- Pruning parameters --
    92 
    93   Bool_t fComputePruning;
    94   Double_t fZcutPrun;
    95   Double_t fRcutPrun;
    96   Double_t fRPrun;
    97 
    98   //-- SoftDrop parameters --
    99 
    100   Bool_t fComputeSoftDrop;
    101   Double_t fBetaSoftDrop;
    102   Double_t fSymmetryCutSoftDrop;
    103   Double_t fR0SoftDrop;
    104 
    10585  // --- FastJet Area method --------
    10686
     
    120100  Double_t fEffectiveRfact;
    121101
    122 #if !defined(__CINT__) && !defined(__CLING__)
    123   struct TEstimatorStruct
    124   {
    125     fastjet::JetMedianBackgroundEstimator *estimator;
    126     Double_t etaMin, etaMax;
    127   };
    128 
    129   std::vector< TEstimatorStruct > fEstimators; //!
    130 #endif
     102  std::map< Double_t, Double_t > fEtaRangeMap; //!
    131103
    132104  TIterator *fItInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.