LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 44 of file ExN01PhysicsList.hh.

Constructor & Destructor Documentation

ExN01PhysicsList::ExN01PhysicsList ( )

Definition at line 42 of file ExN01PhysicsList.cc.

44 {
45 }
ExN01PhysicsList::~ExN01PhysicsList ( )

Definition at line 48 of file ExN01PhysicsList.cc.

50 {
51 }

Member Function Documentation

void ExN01PhysicsList::ConstructParticle ( )
protected

Definition at line 54 of file ExN01PhysicsList.cc.

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

Definition at line 61 of file ExN01PhysicsList.cc.

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

Definition at line 68 of file ExN01PhysicsList.cc.

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

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