Public Member Functions | List of all members
gar::garg4::ChargeExchange Class Reference

#include <CustomPhysicsBuiltIns.hh>

Inheritance diagram for gar::garg4::ChargeExchange:
gar::garg4::CustomPhysicsFactory< G4ChargeExchangePhysics > gar::garg4::CustomPhysicsFactoryBase

Public Member Functions

G4VPhysicsConstructor * Build ()
 
 ChargeExchange ()
 
virtual ~ChargeExchange ()
 
- Public Member Functions inherited from gar::garg4::CustomPhysicsFactory< G4ChargeExchangePhysics >
 CustomPhysicsFactory ()
 
 CustomPhysicsFactory (std::string)
 
virtual ~CustomPhysicsFactory ()
 
bool Registered ()
 
std::string GetName ()
 
- Public Member Functions inherited from gar::garg4::CustomPhysicsFactoryBase
 CustomPhysicsFactoryBase ()
 
virtual ~CustomPhysicsFactoryBase ()
 

Detailed Description

Definition at line 54 of file CustomPhysicsBuiltIns.hh.

Constructor & Destructor Documentation

gar::garg4::ChargeExchange::ChargeExchange ( )
inline

Definition at line 58 of file CustomPhysicsBuiltIns.hh.

58 : CustomPhysicsFactory<G4ChargeExchangePhysics>("ChargeExchange") {}
virtual gar::garg4::ChargeExchange::~ChargeExchange ( )
inlinevirtual

Definition at line 59 of file CustomPhysicsBuiltIns.hh.

59 {}

Member Function Documentation

G4VPhysicsConstructor* gar::garg4::ChargeExchange::Build ( )
inlinevirtual

Reimplemented from gar::garg4::CustomPhysicsFactory< G4ChargeExchangePhysics >.

Definition at line 57 of file CustomPhysicsBuiltIns.hh.

57 {return new G4ChargeExchangePhysics(2);}

The documentation for this class was generated from the following file: