BOSS 8.0.0
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 2004/09/28 05:16:53 liwd Exp $
8
9#ifndef G4BUILDER_PHYSICSLIST_H
10#define G4BUILDER_PHYSICSLIST_H
11
12#include "G4VUserPhysicsList.hh"
13#include "globals.hh"
14
15class G4BuilderPhysicsList : public G4VUserPhysicsList {
16public:
19
20protected:
21 // Construct particle and physics process
22 void ConstructParticle();
23 void ConstructProcess();
24 void SetCuts();
25};
26
27#endif // G4BUILDER_PHYSICSLIST_H