BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
ExtPhysicsList.h
Go to the documentation of this file.
1//
2// File: ExtPhysicsList.hh
3// Author: Wangll
4// Date: 2005.2.22
5//
6
7#ifndef ExtPhysicsList_h
8#define ExtPhysicsList_h 1
9
10#include "G4VUserPhysicsList.hh"
11#include "globals.hh"
12
13class ExtPhysicsList : public G4VUserPhysicsList {
14public:
17
18protected:
19 // Construct particle and physics process
20 void ConstructParticle();
21 void ConstructProcess();
22 void SetCuts();
23};
24
25#endif