 |
Belle II Software
release-05-01-25
|
11 #ifndef PHYSICSLIST_H_
12 #define PHYSICSLIST_H_
15 #include <G4VModularPhysicsList.hh>
25 namespace Simulation {
32 class PhysicsList:
public G4VModularPhysicsList {
41 explicit PhysicsList(
const std::string& physicsListName);
void SetCuts()
Sets the Cuts on the physics list.
PhysicsList(const std::string &physicsListName)
The PhysicsList constructor.
Abstract base class for different kinds of events.
virtual ~PhysicsList()
The PhysicsList destructor.
void setProductionCutValue(double productionCut)
Sets the production cut value.
void registerOpticalPhysicsList()
Registers the optical physics list.