#include <HLTDQMHist.h>
Public Types | |
typedef dqm::legacy::MonitorElement | MonitorElement |
Public Member Functions | |
void | fill (const ObjType &obj, const edm::Event &event, const edm::EventSetup &setup, const VarRangeCutColl< ObjType > &globalRangeCuts) override |
HLTDQMHist2D (MonitorElement *me_ptr, 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 | |
VarRangeCutColl< ObjType > | localRangeCuts_ |
MonitorElement *const | me_ptr_ |
std::function< XValType(const ObjType &)> | xVar_ |
std::string | xVarName_ |
std::function< YValType(const ObjType &)> | yVar_ |
std::string | yVarName_ |
Definition at line 80 of file HLTDQMHist.h.
typedef dqm::legacy::MonitorElement HLTDQMHist2D< ObjType, XValType, YValType >::MonitorElement |
Definition at line 82 of file HLTDQMHist.h.
|
inline |
Definition at line 84 of file HLTDQMHist.h.
|
inlineoverridevirtual |
Implements HLTDQMHist< ObjType >.
Definition at line 97 of file HLTDQMHist.h.
References dqm::impl::MonitorElement::Fill(), HLTDQMHist2D< ObjType, XValType, YValType >::localRangeCuts_, HLTDQMHist2D< ObjType, XValType, YValType >::me_ptr_, getGTfromDQMFile::obj, 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 115 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 116 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 111 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 113 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 112 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().
|
private |
Definition at line 114 of file HLTDQMHist.h.
Referenced by HLTDQMHist2D< ObjType, XValType, YValType >::fill().