Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CondTools
DT
plugins
DTKeyedConfigDBInit.h
Go to the documentation of this file.
1
#ifndef DTKeyedConfigDBInit_H
2
#define DTKeyedConfigDBInit_H
3
14
//----------------------
15
// Base Class Headers --
16
//----------------------
17
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
18
19
//------------------------------------
20
// Collaborating Class Declarations --
21
//------------------------------------
22
#include "
FWCore/Framework/interface/Event.h
"
23
#include "
FWCore/Framework/interface/EventSetup.h
"
24
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
25
26
//---------------
27
// C++ Headers --
28
//---------------
29
#include <string>
30
31
// ---------------------
32
// -- Class Interface --
33
// ---------------------
34
35
class
DTKeyedConfigDBInit
:
public
edm::one::EDAnalyzer
<> {
36
public
:
39
explicit
DTKeyedConfigDBInit
(
const
edm::ParameterSet
& ps);
40
43
~DTKeyedConfigDBInit
()
override
;
44
47
void
beginJob
()
override
;
49
void
analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
50
void
endJob
()
override
;
51
52
private
:
53
std::string
container
;
54
std::string
iov
;
55
};
56
57
#endif // DTKeyedConfigDBInit_H
DTKeyedConfigDBInit::DTKeyedConfigDBInit
DTKeyedConfigDBInit(const edm::ParameterSet &ps)
Definition:
DTKeyedConfigDBInit.cc:36
c
const edm::EventSetup & c
Definition:
SiStripLAProfileBooker.cc:66
Event.h
DTKeyedConfigDBInit::iov
std::string iov
Definition:
DTKeyedConfigDBInit.h:54
EventSetup.h
DTKeyedConfigDBInit::~DTKeyedConfigDBInit
~DTKeyedConfigDBInit() override
Definition:
DTKeyedConfigDBInit.cc:42
DTKeyedConfigDBInit
Definition:
DTKeyedConfigDBInit.h:35
DTKeyedConfigDBInit::beginJob
void beginJob() override
Definition:
DTKeyedConfigDBInit.cc:47
DTKeyedConfigDBInit::container
std::string container
Definition:
DTKeyedConfigDBInit.h:53
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DTKeyedConfigDBInit::endJob
void endJob() override
Definition:
DTKeyedConfigDBInit.cc:51
ParameterSet.h
edm::EventSetup
Definition:
EventSetup.h:59
EDAnalyzer.h
alignCSCRings.e
list e
Definition:
alignCSCRings.py:91
edm::ParameterSet
Definition:
ParameterSet.h:47
DTKeyedConfigDBInit::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition:
DTKeyedConfigDBInit.cc:49
edm::Event
Definition:
Event.h:73
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
Generated for CMSSW Reference Manual by
1.8.5