Fork me on GitHub

Changeset 8336b6e in git for modules/FastJetFinder.h


Ignore:
Timestamp:
Nov 4, 2013, 11:59:27 AM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
e9065e7
Parents:
498cda4
Message:

add eta ranges for rho

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/FastJetFinder.h

    r498cda4 r8336b6e  
    1616#include "classes/DelphesModule.h"
    1717
    18 #include <vector>
     18#include <map>
    1919
    2020class TObjArray;
     
    3737  void Process();
    3838  void Finish();
    39  
     39
    4040private:
    4141
    4242  void *fPlugin; //!
    4343  fastjet::JetDefinition *fDefinition; //!
    44    
     44
    4545  Int_t fJetAlgorithm;
    4646  Double_t fParameterR;
     
    5454  Double_t fAdjacencyCut;
    5555  Double_t fOverlapThreshold;
    56  
     56
    5757  // --- FastJet Area method --------
    58  
     58
    5959  fastjet::AreaDefinition *fAreaDefinition;
    60   Int_t fAreaAlgorithm; 
    61   Bool_t  fComputeRho;
    62   Double_t fRhoEtaMax;
    63  
     60  Int_t fAreaAlgorithm;
     61  Bool_t  fComputeRho;
     62
    6463  // -- ghost based areas --
    6564  Double_t fGhostEtaMax;
     
    6867  Double_t fGridScatter;
    6968  Double_t fPtScatter;
    70   Double_t fMeanGhostPt; 
    71  
     69  Double_t fMeanGhostPt;
     70
    7271  // -- voronoi areas --
    7372  Double_t fEffectiveRfact;
    74  
    75  
     73
     74  std::map< Double_t, Double_t > fEtaRangeMap; //!
     75
    7676  TIterator *fItInputArray; //!
    7777
Note: See TracChangeset for help on using the changeset viewer.