BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <EventTagSvc.h>
Public Member Functions | |
EventTagSvc (const std::string &name, ISvcLocator *svc) | |
StatusCode | initialize () |
std::string | pdg2name (long int pdg) |
long int | name2pdg (std::string pname) |
StatusCode | finalize () |
int | getDecayCode (Event::McParticle *part) |
unsigned long long int | getChainCode (Event::McParticle *part) |
unsigned int | getCharmDecayType (Event::McParticle *part) |
virtual StatusCode | queryInterface (const InterfaceID &, void **ppvInterface) |
Public Member Functions inherited from IEventTagSvc | |
virtual int | getDecayCode (Event::McParticle *part)=0 |
virtual unsigned long long int | getChainCode (Event::McParticle *part)=0 |
virtual unsigned int | getCharmDecayType (Event::McParticle *part)=0 |
virtual std::string | pdg2name (long int pdg)=0 |
virtual long int | name2pdg (std::string pname)=0 |
virtual | ~IEventTagSvc () |
Additional Inherited Members | |
Static Public Member Functions inherited from IEventTagSvc | |
static const InterfaceID & | interfaceID () |
Definition at line 26 of file EventTagSvc.h.
EventTagSvc::EventTagSvc | ( | const std::string & | name, |
ISvcLocator * | svc | ||
) |
Definition at line 22 of file EventTagSvc.cxx.
StatusCode EventTagSvc::finalize | ( | ) |
Definition at line 184 of file EventTagSvc.cxx.
|
virtual |
Implements IEventTagSvc.
Definition at line 807 of file EventTagSvc.cxx.
Referenced by getChainCode().
|
virtual |
Implements IEventTagSvc.
Definition at line 721 of file EventTagSvc.cxx.
Referenced by getChainCode(), and getCharmDecayType().
|
virtual |
Implements IEventTagSvc.
Definition at line 588 of file EventTagSvc.cxx.
Referenced by getChainCode(), and getDecayCode().
StatusCode EventTagSvc::initialize | ( | ) |
Definition at line 58 of file EventTagSvc.cxx.
|
virtual |
Implements IEventTagSvc.
Definition at line 213 of file EventTagSvc.cxx.
Referenced by initialize().
|
virtual |
Implements IEventTagSvc.
Definition at line 207 of file EventTagSvc.cxx.
Referenced by getDecayCode(), and initialize().
|
virtual |
Definition at line 192 of file EventTagSvc.cxx.