Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1TriggerConfig
DTTrackFinder
src
DTPtaLutOnlineProd.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: DTPtaLutOnlineProd
4
// Class: DTPtaLutOnlineProd
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
21
// system include files
22
23
// user include files
24
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
25
26
#include "
CondTools/L1Trigger/interface/L1ConfigOnlineProdBase.h
"
27
28
#include "
CondFormats/L1TObjects/interface/L1MuDTPtaLut.h
"
29
#include "
CondFormats/DataRecord/interface/L1MuDTPtaLutRcd.h
"
30
31
//
32
// class declaration
33
//
34
35
class
DTPtaLutOnlineProd
:
36
public
L1ConfigOnlineProdBase
< L1MuDTPtaLutRcd, L1MuDTPtaLut >
37
{
38
public
:
39
DTPtaLutOnlineProd
(
const
edm::ParameterSet
&);
40
~DTPtaLutOnlineProd
();
41
42
virtual
boost::shared_ptr< L1MuDTPtaLut >
newObject
(
43
const
std::string
& objectKey )
override
;
44
45
private
:
46
// ----------member data ---------------------------
47
};
48
49
//
50
// constants, enums and typedefs
51
//
52
53
//
54
// static data member definitions
55
//
56
57
//
58
// constructors and destructor
59
//
60
DTPtaLutOnlineProd::DTPtaLutOnlineProd
(
61
const
edm::ParameterSet
& iConfig)
62
:
L1ConfigOnlineProdBase
<
L1MuDTPtaLutRcd
,
63
L1MuDTPtaLut
>( iConfig )
64
{
65
//the following line is needed to tell the framework what
66
// data is being produced
67
68
//now do what ever other initialization is needed
69
}
70
71
72
DTPtaLutOnlineProd::~DTPtaLutOnlineProd
()
73
{
74
75
// do anything here that needs to be done at desctruction time
76
// (e.g. close files, deallocate resources etc.)
77
78
}
79
80
boost::shared_ptr< L1MuDTPtaLut >
81
DTPtaLutOnlineProd::newObject
(
const
std::string
& objectKey )
82
{
83
edm::LogError
(
"L1-O2O"
) <<
"L1MuDTPtaLut object with key "
84
<< objectKey <<
" not in ORCON!"
;
85
86
return
boost::shared_ptr< L1MuDTPtaLut >() ;
87
}
88
89
//
90
// member functions
91
//
92
93
94
// ------------ method called to produce the data ------------
95
96
97
//define this as a plug-in
98
DEFINE_FWK_EVENTSETUP_MODULE
(
DTPtaLutOnlineProd
);
MessageLogger.h
DTPtaLutOnlineProd::newObject
virtual boost::shared_ptr< L1MuDTPtaLut > newObject(const std::string &objectKey) override
Definition:
DTPtaLutOnlineProd.cc:81
L1ConfigOnlineProdBase.h
L1MuDTPtaLut
Definition:
L1MuDTPtaLut.h:42
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::LogError
Definition:
MessageLogger.h:164
L1ConfigOnlineProdBase
Definition:
L1ConfigOnlineProdBase.h:53
DTPtaLutOnlineProd::~DTPtaLutOnlineProd
~DTPtaLutOnlineProd()
Definition:
DTPtaLutOnlineProd.cc:72
L1MuDTPtaLut.h
DTPtaLutOnlineProd::DTPtaLutOnlineProd
DTPtaLutOnlineProd(const edm::ParameterSet &)
Definition:
DTPtaLutOnlineProd.cc:60
DTPtaLutOnlineProd
Definition:
DTPtaLutOnlineProd.cc:35
DEFINE_FWK_EVENTSETUP_MODULE
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition:
ModuleFactory.h:60
L1MuDTPtaLutRcd
Definition:
L1MuDTPtaLutRcd.h:12
edm::ParameterSet
Definition:
ParameterSet.h:35
L1MuDTPtaLutRcd.h
Generated for CMSSW Reference Manual by
1.8.5