CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Protected Attributes
L1ObjectKeysOnlineProdBaseExt Class Referenceabstract

#include <L1ObjectKeysOnlineProdBaseExt.h>

Inheritance diagram for L1ObjectKeysOnlineProdBaseExt:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider L1TCaloParamsObjectKeysOnlineProd L1TGlobalPrescalesVetosObjectKeysOnlineProd L1TMuonBarrelObjectKeysOnlineProd L1TMuonEndcapObjectKeysOnlineProd L1TMuonGlobalObjectKeysOnlineProd L1TMuonOverlapObjectKeysOnlineProd L1TUtmTriggerMenuObjectKeysOnlineProd

Public Types

typedef std::shared_ptr< L1TriggerKeyExtReturnType
 
- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > KeyedProxies
 
typedef std::vector< EventSetupRecordKeyKeys
 
typedef std::map< EventSetupRecordKey, KeyedProxiesRecordProxies
 

Public Member Functions

virtual void fillObjectKeys (ReturnType pL1TriggerKey)=0
 
 L1ObjectKeysOnlineProdBaseExt (const edm::ParameterSet &)
 
ReturnType produce (const L1TriggerKeyExtRcd &)
 
 ~L1ObjectKeysOnlineProdBaseExt ()
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
virtual ~ESProducer ()(false)
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
virtual void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval)
 overrides DataProxyProvider method More...
 
virtual ~ESProxyFactoryProducer () noexcept(false)
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
 DataProxyProvider ()
 
const ComponentDescriptiondescription () const
 
bool isUsingRecord (const EventSetupRecordKey &) const
 
const KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey) const
 
void resetProxies (const EventSetupRecordKey &iRecordType)
 
void resetProxiesIfTransient (const EventSetupRecordKey &iRecordType)
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 

Protected Attributes

l1t::OMDSReader m_omdsReader
 

Additional Inherited Members

- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
void setWhatProduced (T *iThis, const es::Label &iLabel=es::Label())
 
template<typename T >
void setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
void setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
void setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord , typename TArg >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label())
 
- Protected Member Functions inherited from edm::ESProxyFactoryProducer
template<class TFactory >
void registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
virtual void registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList)
 override DataProxyProvider method More...
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
void eraseAll (const EventSetupRecordKey &iRecordKey)
 deletes all the Proxies in aStream More...
 
void invalidateProxies (const EventSetupRecordKey &iRecordKey)
 
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &)
 

Detailed Description

Definition at line 19 of file L1ObjectKeysOnlineProdBaseExt.h.

Member Typedef Documentation

Definition at line 24 of file L1ObjectKeysOnlineProdBaseExt.h.

Constructor & Destructor Documentation

L1ObjectKeysOnlineProdBaseExt::L1ObjectKeysOnlineProdBaseExt ( const edm::ParameterSet iConfig)

Definition at line 7 of file L1ObjectKeysOnlineProdBaseExt.cc.

References edm::ParameterSet::getParameter(), edm::ESProducer::setWhatProduced(), and AlCaHLTBitMon_QueryRunRegistry::string.

8  : m_omdsReader(
9  iConfig.getParameter< std::string >( "onlineDB" ),
10  iConfig.getParameter< std::string >( "onlineAuthentication" ) )
11 {
12  //the following line is needed to tell the framework what
13  // data is being produced
14 
15  // The subsystemLabel is used by L1TriggerKeyOnlineProdExt to identify the
16  // L1TriggerKeysExt to concatenate.
17  setWhatProduced(this,
18  iConfig.getParameter< std::string >( "subsystemLabel" )
19  );
20 
21  //now do what ever other initialization is needed
22 }
T getParameter(std::string const &) const
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
L1ObjectKeysOnlineProdBaseExt::~L1ObjectKeysOnlineProdBaseExt ( )

Definition at line 25 of file L1ObjectKeysOnlineProdBaseExt.cc.

26 {
27 
28  // do anything here that needs to be done at desctruction time
29  // (e.g. close files, deallocate resources etc.)
30 
31 }

Member Function Documentation

virtual void L1ObjectKeysOnlineProdBaseExt::fillObjectKeys ( ReturnType  pL1TriggerKey)
pure virtual
L1ObjectKeysOnlineProdBaseExt::ReturnType L1ObjectKeysOnlineProdBaseExt::produce ( const L1TriggerKeyExtRcd iRecord)

Definition at line 35 of file L1ObjectKeysOnlineProdBaseExt.cc.

References fillObjectKeys(), and edm::eventsetup::EventSetupRecord::get().

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

36 {
37  using namespace edm::es;
38 
39  // Get L1TriggerKeyExt with label "SubsystemKeysOnly". Re-throw exception if
40  // not present.
41  edm::ESHandle< L1TriggerKeyExt > subsystemKeys ;
42  try
43  {
44  iRecord.get( "SubsystemKeysOnly", subsystemKeys ) ;
45  }
47  {
48  throw ex ;
49  }
50 
51  // Copy L1TriggerKeyExt to new object.
52  std::shared_ptr<L1TriggerKeyExt> pL1TriggerKey = std::make_shared< L1TriggerKeyExt >( *subsystemKeys ) ;
53 
54  // Get object keys.
55  fillObjectKeys( pL1TriggerKey ) ;
56 
57  return pL1TriggerKey ;
58 }
virtual void fillObjectKeys(ReturnType pL1TriggerKey)=0
void get(HolderT &iHolder) const

Member Data Documentation

l1t::OMDSReader L1ObjectKeysOnlineProdBaseExt::m_omdsReader
protected