|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <PartPropSvc.h>


Public Member Functions | |
| virtual StatusCode | initialize () |
| virtual StatusCode | finalize () |
| HepPDT::ParticleDataTable * | PDT () |
Public Attributes | |
| tuple | PartPropSvc = Service( "PartPropSvc" ) |
Protected Member Functions | |
| PartPropSvc (const std::string &name, ISvcLocator *svc) | |
| virtual | ~PartPropSvc () |
Private Attributes | |
| std::string | m_inputType |
| std::vector< std::string > | m_pdtFiles |
| HepPDT::ParticleDataTable * | m_pdt |
Friends | |
| class | SvcFactory< PartPropSvc > |
Definition at line 27 of file PartPropSvc.h.
| PartPropSvc::PartPropSvc | ( | const std::string & | name, | |
| ISvcLocator * | svc | |||
| ) | [protected] |
| virtual PartPropSvc::~PartPropSvc | ( | ) | [protected, virtual] |
| virtual StatusCode PartPropSvc::initialize | ( | ) | [virtual] |
Reimplemented from Service.
| virtual StatusCode PartPropSvc::finalize | ( | ) | [virtual] |
Reimplemented from Service.
| HepPDT::ParticleDataTable* PartPropSvc::PDT | ( | ) | [inline, virtual] |
friend class SvcFactory< PartPropSvc > [friend] |
Definition at line 47 of file PartPropSvc.h.
| tuple PartPropSvc::PartPropSvc = Service( "PartPropSvc" ) |
Definition at line 6 of file PartPropSvc.py.
std::string PartPropSvc::m_inputType [private] |
Definition at line 49 of file PartPropSvc.h.
std::vector<std::string> PartPropSvc::m_pdtFiles [private] |
Definition at line 50 of file PartPropSvc.h.
HepPDT::ParticleDataTable* PartPropSvc::m_pdt [private] |
Definition at line 52 of file PartPropSvc.h.