DQMOffline
Trigger
plugins
METDQM.h
Go to the documentation of this file.
1
#ifndef DQMOffline_Trigger_METDQM_H
2
#define DQMOffline_Trigger_METDQM_H
3
4
#include "
DQMOffline/Trigger/plugins/TriggerDQMBase.h
"
5
#include "
FWCore/ParameterSet/interface/ParameterSetDescription.h
"
6
#include "
DQMServices/Core/interface/DQMStore.h
"
7
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
8
9
class
METDQM
:
public
TriggerDQMBase
{
10
public
:
11
METDQM
();
12
~METDQM
()
override
;
13
14
void
initialise
(
const
edm::ParameterSet
& iConfig);
15
void
bookHistograms
(
DQMStore::IBooker
&);
16
void
fillHistograms
(
const
double
&
met
,
const
double
&
phi
,
const
int
&
ls
,
const
bool
passCond);
17
static
void
fillMetDescription
(
edm::ParameterSetDescription
&
histoPSet
);
18
19
private
:
20
std::vector<double>
met_variable_binning_
;
21
MEbinning
met_binning_
;
22
MEbinning
phi_binning_
;
23
MEbinning
ls_binning_
;
24
25
ObjME
metME_
;
26
ObjME
metME_variableBinning_
;
27
ObjME
metVsLS_
;
28
ObjME
metPhiME_
;
29
};
30
31
#endif
METDQM::fillHistograms
void fillHistograms(const double &met, const double &phi, const int &ls, const bool passCond)
Definition:
METDQM.cc:50
TriggerDQMBase.h
METDQM::bookHistograms
void bookHistograms(DQMStore::IBooker &)
Definition:
METDQM.cc:18
TriggerDQMBase::MEbinning
Definition:
TriggerDQMBase.h:16
METDQM::~METDQM
~METDQM() override
METDQM::metME_
ObjME metME_
Definition:
METDQM.h:25
METDQM::fillMetDescription
static void fillMetDescription(edm::ParameterSetDescription &histoPSet)
Definition:
METDQM.cc:68
METDQM::ls_binning_
MEbinning ls_binning_
Definition:
METDQM.h:23
DDAxes::phi
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
ParameterSet.h
dqm::implementation::IBooker
Definition:
DQMStore.h:43
ParameterSetDescription.h
METDQM::initialise
void initialise(const edm::ParameterSet &iConfig)
Definition:
METDQM.cc:7
METDQM::met_binning_
MEbinning met_binning_
Definition:
METDQM.h:21
METDQM::phi_binning_
MEbinning phi_binning_
Definition:
METDQM.h:22
DQMStore.h
METDQM::met_variable_binning_
std::vector< double > met_variable_binning_
Definition:
METDQM.h:20
eostools.ls
def ls(path, rec=False)
Definition:
eostools.py:349
V0Monitor_cff.histoPSet
histoPSet
Definition:
V0Monitor_cff.py:8
METDQM::metME_variableBinning_
ObjME metME_variableBinning_
Definition:
METDQM.h:26
BTaggingMonitor_cfi.met
met
Definition:
BTaggingMonitor_cfi.py:74
METDQM::metPhiME_
ObjME metPhiME_
Definition:
METDQM.h:28
edm::ParameterSet
Definition:
ParameterSet.h:47
METDQM
Definition:
METDQM.h:9
TriggerDQMBase::ObjME
Definition:
TriggerDQMBase.h:22
TriggerDQMBase
Definition:
TriggerDQMBase.h:8
METDQM::metVsLS_
ObjME metVsLS_
Definition:
METDQM.h:27
METDQM::METDQM
METDQM()
Generated for CMSSW Reference Manual by
1.8.14