#include <GiGaExternalPhysList.h>
Inheritance diagram for GiGaExternalPhysList< PHYSLIST >:
Public Types | |
| SUCCESS | |
| SUCCESS | |
| SUCCESS | |
| SUCCESS | |
| NO_INTERFACE | |
| NO_INTERFACE | |
| NO_INTERFACE | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| VERSMISMATCH | |
| VERSMISMATCH | |
| VERSMISMATCH | |
| LAST_ERROR | |
| LAST_ERROR | |
| LAST_ERROR | |
| LAST_ERROR | |
| enum | Status |
| enum | Status |
| enum | Status |
Public Member Functions | |
| virtual void | ConstructParticle () |
| standard method for construction of particles | |
| virtual void | ConstructProcess () |
| standard method for construction of processes | |
| virtual void | SetCuts () |
| standard method for setting ot cuts | |
| virtual StatusCode | initialize () |
| initialize the object | |
| virtual StatusCode | finalize () |
| finalize the object | |
| virtual G4VUserPhysicsList * | physicsList () const |
| get G4VUserPhysicsList | |
| virtual unsigned long | release () |
| StatusCode | release (const IInterface *interface) const |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvUnknown) |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | addRef () |
| virtual const std::string & | type () const =0 |
| virtual const std::string & | type () const |
| virtual const IInterface * | parent () const =0 |
| virtual const IInterface * | parent () const |
| virtual StatusCode | configure ()=0 |
| virtual StatusCode | configure () |
| virtual StatusCode | start ()=0 |
| virtual StatusCode | start () |
| virtual StatusCode | stop ()=0 |
| virtual StatusCode | stop () |
| virtual StatusCode | terminate ()=0 |
| virtual StatusCode | terminate () |
| virtual StatusCode | reinitialize ()=0 |
| virtual StatusCode | reinitialize () |
| virtual StatusCode | restart ()=0 |
| virtual StatusCode | restart () |
| virtual Gaudi::StateMachine::State | FSMState () const =0 |
| virtual Gaudi::StateMachine::State | FSMState () const |
| virtual StatusCode | sysInitialize ()=0 |
| virtual StatusCode | sysInitialize () |
| virtual StatusCode | sysStart ()=0 |
| virtual StatusCode | sysStart () |
| virtual StatusCode | sysStop ()=0 |
| virtual StatusCode | sysStop () |
| virtual StatusCode | sysFinalize ()=0 |
| virtual StatusCode | sysFinalize () |
| virtual StatusCode | sysReinitialize ()=0 |
| virtual StatusCode | sysReinitialize () |
| virtual StatusCode | sysRestart ()=0 |
| virtual StatusCode | sysRestart () |
| virtual unsigned long | refCount () const =0 |
| virtual const std::string & | name () const =0 |
| virtual const std::string & | name () const |
| virtual void | handle (const Incident &i) |
| handle the incident | |
| IGiGaSvc * | gigaSvc () const |
| accessor to GiGa Service | |
| IGiGaSetUpSvc * | setupSvc () const |
| accessor to GiGa SetUp Service | |
| INTupleSvc * | ntupleSvc () const |
| INTupleSvc * | evtColSvc () const |
| IDataProviderSvc * | detSvc () const |
| IDataProviderSvc * | evtSvc () const |
| IIncidentSvc * | incSvc () const |
| IChronoStatSvc * | chronoSvc () const |
| IHistogramSvc * | histoSvc () const |
| IAlgContextSvc * | contextSvc () const |
| DataObject * | put (IDataProviderSvc *svc, DataObject *object, const std::string &address, const bool useRootInTES=true) const |
| DataObject * | put (DataObject *object, const std::string &address, const bool useRootInTES=true) const |
| Gaudi::Utils::GetData< TYPE >::return_type | get (IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const |
| Gaudi::Utils::GetData< TYPE >::return_type | get (const std::string &location, const bool useRootInTES=true) const |
| TYPE * | getDet (IDataProviderSvc *svc, const std::string &location) const |
| TYPE * | getDet (const std::string &location) const |
| bool | exist (IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const |
| bool | exist (const std::string &location, const bool useRootInTES=true) const |
| bool | existDet (IDataProviderSvc *svc, const std::string &location) const |
| bool | existDet (const std::string &location) const |
| TYPE * | getOrCreate (IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const |
| TYPE * | getOrCreate (const std::string &location, const bool useRootInTES=true) const |
| TOOL * | tool (const std::string &type, const std::string &name, const IInterface *parent=0, bool create=true) const |
| TOOL * | tool (const std::string &type, const IInterface *parent=0, bool create=true) const |
| SERVICE * | svc (const std::string &name, const bool create=true) const |
| IUpdateManagerSvc * | updMgrSvc () const |
| IDataProviderSvc * | fastContainersSvc () const |
| StatusCode | Error (const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const |
| StatusCode | Warning (const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const |
| StatusCode | Print (const std::string &msg, const StatusCode st=StatusCode::SUCCESS, const MSG::Level lev=MSG::INFO) const |
| StatusCode | Assert (const bool ok, const std::string &message="", const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| StatusCode | Assert (const bool ok, const char *message, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| StatusCode | Exception (const std::string &msg, const GaudiException &exc, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| StatusCode | Exception (const std::string &msg, const std::exception &exc, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| StatusCode | Exception (const std::string &msg="no message", const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| MsgStream & | msgStream (const MSG::Level level) const |
| MsgStream & | always () const |
| MsgStream & | fatal () const |
| MsgStream & | err () const |
| MsgStream & | error () const |
| MsgStream & | warning () const |
| MsgStream & | info () const |
| MsgStream & | debug () const |
| MsgStream & | verbose () const |
| MsgStream & | msg () const |
| const Statistics & | counters () const |
| StatEntity & | counter (const std::string &tag) const |
| MSG::Level | msgLevel () const |
| bool | msgLevel (const MSG::Level level) const |
| void | resetMsgStream () const |
| bool | typePrint () const |
| bool | propsPrint () const |
| bool | statPrint () const |
| bool | errorsPrint () const |
| long | printStat (const MSG::Level level=MSG::ALWAYS) const |
| long | printErrors (const MSG::Level level=MSG::ALWAYS) const |
| long | printProps (const MSG::Level level=MSG::ALWAYS) const |
| void | registerCondition (const std::string &condition, StatusCode(CallerClass::*mf)()=NULL) |
| void | registerCondition (const std::string &condition, CondType *&condPtrDest, StatusCode(CallerClass::*mf)()=NULL) |
| void | registerCondition (char *condition, StatusCode(CallerClass::*mf)()=NULL) |
| void | registerCondition (TargetClass *condition, StatusCode(CallerClass::*mf)()=NULL) |
| StatusCode | runUpdate () |
| TransientFastContainer< T > * | getFastContainer (const std::string &location, typename TransientFastContainer< T >::size_type initial=0) |
| const std::string & | context () const |
| const std::string & | rootInTES () const |
| double | globalTimeOffset () const |
| virtual Gaudi::StateMachine::State | targetFSMState () const |
| virtual StatusCode | setProperty (const Property &p) |
| virtual StatusCode | setProperty (const std::string &s) |
| virtual StatusCode | setProperty (const std::string &n, const std::string &v) |
| StatusCode | setProperty (const std::string &name, const TYPE &value) |
| virtual StatusCode | getProperty (Property *p) const |
| virtual const Property & | getProperty (const std::string &name) const |
| virtual StatusCode | getProperty (const std::string &n, std::string &v) const |
| virtual const std::vector< Property * > & | getProperties () const |
| PropertyMgr * | getPropertyMgr () |
| ISvcLocator * | serviceLocator () const |
| ISvcLocator * | svcLoc () const |
| IMessageSvc * | msgSvc () const |
| IToolSvc * | toolSvc () const |
| StatusCode | setProperties () |
| StatusCode | service (const std::string &name, T *&svc, bool createIf=true) const |
| StatusCode | service (const std::string &type, const std::string &name, T *&svc) const |
| void | declInterface (const InterfaceID &, void *) |
| Property * | declareProperty (const std::string &name, T &property, const std::string &doc="none") const |
| Property * | declareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="") const |
| IAuditorSvc * | auditorSvc () const |
| IMonitorSvc * | monitorSvc () const |
| void | declareInfo (const std::string &name, const T &var, const std::string &desc) const |
| void | declareInfo (const std::string &name, const std::string &format, const void *var, int size, const std::string &desc) const |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| uniqie interface identification | |
| static const InterfaceID & | interfaceID () |
| static const InterfaceID & | interfaceID () |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Protected Types | |
| typedef std::map< std::string, StatEntity > | Statistics |
| typedef std::map< std::string, unsigned int > | Counter |
| typedef std::vector< IAlgTool * > | AlgTools |
| typedef std::pair< IInterface *, std::string > | ServiceEntry |
| typedef std::vector< ServiceEntry > | Services |
Protected Member Functions | |
| GiGaExternalPhysList (const std::string &type, const std::string &name, const IInterface *parent) | |
| standard constructor | |
| virtual | ~GiGaExternalPhysList () |
| destructor (virtual and protected) | |
| virtual unsigned long | refCount () const |
| double | cutForGamma () const |
| an accessor for special cut for gamma | |
| double | cutForElectron () const |
| an accessor for special cut for electron | |
| double | cutForPositron () const |
| an accessor for special cut for positron | |
| StatusCode | releaseTool (const IAlgTool *tool) const |
| StatusCode | releaseSvc (const IInterface *svc) const |
| int | outputLevel () const |
| IntegerProperty & | outputLevelProperty () |
| void | initOutputLevel (Property &prop) |
Static Protected Attributes | |
| static const bool | IgnoreRootInTES |
| static const bool | UseRootInTES |
Private Types | |
| typedef GiGaExternalPhysList< PHYSLIST > | MyType |
| own type | |
Private Member Functions | |
| GiGaExternalPhysList () | |
| default constructor is private no default constructor | |
| GiGaExternalPhysList (const MyType &) | |
| copy constructor id private | |
| MyType & | operator= (const MyType &) |
| assignement operator is private | |
"External Physics List" PHYSLIST MUST have default constructor and MUST have VIRTUAL inheritnce fro G4VUserPhysicsList
Definition at line 22 of file GiGaExternalPhysList.h.
typedef GiGaExternalPhysList<PHYSLIST> GiGaExternalPhysList< PHYSLIST >::MyType [private] |
| GiGaExternalPhysList< PHYSLIST >::GiGaExternalPhysList | ( | const std::string & | type, | |
| const std::string & | name, | |||
| const IInterface * | parent | |||
| ) | [inline, protected] |
standard constructor
| name | of the instance | |
| svc | service locator |
Definition at line 57 of file GiGaExternalPhysList.h.
00060 : GiGaPhysListBase ( type , name , parent ) 00061 , PHYSLIST () 00062 { 00063 // check for virtual inheritance 00064 // the following line COULD produce compiler warning 00065 // for CORRECT inheritance schema and 00066 // it MUST produce the compiler error 00067 // for INCORECT inheritance schema 00068 G4ParticleTable* tt = theParticleTable ; 00069 };
| virtual GiGaExternalPhysList< PHYSLIST >::~GiGaExternalPhysList | ( | ) | [inline, protected, virtual] |
| GiGaExternalPhysList< PHYSLIST >::GiGaExternalPhysList | ( | ) | [private] |
default constructor is private no default constructor
| GiGaExternalPhysList< PHYSLIST >::GiGaExternalPhysList | ( | const MyType & | ) | [private] |
copy constructor id private
| virtual void GiGaExternalPhysList< PHYSLIST >::ConstructParticle | ( | ) | [inline, virtual] |
| virtual void GiGaExternalPhysList< PHYSLIST >::ConstructProcess | ( | ) | [inline, virtual] |
| virtual void GiGaExternalPhysList< PHYSLIST >::SetCuts | ( | ) | [inline, virtual] |
standard method for setting ot cuts
Reimplemented from GiGaPhysListBase.
Definition at line 38 of file GiGaExternalPhysList.h.
| MyType& GiGaExternalPhysList< PHYSLIST >::operator= | ( | const MyType & | ) | [private] |
assignement operator is private
| virtual StatusCode GiGaPhysListBase::initialize | ( | ) | [virtual, inherited] |
| virtual StatusCode GiGaPhysListBase::finalize | ( | ) | [virtual, inherited] |
| virtual G4VUserPhysicsList* GiGaPhysListBase::physicsList | ( | ) | const [virtual, inherited] |
get G4VUserPhysicsList
G4VUserPhysicsList
Implements IGiGaPhysicsList.
| virtual unsigned long GiGaPhysListBase::release | ( | ) | [virtual, inherited] |
Implements IIncidentListener.
| static const InterfaceID& IGiGaPhysList::interfaceID | ( | ) | [static, inherited] |
uniqie interface identification
Reimplemented from IGiGaPhysicsList.
| double GiGaPhysicsListBase::cutForGamma | ( | ) | const [inline, protected, inherited] |
an accessor for special cut for gamma
Definition at line 59 of file GiGaPhysicsListBase.h.
00059 { return m_cutForGamma ; }
| double GiGaPhysicsListBase::cutForElectron | ( | ) | const [inline, protected, inherited] |
an accessor for special cut for electron
Definition at line 64 of file GiGaPhysicsListBase.h.
00064 { return m_cutForElectron ; }
| double GiGaPhysicsListBase::cutForPositron | ( | ) | const [inline, protected, inherited] |
an accessor for special cut for positron
Definition at line 69 of file GiGaPhysicsListBase.h.
00069 { return m_cutForPositron ; }
| virtual void GiGaBase::handle | ( | const Incident & | i | ) | [virtual, inherited] |
| IGiGaSvc* GiGaBase::gigaSvc | ( | ) | const [inline, inherited] |
accessor to GiGa Service
Definition at line 97 of file GiGaBase.h.
00097 { 00098 if( m_gigaSvc == 0 ) { 00099 m_gigaSvc = svc<IGiGaSvc>( m_gigaName , true ); 00100 } 00101 return m_gigaSvc; 00102 };
| IGiGaSetUpSvc* GiGaBase::setupSvc | ( | ) | const [inline, inherited] |
accessor to GiGa SetUp Service
Definition at line 107 of file GiGaBase.h.
00107 { 00108 if( m_setupSvc == 0 ) { 00109 if( m_setupName == m_gigaName ) { 00110 // cast to correct type 00111 m_setupSvc = dynamic_cast<IGiGaSetUpSvc*>( gigaSvc() ); 00112 } 00113 else { 00114 m_setupSvc = svc<IGiGaSetUpSvc> ( m_setupName , true ); 00115 } 00116 } 00117 return m_setupSvc; 00118 };
1.4.7