Belle II Software development
ExtPhysicsList.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#ifndef EXTPHYSICSLIST_H
10#define EXTPHYSICSLIST_H
11
12#include <globals.hh>
13#include <G4VModularPhysicsList.hh>
14
15namespace Belle2 {
21 namespace Simulation {
22
28 class ExtPhysicsList: public G4VModularPhysicsList {
29
30 public:
31
34
36 virtual ~ExtPhysicsList();
37
39 void SetCuts();
40
41 private:
42
43 };
44
45 } // end of namespace Simulation
46
48} // end of namespace Belle2
49
50#endif // EXTPHYSICSLIST_H
Standalone physics list for the geant4e extrapolator.
virtual ~ExtPhysicsList()
Destructor.
void SetCuts()
Required method: sets cutoff values for propagation.
Abstract base class for different kinds of events.