Fork me on GitHub

Changeset e921a28 in git for modules/RunPUPPI.h


Ignore:
Timestamp:
Jun 6, 2016, 12:16:53 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
94c5375
Parents:
989ee8f
Message:

put back missing files in pull request #26

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/RunPUPPI.h

    r989ee8f re921a28  
    33
    44#include "classes/DelphesModule.h"
     5#include "PUPPI/PuppiContainer.hh"
    56#include <vector>
    67
     
    2930  const TObjArray *fNeutralInputArray; //!
    3031  const TObjArray *fPVInputArray; //!                                                                                                                                                     
    31  
     32  PuppiContainer* fPuppi;
    3233  // puppi parameters
    33   float fMinPuppiWeight;
     34  bool fApplyNoLep;
     35  double fMinPuppiWeight;
    3436  bool fUseExp;
    3537 
     
    4648  std::vector<bool>  fApplyLowPUCorr;
    4749  std::vector<int>   fMetricId;
     50  std::vector<int>   fCombId;
    4851
    4952  TObjArray *fOutputArray;
Note: See TracChangeset for help on using the changeset viewer.