CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Attributes
HGCalTriggerGeometryESProducer Class Reference
Inheritance diagram for HGCalTriggerGeometryESProducer:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Types

typedef std::unique_ptr< HGCalTriggerGeometryBaseReturnType
 
- 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

 HGCalTriggerGeometryESProducer (const edm::ParameterSet &)
 
ReturnType produce (const IdealGeometryRecord &)
 
 ~HGCalTriggerGeometryESProducer ()
 
- 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)
 

Private Attributes

edm::ParameterSet geometry_config_
 
std::string geometry_name_
 

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 11 of file HGCalTriggerGeometryESProducer.cc.

Member Typedef Documentation

Definition at line 17 of file HGCalTriggerGeometryESProducer.cc.

Constructor & Destructor Documentation

HGCalTriggerGeometryESProducer::HGCalTriggerGeometryESProducer ( const edm::ParameterSet iConfig)

Definition at line 27 of file HGCalTriggerGeometryESProducer.cc.

References edm::ESProducer::setWhatProduced(), and ~HGCalTriggerGeometryESProducer().

27  :
28  geometry_config_(iConfig.getParameterSet("TriggerGeometry")),
30 {
31  setWhatProduced(this);
32 }
T getParameter(std::string const &) const
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
ParameterSet const & getParameterSet(std::string const &) const
HGCalTriggerGeometryESProducer::~HGCalTriggerGeometryESProducer ( )

Definition at line 36 of file HGCalTriggerGeometryESProducer.cc.

References produce().

Referenced by HGCalTriggerGeometryESProducer().

37 {
38 
39  // do anything here that needs to be done at desctruction time
40  // (e.g. close files, deallocate resources etc.)
41 
42 }

Member Function Documentation

HGCalTriggerGeometryESProducer::ReturnType HGCalTriggerGeometryESProducer::produce ( const IdealGeometryRecord iRecord)

Definition at line 46 of file HGCalTriggerGeometryESProducer.cc.

References beamerCreator::create(), DEFINE_FWK_EVENTSETUP_MODULE, HGCalTriggerGeometryBase::es_info::geom_bh, HGCalTriggerGeometryBase::es_info::geom_ee, HGCalTriggerGeometryBase::es_info::geom_fh, geometry, geometry_config_, geometry_name_, reco::get(), edm::eventsetup::EventSetupRecord::get(), info(), AlCaHLTBitMon_QueryRunRegistry::string, HGCalTriggerGeometryBase::es_info::topo_bh, HGCalTriggerGeometryBase::es_info::topo_ee, and HGCalTriggerGeometryBase::es_info::topo_fh.

Referenced by ~HGCalTriggerGeometryESProducer().

47 {
48  //using namespace edm::es;
50  geometry->reset();
52  const std::string& ee_sd_name = geometry->eeSDName();
53  const std::string& fh_sd_name = geometry->fhSDName();
54  const std::string& bh_sd_name = geometry->bhSDName();
55  iRecord.get(ee_sd_name, info.geom_ee);
56  iRecord.get(fh_sd_name, info.geom_fh);
57  iRecord.get(bh_sd_name, info.geom_bh);
58  iRecord.get(ee_sd_name, info.topo_ee);
59  iRecord.get(fh_sd_name, info.topo_fh);
60  iRecord.get(bh_sd_name, info.topo_bh);
61  geometry->initialize(info);
62  return geometry;
63 
64 }
static const TGPicture * info(bool iBackgroundIsBlack)
def create(alignables, pedeDump, additionalData, outputFile, config)
edm::ESHandle< HGCalTopology > topo_ee
edm::ESHandle< HGCalGeometry > geom_bh
edm::ESHandle< HGCalGeometry > geom_ee
void get(HolderT &iHolder) const
edm::ESHandle< HGCalGeometry > geom_fh
edm::ESHandle< HGCalTopology > topo_bh
edm::ESHandle< HGCalTopology > topo_fh
std::unique_ptr< HGCalTriggerGeometryBase > ReturnType
ESHandle< TrackerGeometry > geometry
T get(const Candidate &c)
Definition: component.h:55

Member Data Documentation

edm::ParameterSet HGCalTriggerGeometryESProducer::geometry_config_
private

Definition at line 22 of file HGCalTriggerGeometryESProducer.cc.

Referenced by produce().

std::string HGCalTriggerGeometryESProducer::geometry_name_
private

Definition at line 23 of file HGCalTriggerGeometryESProducer.cc.

Referenced by produce().