src
CondTools
DT
interface
DTPerformanceHandler.h
Go to the documentation of this file.
1
#ifndef DTPerformanceHandler_H
2
#define DTPerformanceHandler_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/DTPerformance.h
"
24
25
//---------------
26
// C++ Headers --
27
//---------------
28
#include <string>
29
30
// ---------------------
31
// -- Class Interface --
32
// ---------------------
33
34
class
DTPerformanceHandler
:
public
popcon::PopConSourceHandler
<DTPerformance> {
35
public
:
38
DTPerformanceHandler
(
const
edm::ParameterSet
& ps);
39
42
~DTPerformanceHandler
()
override
;
43
46
void
getNewObjects
()
override
;
48
std::string
id
()
const override
;
49
50
private
:
51
std::string
dataTag
;
52
std::string
fileName
;
53
unsigned
int
runNumber
;
54
};
55
56
#endif // DTPerformanceHandler_H
DTPerformance.h
DTPerformanceHandler::dataTag
std::string dataTag
Definition:
DTPerformanceHandler.h:51
DTPerformanceHandler::~DTPerformanceHandler
~DTPerformanceHandler() override
Definition:
DTPerformanceHandler.cc:41
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DTPerformanceHandler::DTPerformanceHandler
DTPerformanceHandler(const edm::ParameterSet &ps)
Definition:
DTPerformanceHandler.cc:33
ParameterSet.h
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:30
DTPerformanceHandler::getNewObjects
void getNewObjects() override
Definition:
DTPerformanceHandler.cc:46
DTPerformanceHandler::runNumber
unsigned int runNumber
Definition:
DTPerformanceHandler.h:53
PopConSourceHandler.h
DTPerformanceHandler::fileName
std::string fileName
Definition:
DTPerformanceHandler.h:52
DTPerformanceHandler::id
std::string id() const override
Definition:
DTPerformanceHandler.cc:137
DTPerformanceHandler
Definition:
DTPerformanceHandler.h:34
edm::ParameterSet
Definition:
ParameterSet.h:47
Generated for CMSSW Reference Manual by
1.8.14