#include <HLTDQMHist.h>
Public Member Functions | |
void | fill (const ObjType &obj, const edm::Event &event, const edm::EventSetup &setup, const VarRangeCutColl< ObjType > &globalRangeCuts) override |
HLTDQMHist2D (TH2 *hist, std::string xVarName, std::string yVarName, std::function< XValType(const ObjType &)> xFunc, std::function< YValType(const ObjType &)> yFunc, VarRangeCutColl< ObjType > rangeCuts) | |
Public Member Functions inherited from HLTDQMHist< ObjType > | |
HLTDQMHist ()=default | |
virtual | ~HLTDQMHist ()=default |
Private Attributes | |
TH2 * | hist_ |
VarRangeCutColl< ObjType > | localRangeCuts_ |
std::function< XValType(const ObjType &)> | xVar_ |
std::string | xVarName_ |
std::function< YValType(const ObjType &)> | yVar_ |
std::string | yVarName_ |
Definition at line 68 of file HLTDQMHist.h.
|
inline |
Definition at line 70 of file HLTDQMHist.h.
|
inlineoverridevirtual |
|
private |
Definition at line 93 of file HLTDQMHist.h.
|
private |
Definition at line 92 of file HLTDQMHist.h.
|
private |
Definition at line 88 of file HLTDQMHist.h.
|
private |
Definition at line 90 of file HLTDQMHist.h.
|
private |
Definition at line 89 of file HLTDQMHist.h.
|
private |
Definition at line 91 of file HLTDQMHist.h.