Main Page
Namespaces
Classes
Package Documentation
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
{
11
public
:
12
METDQM
();
13
~METDQM
()
override
;
14
15
void
initialise
(
const
edm::ParameterSet
& iConfig);
16
void
bookHistograms
(
DQMStore::IBooker
&);
17
void
fillHistograms
(
const
double
&
met
,
18
const
double
&
phi
,
19
const
int
&
ls
,
20
const
bool
passCond);
21
static
void
fillMetDescription
(
edm::ParameterSetDescription
& histoPSet);
22
23
24
private
:
25
26
std::vector<double>
met_variable_binning_
;
27
MEbinning
met_binning_
;
28
MEbinning
phi_binning_
;
29
MEbinning
ls_binning_
;
30
31
ObjME
metME_
;
32
ObjME
metME_variableBinning_
;
33
ObjME
metVsLS_
;
34
ObjME
metPhiME_
;
35
36
};
//class
37
38
#endif //DQMOffline_Trigger_METDQM_H
METDQM::fillHistograms
void fillHistograms(const double &met, const double &phi, const int &ls, const bool passCond)
Definition:
METDQM.cc:39
TriggerDQMBase.h
METDQM::bookHistograms
void bookHistograms(DQMStore::IBooker &)
Definition:
METDQM.cc:16
TriggerDQMBase::MEbinning
Definition:
TriggerDQMBase.h:14
METDQM::~METDQM
~METDQM() override
METDQM::metME_
ObjME metME_
Definition:
METDQM.h:31
METDQM::fillMetDescription
static void fillMetDescription(edm::ParameterSetDescription &histoPSet)
Definition:
METDQM.cc:62
METDQM::ls_binning_
MEbinning ls_binning_
Definition:
METDQM.h:29
DDAxes::phi
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:50
ParameterSet.h
ParameterSetDescription.h
METDQM::initialise
void initialise(const edm::ParameterSet &iConfig)
Definition:
METDQM.cc:7
METDQM::met_binning_
MEbinning met_binning_
Definition:
METDQM.h:27
METDQM::phi_binning_
MEbinning phi_binning_
Definition:
METDQM.h:28
DQMStore.h
METDQM::met_variable_binning_
std::vector< double > met_variable_binning_
Definition:
METDQM.h:26
eostools.ls
def ls(path, rec=False)
Definition:
eostools.py:348
RazorAnalyzer.met
met
===> hadronic RAZOR
Definition:
RazorAnalyzer.py:70
METDQM::metME_variableBinning_
ObjME metME_variableBinning_
Definition:
METDQM.h:32
METDQM::metPhiME_
ObjME metPhiME_
Definition:
METDQM.h:34
edm::ParameterSet
Definition:
ParameterSet.h:36
METDQM
Definition:
METDQM.h:9
DQMStore::IBooker
Definition:
DQMStore.h:93
TriggerDQMBase
Definition:
TriggerDQMBase.h:8
METDQM::metVsLS_
ObjME metVsLS_
Definition:
METDQM.h:33
METDQM::METDQM
METDQM()
Generated for CMSSW Reference Manual by
1.8.11