#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, std::string varName, std::function< ValType(const ObjType &)> func, 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 51 of file HLTDQMHist.h.
|
inline |
|
inlineoverridevirtual |
|
private |
Definition at line 70 of file HLTDQMHist.h.
|
private |
Definition at line 69 of file HLTDQMHist.h.
|
private |
Definition at line 67 of file HLTDQMHist.h.
|
private |
Definition at line 68 of file HLTDQMHist.h.