#include <HLTDQMHist.h>
Public Member Functions | |
void | fill (const ObjType &obj, const edm::Event &event, const edm::EventSetup &setup, const VarRangeCutColl< ObjType > &globalRangeCuts) override |
HLTDQMHist1D (TH1 *hist, const std::string &varName, std::function< ValType(const ObjType &)> func, const VarRangeCutColl< ObjType > &rangeCuts) | |
Public Member Functions inherited from HLTDQMHist< ObjType > | |
HLTDQMHist ()=default | |
virtual | ~HLTDQMHist ()=default |
Private Attributes | |
TH1 * | hist_ |
VarRangeCutColl< ObjType > | localRangeCuts_ |
std::function< ValType(const ObjType &)> | var_ |
std::string | varName_ |
Definition at line 45 of file HLTDQMHist.h.
|
inline |
Definition at line 47 of file HLTDQMHist.h.
|
inlineoverridevirtual |
|
private |
Definition at line 64 of file HLTDQMHist.h.
|
private |
Definition at line 63 of file HLTDQMHist.h.
|
private |
Definition at line 61 of file HLTDQMHist.h.
|
private |
Definition at line 62 of file HLTDQMHist.h.