Fork me on GitHub

Changeset c7e90d8 in git for modules/PileUpSubtractor4D.h


Ignore:
Timestamp:
Jan 26, 2020, 3:26:13 PM (5 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
Timing
Children:
9e3f2fb
Parents:
62764fb
Message:

fixed PileUpSubtractor4D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/PileUpSubtractor4D.h

    r62764fb rc7e90d8  
    3434class TIterator;
    3535class TObjArray;
    36 class DelphesFormula;
    3736
    3837class PileUpSubtractor4D: public DelphesModule
     
    4746
    4847private:
    49   DelphesFormula *fFormula; //!
    5048
    5149  Double_t fChargedMinSignificance;
    5250  Double_t fNeutralMinSignificance;
    53 
    5451  Double_t fPTMin;
    5552
    5653  std::map<TIterator *, TObjArray *> fInputMap; //!
    5754
     55  TIterator *fItVertexInputArray; //!
     56
     57  const TObjArray *fVertexInputArray; //!
     58
    5859  ClassDef(PileUpSubtractor4D, 1)
    5960
    60     TIterator *fItVertexInputArray; //!
    61 
    62   const TObjArray *fVertexInputArray; //!
    6361};
    6462
Note: See TracChangeset for help on using the changeset viewer.