Main Page
Namespaces
Classes
Package Documentation
CondTools
Ecal
interface
EcalTPGPhysicsConstHandler.h
Go to the documentation of this file.
1
#ifndef ECAL_TPG_PHYSICSCONST_HANDLER_H
2
#define ECAL_TPG_PHYSICSCONST_HANDLER_H
3
4
#include <vector>
5
#include <typeinfo>
6
#include <string>
7
#include <map>
8
#include <iostream>
9
#include <ctime>
10
11
#include "
CondCore/PopCon/interface/PopConSourceHandler.h
"
12
#include "
FWCore/ParameterSet/interface/ParameterSetfwd.h
"
13
14
15
#include "
FWCore/ServiceRegistry/interface/Service.h
"
16
#include "
CondCore/DBOutputService/interface/PoolDBOutputService.h
"
17
#include "
FWCore/Framework/interface/ESHandle.h
"
18
#include "
FWCore/Framework/interface/Event.h
"
19
#include "
FWCore/Framework/interface/MakerMacros.h
"
20
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
21
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
22
#include "
DataFormats/Common/interface/Handle.h
"
23
#include "
FWCore/Framework/interface/EventSetup.h
"
24
#include "
FWCore/Framework/interface/EventSetupRecordKey.h
"
25
26
27
28
#include "
CondFormats/EcalObjects/interface/EcalTPGPhysicsConst.h
"
29
#include "
CondFormats/DataRecord/interface/EcalTPGPhysicsConstRcd.h
"
30
31
#include "
OnlineDB/EcalCondDB/interface/all_monitoring_types.h
"
32
#include "
OnlineDB/Oracle/interface/Oracle.h
"
33
#include "
OnlineDB/EcalCondDB/interface/EcalCondDBInterface.h
"
34
35
#include "
DataFormats/EcalDetId/interface/EEDetId.h
"
36
#include "
DataFormats/EcalDetId/interface/EBDetId.h
"
37
#include "
DataFormats/Provenance/interface/Timestamp.h
"
38
39
namespace
edm
{
40
class
ParameterSet
;
41
class
Event
;
42
class
EventSetup
;
43
}
44
45
namespace
popcon
46
{
47
48
49
class
EcalTPGPhysicsConstHandler
:
public
popcon::PopConSourceHandler
<EcalTPGPhysicsConst>
50
{
51
52
public
:
53
EcalTPGPhysicsConstHandler
(
edm::ParameterSet
const
& );
54
~
EcalTPGPhysicsConstHandler
()
override
;
55
56
void
getNewObjects()
override
;
57
58
std::string
id
()
const override
{
return
m_name;}
59
60
void
readFromFile(
const
char
*
inputFile
) ;
61
void
writeFile(
const
char
* inputFile);
62
63
64
EcalCondDBInterface
*
econn
;
65
66
private
:
67
68
std::string
to_string
(
char
value
[]) {
69
std::ostringstream streamOut;
70
streamOut <<
value
;
71
return
streamOut.str();
72
}
73
74
const
EcalTPGPhysicsConst
*
m_physicsConst
;
75
76
unsigned
int
m_firstRun
;
77
unsigned
int
m_lastRun
;
78
79
std::string
m_location
;
80
std::string
m_gentag
;
81
std::string
m_sid
;
82
std::string
m_user
;
83
std::string
m_pass
;
84
std::string
m_locationsource
;
85
std::string
m_name
;
86
unsigned
int
m_runnr
;
87
std::string
m_runtype
;
88
std::string
m_i_tag
;
89
int
m_i_version
;
90
unsigned
int
m_i_run_number
;
91
int
m_i_physClin
;
92
int
m_i_physClut
;
93
int
m_i_physCfgr
;
94
95
};
96
}
97
#endif
98
popcon::EcalTPGPhysicsConstHandler::m_pass
std::string m_pass
Definition:
EcalTPGPhysicsConstHandler.h:83
MessageLogger.h
EcalCondDBInterface.h
EcalCondDBInterface
Definition:
EcalCondDBInterface.h:38
ParameterSet
Definition:
Functions.h:16
EcalTPGPhysicsConst.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
popcon::EcalTPGPhysicsConstHandler::id
std::string id() const override
Definition:
EcalTPGPhysicsConstHandler.h:58
popcon::EcalTPGPhysicsConstHandler::to_string
std::string to_string(char value[])
Definition:
EcalTPGPhysicsConstHandler.h:68
Event.h
popcon::EcalTPGPhysicsConstHandler::m_locationsource
std::string m_locationsource
Definition:
EcalTPGPhysicsConstHandler.h:84
popcon::EcalTPGPhysicsConstHandler::m_i_tag
std::string m_i_tag
Definition:
EcalTPGPhysicsConstHandler.h:88
MakerMacros.h
EventSetup.h
EcalTPGPhysicsConst
Definition:
EcalTPGPhysicsConst.h:9
popcon
Definition:
Exception.h:6
popcon::EcalTPGPhysicsConstHandler::m_runtype
std::string m_runtype
Definition:
EcalTPGPhysicsConstHandler.h:87
popcon::EcalTPGPhysicsConstHandler::m_physicsConst
const EcalTPGPhysicsConst * m_physicsConst
Definition:
EcalTPGPhysicsConstHandler.h:74
popcon::EcalTPGPhysicsConstHandler::m_gentag
std::string m_gentag
Definition:
EcalTPGPhysicsConstHandler.h:80
ParameterSetfwd.h
popcon::EcalTPGPhysicsConstHandler::m_location
std::string m_location
Definition:
EcalTPGPhysicsConstHandler.h:79
popcon::EcalTPGPhysicsConstHandler::m_i_physClin
int m_i_physClin
Definition:
EcalTPGPhysicsConstHandler.h:91
Oracle.h
ParameterSet.h
EventSetup
EventSetupRecordKey.h
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:32
PoolDBOutputService.h
popcon::EcalTPGPhysicsConstHandler
Definition:
EcalTPGPhysicsConstHandler.h:49
popcon::EcalTPGPhysicsConstHandler::m_i_run_number
unsigned int m_i_run_number
Definition:
EcalTPGPhysicsConstHandler.h:90
EcalTPGPhysicsConstRcd.h
popcon::EcalTPGPhysicsConstHandler::m_i_physClut
int m_i_physClut
Definition:
EcalTPGPhysicsConstHandler.h:92
popcon::EcalTPGPhysicsConstHandler::m_i_version
int m_i_version
Definition:
EcalTPGPhysicsConstHandler.h:89
popcon::EcalTPGPhysicsConstHandler::m_user
std::string m_user
Definition:
EcalTPGPhysicsConstHandler.h:82
ESHandle.h
Service.h
value
Definition:
value.py:1
Timestamp.h
analyzePatCleaning_cfg.inputFile
inputFile
Definition:
analyzePatCleaning_cfg.py:6
popcon::EcalTPGPhysicsConstHandler::m_i_physCfgr
int m_i_physCfgr
Definition:
EcalTPGPhysicsConstHandler.h:93
popcon::EcalTPGPhysicsConstHandler::m_name
std::string m_name
Definition:
EcalTPGPhysicsConstHandler.h:85
popcon::EcalTPGPhysicsConstHandler::m_runnr
unsigned int m_runnr
Definition:
EcalTPGPhysicsConstHandler.h:86
relativeConstraints.value
value
Definition:
relativeConstraints.py:53
PopConSourceHandler.h
Event
popcon::EcalTPGPhysicsConstHandler::m_firstRun
unsigned int m_firstRun
Definition:
EcalTPGPhysicsConstHandler.h:76
popcon::EcalTPGPhysicsConstHandler::m_lastRun
unsigned int m_lastRun
Definition:
EcalTPGPhysicsConstHandler.h:77
popcon::EcalTPGPhysicsConstHandler::econn
EcalCondDBInterface * econn
Definition:
EcalTPGPhysicsConstHandler.h:64
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
EBDetId.h
EEDetId.h
Handle.h
all_monitoring_types.h
popcon::EcalTPGPhysicsConstHandler::m_sid
std::string m_sid
Definition:
EcalTPGPhysicsConstHandler.h:81
Generated for CMSSW Reference Manual by
1.8.11