![]() |
The Gaudi Framework
v27r0
|
#include <src/PartPropSvc.h>


Public Member Functions | |
| PartPropSvc (const std::string &name, ISvcLocator *svc) | |
| StatusCode | initialize () override |
| StatusCode | finalize () override |
| HepPDT::ParticleDataTable * | PDT () override |
| void | setUnknownParticleHandler (HepPDT::ProcessUnknownID *, const std::string &) override |
| ~PartPropSvc () override=default | |
Public Member Functions inherited from extends< BASE, Interfaces > | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
Public Member Functions inherited from extend_interfaces< Interfaces...> | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
Private Types | |
| using | inputFunPtr = bool(*)(std::istream &, HepPDT::TableBuilder &) |
Private Member Functions | |
| StatusCode | createTable () |
| inputFunPtr | parseTableType (const std::string &) |
Private Attributes | |
| std::vector< std::pair< std::string, inputFunPtr > > | m_inputs |
| StringProperty | m_pdtFiles |
| HepPDT::ProcessUnknownID * | m_upid = nullptr |
| std::string | m_upid_name |
| std::unique_ptr< HepPDT::ParticleDataTable > | m_pdt |
| MsgStream | m_log |
| bool | m_upid_local = false |
Additional Inherited Members | |
Public Types inherited from extends< BASE, Interfaces > | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
Public Types inherited from extend_interfaces< Interfaces...> | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
Definition at line 28 of file PartPropSvc.h.
|
private |
Definition at line 47 of file PartPropSvc.h.
| PartPropSvc::PartPropSvc | ( | const std::string & | name, |
| ISvcLocator * | svc | ||
| ) |
Definition at line 25 of file PartPropSvc.cpp.
|
overridedefault |
|
private |
Definition at line 158 of file PartPropSvc.cpp.
|
override |
Definition at line 111 of file PartPropSvc.cpp.
|
override |
Definition at line 35 of file PartPropSvc.cpp.
|
private |
Definition at line 136 of file PartPropSvc.cpp.
|
override |
Definition at line 195 of file PartPropSvc.cpp.
|
override |
Definition at line 211 of file PartPropSvc.cpp.
|
private |
Definition at line 50 of file PartPropSvc.h.
|
mutableprivate |
Definition at line 60 of file PartPropSvc.h.
|
private |
Definition at line 56 of file PartPropSvc.h.
|
private |
Definition at line 52 of file PartPropSvc.h.
|
private |
Definition at line 53 of file PartPropSvc.h.
|
private |
Definition at line 62 of file PartPropSvc.h.
|
private |
Definition at line 54 of file PartPropSvc.h.