Main Page
Namespaces
Classes
Package Documentation
src
CondTools
Ecal
interface
EcalDBCopy.h
Go to the documentation of this file.
1
#ifndef ECALDBCOPY_H
2
#define ECALDBCOPY_H
3
4
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
5
#include "
CondCore/CondDB/interface/Exception.h
"
6
7
#include "
FWCore/Framework/interface/IOVSyncValue.h
"
8
9
#include <string>
10
#include <map>
11
12
namespace
edm
{
13
class
ParameterSet
;
14
class
Event
;
15
class
EventSetup
;
16
}
17
18
class
EcalDBCopy
:
public
edm::EDAnalyzer
{
19
public
:
20
explicit
EcalDBCopy
(
const
edm::ParameterSet
& iConfig );
21
~
EcalDBCopy
()
override
;
22
23
void
analyze
(
const
edm::Event
& evt,
const
edm::EventSetup
& evtSetup)
override
;
24
25
private
:
26
bool
shouldCopy(
const
edm::EventSetup
& evtSetup,
std::string
container);
27
void
copyToDB(
const
edm::EventSetup
& evtSetup,
std::string
container);
28
29
std::string
m_timetype
;
30
std::map<std::string, unsigned long long>
m_cacheIDs
;
31
std::map<std::string, std::string>
m_records
;
32
};
33
34
#endif
EcalDBCopy::m_timetype
std::string m_timetype
Definition:
EcalDBCopy.h:29
EcalDBCopy
Definition:
EcalDBCopy.h:18
ParameterSet
Definition:
Functions.h:16
EcalDBCopy::m_records
std::map< std::string, std::string > m_records
Definition:
EcalDBCopy.h:31
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
IOVSyncValue.h
Exception.h
analyze
example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
EventSetup
edm::EventSetup
Definition:
EventSetup.h:57
edm::EDAnalyzer
Definition:
EDAnalyzer.h:29
EDAnalyzer.h
Event
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
EcalDBCopy::m_cacheIDs
std::map< std::string, unsigned long long > m_cacheIDs
Definition:
EcalDBCopy.h:30
Generated for CMSSW Reference Manual by
1.8.11