CondTools
Hcal
src
CastorPedestalWidthsHandler.cc
Go to the documentation of this file.
1
#include "
CondTools/Hcal/interface/CastorPedestalWidthsHandler.h
"
2
#include "
DataFormats/DetId/interface/DetId.h
"
3
#include "
DataFormats/HcalDetId/interface/HcalGenericDetId.h
"
4
#include <memory>
5
6
CastorPedestalWidthsHandler::CastorPedestalWidthsHandler
(
edm::ParameterSet
const
& ps) {
7
m_name
= ps.
getUntrackedParameter
<
std::string
>(
"name"
,
"CastorPedestalWidthsHandler"
);
8
sinceTime
= ps.
getUntrackedParameter
<
unsigned
>(
"IOVRun"
, 0);
9
}
10
11
CastorPedestalWidthsHandler::~CastorPedestalWidthsHandler
() {}
12
13
void
CastorPedestalWidthsHandler::getNewObjects
() {
14
// edm::LogInfo ("CastorPedestalWidthsHandler")
15
std::cout
<<
"------- "
<<
m_name
<<
" - > getNewObjects\n"
16
<<
17
//check whats already inside of database
18
"got offlineInfo"
<<
tagInfo
().
name
<<
", size "
<<
tagInfo
().
size
<<
", last object valid since "
19
<<
tagInfo
().
lastInterval
.
since
<< std::endl;
20
21
if
(!
myDBObject
)
22
throw
cms::Exception
(
"Empty DB object"
)
23
<<
m_name
<<
" has received empty object - nothing to write to DB"
<< std::endl;
24
25
// IOV information
26
cond::Time_t
myTime =
sinceTime
;
27
28
std::cout
<<
"Using IOV run "
<<
sinceTime
<< std::endl;
29
30
// prepare for transfer:
31
m_to_transfer
.push_back(std::make_pair(
myDBObject
, myTime));
32
33
edm::LogInfo
(
"CastorPedestalWidthsHandler"
) <<
"------- "
<<
m_name
<<
" - > getNewObjects"
<< std::endl;
34
}
35
36
void
CastorPedestalWidthsHandler::initObject
(
CastorPedestalWidths
* fObject) {
myDBObject
= fObject; }
popcon::PopConSourceHandler< CastorPedestalWidths >::m_to_transfer
OldContainer m_to_transfer
Definition:
PopConSourceHandler.h:162
CastorPedestalWidthsHandler::~CastorPedestalWidthsHandler
~CastorPedestalWidthsHandler() override
Definition:
CastorPedestalWidthsHandler.cc:11
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
edm::LogInfo
Definition:
MessageLogger.h:254
HcalGenericDetId.h
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
cond::TagInfo_t::name
std::string name
Definition:
Types.h:72
CastorPedestalWidthsHandler.h
CastorPedestalWidthsHandler::myDBObject
CastorPedestalWidths * myDBObject
Definition:
CastorPedestalWidthsHandler.h:36
CastorPedestalWidthsHandler::m_name
std::string m_name
Definition:
CastorPedestalWidthsHandler.h:37
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition:
ParameterSet.h:36
popcon::PopConSourceHandler< CastorPedestalWidths >::tagInfo
cond::TagInfo_t const & tagInfo() const
Definition:
PopConSourceHandler.h:78
cond::Iov_t::since
Time_t since
Definition:
Types.h:53
cond::Time_t
unsigned long long Time_t
Definition:
Time.h:14
CastorPedestalWidthsHandler::initObject
void initObject(CastorPedestalWidths *)
Definition:
CastorPedestalWidthsHandler.cc:36
cond::TagInfo_t::lastInterval
Iov_t lastInterval
Definition:
Types.h:73
DetId.h
CastorPedestalWidthsHandler::getNewObjects
void getNewObjects() override
Definition:
CastorPedestalWidthsHandler.cc:13
Exception
Definition:
hltDiff.cc:246
CastorPedestalWidths
Definition:
CastorPedestalWidths.h:18
CastorPedestalWidthsHandler::CastorPedestalWidthsHandler
CastorPedestalWidthsHandler(edm::ParameterSet const &)
Definition:
CastorPedestalWidthsHandler.cc:6
CastorPedestalWidthsHandler::sinceTime
unsigned int sinceTime
Definition:
CastorPedestalWidthsHandler.h:34
cond::TagInfo_t::size
size_t size
Definition:
Types.h:74
Generated for CMSSW Reference Manual by
1.8.16