Main Page
Namespaces
Classes
Package Documentation
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
// ---------------------
32
// -- Class Interface --
33
// ---------------------
34
35
class
DTPerformanceHandler
:
public
popcon::PopConSourceHandler
<DTPerformance> {
36
37
public
:
38
41
DTPerformanceHandler
(
const
edm::ParameterSet
& ps );
42
45
virtual
~DTPerformanceHandler
();
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 // DTPerformanceHandler_H
63
64
65
66
67
68
DTPerformance.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
DTPerformanceHandler::dataTag
std::string dataTag
Definition:
DTPerformanceHandler.h:55
DTPerformanceHandler::getNewObjects
void getNewObjects()
Definition:
DTPerformanceHandler.cc:49
DTPerformanceHandler::~DTPerformanceHandler
virtual ~DTPerformanceHandler()
Definition:
DTPerformanceHandler.cc:43
DTPerformanceHandler::DTPerformanceHandler
DTPerformanceHandler(const edm::ParameterSet &ps)
Definition:
DTPerformanceHandler.cc:34
ParameterSet.h
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:32
DTPerformanceHandler::runNumber
unsigned int runNumber
Definition:
DTPerformanceHandler.h:57
PopConSourceHandler.h
DTPerformanceHandler::fileName
std::string fileName
Definition:
DTPerformanceHandler.h:56
DTPerformanceHandler::id
std::string id() const
Definition:
DTPerformanceHandler.cc:151
DTPerformanceHandler
Definition:
DTPerformanceHandler.h:35
edm::ParameterSet
Definition:
ParameterSet.h:36
Generated for CMSSW Reference Manual by
1.8.11