L1TriggerConfig
RPCTriggerConfig
src
RPCConfigOnlineProd.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: RPCConfigOnlineProd
4
// Class: RPCConfigOnlineProd
5
//
13
//
14
// Original Author: Werner Man-Li Sun
15
// Created: Thu Oct 2 19:40:12 CEST 2008
16
// $Id$
17
//
18
//
19
20
// system include files
21
22
// user include files
23
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
24
25
#include "
CondTools/L1Trigger/interface/L1ConfigOnlineProdBase.h
"
26
27
#include "
CondFormats/L1TObjects/interface/L1RPCConfig.h
"
28
#include "
CondFormats/DataRecord/interface/L1RPCConfigRcd.h
"
29
30
//
31
// class declaration
32
//
33
34
class
RPCConfigOnlineProd
:
public
L1ConfigOnlineProdBase
<L1RPCConfigRcd, L1RPCConfig> {
35
public
:
36
RPCConfigOnlineProd
(
const
edm::ParameterSet
&);
37
~RPCConfigOnlineProd
()
override
;
38
39
std::unique_ptr<L1RPCConfig>
newObject
(
const
std::string
& objectKey)
override
;
40
41
private
:
42
// ----------member data ---------------------------
43
};
44
45
//
46
// constants, enums and typedefs
47
//
48
49
//
50
// static data member definitions
51
//
52
53
//
54
// constructors and destructor
55
//
56
RPCConfigOnlineProd::RPCConfigOnlineProd
(
const
edm::ParameterSet
& iConfig)
57
:
L1ConfigOnlineProdBase
<
L1RPCConfigRcd
,
L1RPCConfig
>(iConfig) {
58
//the following line is needed to tell the framework what
59
// data is being produced
60
61
//now do what ever other initialization is needed
62
}
63
64
RPCConfigOnlineProd::~RPCConfigOnlineProd
() {
65
// do anything here that needs to be done at desctruction time
66
// (e.g. close files, deallocate resources etc.)
67
}
68
69
std::unique_ptr<L1RPCConfig>
RPCConfigOnlineProd::newObject
(
const
std::string
& objectKey) {
70
edm::LogError
(
"L1-O2O"
) <<
"L1RPCConfig object with key "
<< objectKey <<
" not in ORCON!"
;
71
72
return
std::unique_ptr<L1RPCConfig>();
73
}
74
75
//
76
// member functions
77
//
78
79
// ------------ method called to produce the data ------------
80
81
//define this as a plug-in
82
DEFINE_FWK_EVENTSETUP_MODULE
(
RPCConfigOnlineProd
);
L1RPCConfigRcd.h
MessageLogger.h
L1RPCConfigRcd
Definition:
L1RPCConfigRcd.h:30
L1ConfigOnlineProdBase
Definition:
L1ConfigOnlineProdBase.h:52
L1RPCConfig
Definition:
L1RPCConfig.h:29
RPCConfigOnlineProd::RPCConfigOnlineProd
RPCConfigOnlineProd(const edm::ParameterSet &)
Definition:
RPCConfigOnlineProd.cc:56
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
RPCConfigOnlineProd
Definition:
RPCConfigOnlineProd.cc:34
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::LogError
Definition:
MessageLogger.h:183
RPCConfigOnlineProd::~RPCConfigOnlineProd
~RPCConfigOnlineProd() override
Definition:
RPCConfigOnlineProd.cc:64
RPCConfigOnlineProd::newObject
std::unique_ptr< L1RPCConfig > newObject(const std::string &objectKey) override
Definition:
RPCConfigOnlineProd.cc:69
L1RPCConfig.h
DEFINE_FWK_EVENTSETUP_MODULE
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition:
ModuleFactory.h:60
L1ConfigOnlineProdBase.h
Generated for CMSSW Reference Manual by
1.8.16