CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
ExN04PhysicsList.hh
Go to the documentation of this file.
1//
2// ********************************************************************
3// * DISCLAIMER *
4// * *
5// * The following disclaimer summarizes all the specific disclaimers *
6// * of contributors to this software. The specific disclaimers,which *
7// * govern, are listed with their locations in: *
8// * http://cern.ch/geant4/license *
9// * *
10// * Neither the authors of this software system, nor their employing *
11// * institutes,nor the agencies providing financial support for this *
12// * work make any representation or warranty, express or implied, *
13// * regarding this software system or assume any liability for its *
14// * use. *
15// * *
16// * This code implementation is the intellectual property of the *
17// * GEANT4 collaboration. *
18// * By copying, distributing or modifying the Program (or any work *
19// * based on the Program) you indicate your acceptance of this *
20// * statement, and all its terms. *
21// ********************************************************************
22//
23#ifndef ExN04PhysicsList_h
24#define ExN04PhysicsList_h 1
25
26#include "G4VModularPhysicsList.hh"
27#include "globals.hh"
28
29class ExN04PhysicsList: public G4VModularPhysicsList
30{
31public:
33 virtual ~ExN04PhysicsList();
34
35public:
36 // SetCuts()
37 virtual void SetCuts();
38
39
40};
41
42
43#endif
44
45
46
virtual void SetCuts()
virtual ~ExN04PhysicsList()