1 #ifndef PandaTree_Objects_GenReweight_h 2 #define PandaTree_Objects_GenReweight_h 4 #include "../../Framework/interface/Singlet.h" 5 #include "../../Framework/interface/Array.h" 6 #include "../../Framework/interface/Collection.h" 7 #include "../../Framework/interface/Ref.h" 8 #include "../../Framework/interface/RefVector.h" 14 static unsigned const NMAX = 1024;
23 static char const* typeName() {
return "GenReweight"; }
25 void print(std::ostream& = std::cout, UInt_t level = 1)
const override;
26 void dump(std::ostream& = std::cout)
const override;
34 Float_t pdfAltDW[100]{};
35 Float_t genParam[NMAX]{};
48 void doInit_()
override;
void print(std::ostream &=std::cout, UInt_t level=1) const override
Print the object content.
Definition: GenReweight.cc:141
void dump(std::ostream &=std::cout) const override
Dump the object content.
Definition: GenReweight.cc:149
List of branch names.
Definition: IOUtils.h:64
Definition: GenReweight.h:12
Base class for singlet objects.
Definition: Singlet.h:16
void setStatus(TTree &, utils::BranchList const &blist) final
Set status of branches to true (matching branch) or false (vetoed branch)
Definition: Singlet.cc:4