Belle II Software  release-05-01-25
ExtPhysicsList.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2010-2011 Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Leo Piilonen *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #ifndef EXTPHYSICSLIST_H
12 #define EXTPHYSICSLIST_H
13 
14 #include <globals.hh>
15 #include <G4VModularPhysicsList.hh>
16 
17 namespace Belle2 {
23  namespace Simulation {
24 
30  class ExtPhysicsList: public G4VModularPhysicsList {
31 
32  public:
33 
36 
38  virtual ~ExtPhysicsList();
39 
41  void SetCuts();
42 
43  private:
44 
45  };
46 
47  } // end of namespace Simulation
48 
50 } // end of namespace Belle2
51 
52 #endif // EXTPHYSICSLIST_H
Belle2::Simulation::ExtPhysicsList::~ExtPhysicsList
virtual ~ExtPhysicsList()
Destructor.
Definition: ExtPhysicsList.cc:70
Belle2::Simulation::ExtPhysicsList::ExtPhysicsList
ExtPhysicsList()
Constructor.
Definition: ExtPhysicsList.cc:39
Belle2::Simulation::ExtPhysicsList::SetCuts
void SetCuts()
Required method: sets cutoff values for propagation.
Definition: ExtPhysicsList.cc:74
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19