#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 79 of file HLTDQMHist.h.
|
inline |
Definition at line 81 of file HLTDQMHist.h.
|
inlineoverridevirtual |
Implements HLTDQMHist< ObjType >.
Definition at line 94 of file HLTDQMHist.h.
References HLTDQMHist2D< ObjType, XValType, YValType >::hist_, HLTDQMHist2D< ObjType, XValType, YValType >::localRangeCuts_, HLTDQMHist2D< ObjType, XValType, YValType >::xVar_, HLTDQMHist2D< ObjType, XValType, YValType >::xVarName_, HLTDQMHist2D< ObjType, XValType, YValType >::yVar_, and HLTDQMHist2D< ObjType, XValType, YValType >::yVarName_.
|
private |
Definition at line 111 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 110 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 106 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 108 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 107 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 109 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().