Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
eostools.ls
def ls
Definition:
eostools.py:349
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
METDQM::metME_variableBinning_
ObjME metME_variableBinning_
Definition:
METDQM.h:26
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
iConfig
iConfig
Definition:
TSGFromPropagation.cc:56
TriggerDQMBase
Definition:
TriggerDQMBase.h:8
objects.METAnalyzer.met
met
Definition:
METAnalyzer.py:178
METDQM::metVsLS_
ObjME metVsLS_
Definition:
METDQM.h:27
METDQM::METDQM
METDQM()
Generated for CMSSW Reference Manual by
1.8.5