Fork me on GitHub

Changeset 7d55e69a in git for modules/RunPUPPI.h


Ignore:
Timestamp:
Jun 4, 2016, 8:45:27 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
117ebf8, 4dd5358
Parents:
7b45ff5 (diff), 0e11b5c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pull request #25 from delphes/revert-23-puppi_cms200

Revert "added the new Puppi tune on CMS at 200 PU"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/RunPUPPI.h

    r7b45ff5 r7d55e69a  
    33
    44#include "classes/DelphesModule.h"
    5 #include "PUPPI/PuppiContainer.hh"
    65#include <vector>
    76
     
    3029  const TObjArray *fNeutralInputArray; //!
    3130  const TObjArray *fPVInputArray; //!                                                                                                                                                     
    32   PuppiContainer* fPuppi;
     31 
    3332  // puppi parameters
    34   bool fApplyNoLep;
    35   double fMinPuppiWeight;
     33  float fMinPuppiWeight;
    3634  bool fUseExp;
    3735 
     
    4846  std::vector<bool>  fApplyLowPUCorr;
    4947  std::vector<int>   fMetricId;
    50   std::vector<int>   fCombId;
    5148
    5249  TObjArray *fOutputArray;
Note: See TracChangeset for help on using the changeset viewer.