allpix::physicslists
Handler namespace for implementing additional PhysicsLists included in AllPix2 but not in the G4PhysListFactory.
Functions
Name | |
---|---|
G4VModularPhysicsList * | getList(const std::string & list_name) Function to obtain. |
Functions Documentation
function getList
inline G4VModularPhysicsList * getList(
const std::string & list_name
)
Function to obtain.
Parameters:
- list_name Name of the additional physics list
Return: Pointer to the G4VModularPhysicsList of the found physics list, or a nullptr if not found.
Note: Name check is performed with provided case and upper-case list names
Updated on 2024-12-13 at 08:31:36 +0000