test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondTools
DT
interface
DTT0Handler.h
Go to the documentation of this file.
1
#ifndef DTT0Handler_H
2
#define DTT0Handler_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/DTT0.h
"
24
25
//---------------
26
// C++ Headers --
27
//---------------
28
#include <string>
29
30
31
// ---------------------
32
// -- Class Interface --
33
// ---------------------
34
35
class
DTT0Handler
:
public
popcon::PopConSourceHandler
<DTT0> {
36
37
public
:
38
41
DTT0Handler
(
const
edm::ParameterSet
& ps );
42
45
virtual
~DTT0Handler
();
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 // DTT0Handler_H
63
64
65
66
67
68
DTT0Handler
Definition:
DTT0Handler.h:35
DTT0Handler::runNumber
unsigned int runNumber
Definition:
DTT0Handler.h:57
DTT0Handler::dataTag
std::string dataTag
Definition:
DTT0Handler.h:55
DTT0Handler::id
std::string id() const
Definition:
DTT0Handler.cc:139
DTT0Handler::DTT0Handler
DTT0Handler(const edm::ParameterSet &ps)
Definition:
DTT0Handler.cc:34
DTT0Handler::getNewObjects
void getNewObjects()
Definition:
DTT0Handler.cc:49
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
ParameterSet.h
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:31
DTT0Handler::~DTT0Handler
virtual ~DTT0Handler()
Definition:
DTT0Handler.cc:43
DTT0.h
PopConSourceHandler.h
DTT0Handler::fileName
std::string fileName
Definition:
DTT0Handler.h:56
edm::ParameterSet
Definition:
ParameterSet.h:36
Generated for CMSSW Reference Manual by
1.8.5