CGEM BOSS 6.6.5.h
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
14{
15 public:
18
19 protected:
20 // Construct particle and physics process
21 void ConstructParticle();
22 void ConstructProcess();
23 void SetCuts();
24};
25
26#endif