Main Page
Namespaces
Classes
Package Documentation
CondTools
Ecal
interface
EcalADCToGeVHandler.h
Go to the documentation of this file.
1
#ifndef ECAL_ADCTOGEV_HANDLER_H
2
#define ECAL_ADCTOGEV_HANDLER_H
3
4
#include <vector>
5
#include <typeinfo>
6
#include <string>
7
#include <map>
8
#include <iostream>
9
#include <time.h>
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/EcalADCToGeVConstant.h
"
29
#include "
CondFormats/DataRecord/interface/EcalADCToGeVConstantRcd.h
"
30
31
#include "
OnlineDB/EcalCondDB/interface/all_monitoring_types.h
"
32
#include "
OnlineDB/EcalCondDB/interface/RunDCSMagnetDat.h
"
33
#include "
OnlineDB/Oracle/interface/Oracle.h
"
34
#include "
OnlineDB/EcalCondDB/interface/EcalCondDBInterface.h
"
35
36
#include "
DataFormats/EcalDetId/interface/EEDetId.h
"
37
#include "
DataFormats/EcalDetId/interface/EBDetId.h
"
38
#include "
DataFormats/Provenance/interface/Timestamp.h
"
39
40
41
42
#include "
CondTools/Ecal/interface/EcalCondHeader.h
"
43
#include <string>
44
45
46
namespace
edm
{
47
class
ParameterSet
;
48
class
Event
;
49
class
EventSetup
;
50
}
51
52
namespace
popcon
53
{
54
55
56
class
EcalADCToGeVHandler
:
public
popcon::PopConSourceHandler
<EcalADCToGeVConstant>
57
{
58
59
public
:
60
EcalADCToGeVHandler
(
edm::ParameterSet
const
& );
61
~
EcalADCToGeVHandler
();
62
63
void
getNewObjects();
64
65
std::string
id
()
const
{
return
m_name;}
66
EcalCondDBInterface
*
econn
;
67
68
69
70
private
:
71
const
EcalADCToGeVConstant
*
myintercalib
;
72
73
unsigned
int
m_firstRun
;
74
unsigned
int
m_lastRun
;
75
76
std::string
m_location
;
77
std::string
m_gentag
;
78
std::string
m_sid
;
79
std::string
m_user
;
80
std::string
m_pass
;
81
std::string
m_locationsource
;
82
std::string
m_name
;
83
std::string
m_file_lowfield
;
84
std::string
m_file_highfield
;
85
86
87
};
88
}
89
#endif
90
MessageLogger.h
EcalCondDBInterface.h
EcalCondDBInterface
Definition:
EcalCondDBInterface.h:38
popcon::EcalADCToGeVHandler::m_lastRun
unsigned int m_lastRun
Definition:
EcalADCToGeVHandler.h:74
ParameterSet
Definition:
Functions.h:16
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
Event.h
popcon::EcalADCToGeVHandler::m_pass
std::string m_pass
Definition:
EcalADCToGeVHandler.h:80
MakerMacros.h
EventSetup.h
popcon
Definition:
Exception.h:6
RunDCSMagnetDat.h
popcon::EcalADCToGeVHandler::m_locationsource
std::string m_locationsource
Definition:
EcalADCToGeVHandler.h:81
ParameterSetfwd.h
Oracle.h
ParameterSet.h
popcon::EcalADCToGeVHandler::m_gentag
std::string m_gentag
Definition:
EcalADCToGeVHandler.h:77
EventSetup
EventSetupRecordKey.h
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:32
PoolDBOutputService.h
EcalADCToGeVConstant.h
popcon::EcalADCToGeVHandler::m_firstRun
unsigned int m_firstRun
Definition:
EcalADCToGeVHandler.h:73
popcon::EcalADCToGeVHandler::myintercalib
const EcalADCToGeVConstant * myintercalib
Definition:
EcalADCToGeVHandler.h:71
popcon::EcalADCToGeVHandler::m_file_highfield
std::string m_file_highfield
Definition:
EcalADCToGeVHandler.h:84
ESHandle.h
Service.h
Timestamp.h
popcon::EcalADCToGeVHandler
Definition:
EcalADCToGeVHandler.h:56
popcon::EcalADCToGeVHandler::m_location
std::string m_location
Definition:
EcalADCToGeVHandler.h:76
popcon::EcalADCToGeVHandler::m_file_lowfield
std::string m_file_lowfield
Definition:
EcalADCToGeVHandler.h:83
PopConSourceHandler.h
popcon::EcalADCToGeVHandler::m_sid
std::string m_sid
Definition:
EcalADCToGeVHandler.h:78
popcon::EcalADCToGeVHandler::m_name
std::string m_name
Definition:
EcalADCToGeVHandler.h:82
Event
EcalADCToGeVConstantRcd.h
EcalADCToGeVConstant
Definition:
EcalADCToGeVConstant.h:13
edm
HLT enums.
Definition:
AlignableModifier.h:17
popcon::EcalADCToGeVHandler::id
std::string id() const
Definition:
EcalADCToGeVHandler.h:65
edm::ParameterSet
Definition:
ParameterSet.h:36
EBDetId.h
EEDetId.h
popcon::EcalADCToGeVHandler::m_user
std::string m_user
Definition:
EcalADCToGeVHandler.h:79
EcalCondHeader.h
popcon::EcalADCToGeVHandler::econn
EcalCondDBInterface * econn
Definition:
EcalADCToGeVHandler.h:66
Handle.h
all_monitoring_types.h
Generated for CMSSW Reference Manual by
1.8.11