CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
G4BuilderPhysicsList.h
Go to the documentation of this file.
1/***************************************************************************
2 Set the Physics Processes
3 -------------------------
4 ATLAS Collaboration
5 ***************************************************************************/
6
7// $Id: G4BuilderPhysicsList.h,v 1.1.1.1 2013/11/22 02:11:08 juxd Exp $
8
9
10#ifndef G4BUILDER_PHYSICSLIST_H
11#define G4BUILDER_PHYSICSLIST_H
12
13#include "G4VUserPhysicsList.hh"
14#include "globals.hh"
15
16class G4BuilderPhysicsList: public G4VUserPhysicsList
17{
18 public:
21
22 protected:
23 // Construct particle and physics process
24 void ConstructParticle();
25 void ConstructProcess();
26 void SetCuts();
27
28};
29
30#endif // G4BUILDER_PHYSICSLIST_H
31
32
33
34
35
36
37