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#pragma once
10
11#include <globals.hh>
12#include <G4VModularPhysicsList.hh>
13
14namespace Belle2 {
19
20 namespace Simulation {
21
27 class ExtPhysicsList: public G4VModularPhysicsList {
28
29 public:
30
33
35 virtual ~ExtPhysicsList();
36
38 void SetCuts();
39
40 private:
41
42 };
43
44 } // end of namespace Simulation
45
47} // end of namespace Belle2
void SetCuts()
Required method: sets cutoff values for propagation.
Abstract base class for different kinds of events.