#include <HLTGenValHist.h>
Public Member Functions | |
void | fill (const HLTGenValObject &obj) override |
HLTGenValHist1D (TH1 *hist, std::string varName, std::function< float(const HLTGenValObject &)> func, VarRangeCutColl< HLTGenValObject > rangeCuts) | |
Public Member Functions inherited from HLTGenValHist | |
HLTGenValHist ()=default | |
virtual | ~HLTGenValHist ()=default |
Private Attributes | |
TH1 * | hist_ |
VarRangeCutColl< HLTGenValObject > | rangeCuts_ |
std::function< float(const HLTGenValObject &)> | var_ |
std::string | varName_ |
Definition at line 40 of file HLTGenValHist.h.
|
inline |
Definition at line 42 of file HLTGenValHist.h.
|
inlineoverridevirtual |
Implements HLTGenValHist.
Definition at line 48 of file HLTGenValHist.h.
References hist_, getGTfromDQMFile::obj, rangeCuts_, and var_.
|
private |
Definition at line 57 of file HLTGenValHist.h.
Referenced by fill().
|
private |
Definition at line 56 of file HLTGenValHist.h.
Referenced by fill().
|
private |
Definition at line 54 of file HLTGenValHist.h.
Referenced by fill().
|
private |
Definition at line 55 of file HLTGenValHist.h.