Remove G4ParticleDefinition dependance.

This commit is contained in:
paraiso
2006-02-24 14:34:55 +00:00
parent dbf68bfae2
commit cd724f2691
17 changed files with 324 additions and 192 deletions

View File

@ -21,21 +21,7 @@
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$//
/**
* The LEMuSRDetectorMessenger class defines the terminal's commands to operate changes in the detector geometry. The following settings can be personalized:
* -# MCP/Sample cryostat geometry
* -# Electric Fields on/off
* -# Magnetic Fields on/off
* -# Sample cryostat grid
* -# Sample cryostat guards
* -# Electric potentials
* -# Carbon foil thickness
* -# Maximal step size in field regions
* -# Sample holder material
* -# Views of the detector
* .
* Many more can be implemented at will by the user.
*/
#ifndef LEMuSRDetectorMessenger_h
#define LEMuSRDetectorMessenger_h 1
@ -72,6 +58,21 @@ class G4UIcmdWithAString;
class G4UIcmdWithoutParameter;
class LEMuSRDetectorConstruction; //modif
/**
* The LEMuSRDetectorMessenger class defines the terminal's commands to operate changes in the detector geometry. The following settings can be personalized:
* -# MCP/Sample cryostat geometry
* -# Electric Fields on/off
* -# Magnetic Fields on/off
* -# Sample cryostat grid
* -# Sample cryostat guards
* -# Electric potentials
* -# Carbon foil thickness
* -# Maximal step size in field regions
* -# Sample holder material
* -# Views of the detector
* .
* Many more can be implemented at will by the user.
*/
class LEMuSRDetectorMessenger : public G4UImessenger {
public:
//! Constructor.