LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ExN01PhysicsList Class Reference

#include "ExN01PhysicsList.hh"

Inheritance diagram for ExN01PhysicsList:

Public Member Functions

 ExN01PhysicsList ()
 
 ~ExN01PhysicsList ()
 

Protected Member Functions

void ConstructParticle ()
 
void ConstructProcess ()
 
void SetCuts ()
 

Detailed Description

Definition at line 43 of file ExN01PhysicsList.hh.

Constructor & Destructor Documentation

ExN01PhysicsList::ExN01PhysicsList ( )

Definition at line 41 of file ExN01PhysicsList.cc.

43 {
44 }
ExN01PhysicsList::~ExN01PhysicsList ( )

Definition at line 47 of file ExN01PhysicsList.cc.

49 {
50 }

Member Function Documentation

void ExN01PhysicsList::ConstructParticle ( )
protected

Definition at line 53 of file ExN01PhysicsList.cc.

55 {
56  G4Geantino::GeantinoDefinition();
57 }
void ExN01PhysicsList::ConstructProcess ( )
protected

Definition at line 60 of file ExN01PhysicsList.cc.

62 {
63  AddTransportation();
64 }
void ExN01PhysicsList::SetCuts ( )
protected

Definition at line 67 of file ExN01PhysicsList.cc.

69 {
70  G4int temp = GetVerboseLevel();
71  SetVerboseLevel(0);
72 
73  SetCutsWithDefault();
74 
75  SetVerboseLevel(temp);
76 }

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