Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondTools
DT
interface
DTMtimeHandler.h
Go to the documentation of this file.
1
#ifndef DTMtimeHandler_H
2
#define DTMtimeHandler_H
3
14
//----------------------
15
// Base Class Headers --
16
//----------------------
17
#include "
CondCore/PopCon/interface/PopConSourceHandler.h
"
18
19
//------------------------------------
20
// Collaborating Class Declarations --
21
//------------------------------------
22
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
23
#include "
CondFormats/DTObjects/interface/DTMtime.h
"
24
25
//---------------
26
// C++ Headers --
27
//---------------
28
#include <string>
29
30
31
// ---------------------
32
// -- Class Interface --
33
// ---------------------
34
35
class
DTMtimeHandler
:
public
popcon::PopConSourceHandler
<DTMtime> {
36
37
public
:
38
41
DTMtimeHandler
(
const
edm::ParameterSet
& ps );
42
45
virtual
~DTMtimeHandler
();
46
49
void
getNewObjects
();
51
std::string
id
()
const
;
52
53
private
:
54
55
std::string
dataTag
;
56
std::string
fileName
;
57
unsigned
int
runNumber
;
58
59
};
60
61
62
#endif // DTMtimeHandler_H
63
64
65
66
67
68
DTMtimeHandler::runNumber
unsigned int runNumber
Definition:
DTMtimeHandler.h:57
DTMtimeHandler::fileName
std::string fileName
Definition:
DTMtimeHandler.h:56
DTMtimeHandler::getNewObjects
void getNewObjects()
Definition:
DTMtimeHandler.cc:49
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
ParameterSet.h
DTMtime.h
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:36
DTMtimeHandler::~DTMtimeHandler
virtual ~DTMtimeHandler()
Definition:
DTMtimeHandler.cc:43
PopConSourceHandler.h
DTMtimeHandler::dataTag
std::string dataTag
Definition:
DTMtimeHandler.h:55
DTMtimeHandler::DTMtimeHandler
DTMtimeHandler(const edm::ParameterSet &ps)
Definition:
DTMtimeHandler.cc:34
DTMtimeHandler
Definition:
DTMtimeHandler.h:35
edm::ParameterSet
Definition:
ParameterSet.h:35
DTMtimeHandler::id
std::string id() const
Definition:
DTMtimeHandler.cc:134
Generated for CMSSW Reference Manual by
1.8.5