source: ELYSE/tags/v1r0/ELYSE/PhysListEmStandard.hh @ 595

Last change on this file since 595 was 286, checked in by campagne, 18 years ago

ELYSE sauvegarde provisoire (JEC)

File size: 614 bytes
Line 
1#ifndef ELYSEPhysListEmStandard_h
2#define ELYSEPhysListEmStandard_h 1
3
4#include "G4VPhysicsConstructor.hh"
5#include "globals.hh"
6
7namespace ELYSE {
8
9class PhysListEmStandard : public G4VPhysicsConstructor {
10 public: 
11  PhysListEmStandard(const G4String& name = "standard");
12  virtual  ~PhysListEmStandard();
13 
14 public: 
15  // This method is dummy for physics
16  void ConstructParticle() {};
17 
18  // This method will be invoked in the Construct() method.
19  // each physics process will be instantiated and
20  // registered to the process manager of each particle type
21  void ConstructProcess();
22};
23}
24
25#endif
26
27
28
29
30
31
32
33
Note: See TracBrowser for help on using the repository browser.