Import Geant4 6.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:56:29 +02:00
parent 1d812b78b1
commit e083ffb441
1415 changed files with 111223 additions and 21207 deletions
@@ -22,14 +22,13 @@
//
//
// $Id: XrayFluoDetectorMessenger.hh
// GEANT4 tag $Name: xray_fluo-V04-01-03
// GEANT4 tag $Name: xray_fluo-V03-02-00
//
// Author: Elena Guardincerri (Elena.Guardincerri@ge.infn.it)
//
// History:
// -----------
// 28 Nov 2001 Elena Guardincerri Created
// 29 Nov 2002 change of sample material added (Alfonso.mantero@ge.infn.it)
//
// -------------------------------------------------------------------
@@ -44,24 +43,29 @@ class G4UIdirectory;
class G4UIcmdWithAString;
class G4UIcmdWithADoubleAndUnit;
class G4UIcmdWithoutParameter;
class G4UIcmdWithABool;
class G4UIcmdWithADoubleAndUnit;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
class XrayFluoDetectorMessenger: public G4UImessenger
{
public:
XrayFluoDetectorMessenger(XrayFluoDetectorConstruction* );
~XrayFluoDetectorMessenger();
void SetNewValue(G4UIcommand*, G4String);
private:
XrayFluoDetectorConstruction* Detector;
G4UIdirectory* detDir;
G4UIcmdWithoutParameter* UpdateCmd;
G4UIcmdWithAString* sampleCmd;
public:
XrayFluoDetectorMessenger(XrayFluoDetectorConstruction* );
~XrayFluoDetectorMessenger();
void SetNewValue(G4UIcommand*, G4String);
private:
XrayFluoDetectorConstruction* Detector;
G4UIdirectory* detDir;
G4UIcmdWithoutParameter* UpdateCmd;
G4UIcmdWithAString* sampleCmd;
G4UIcmdWithAString* detectorCmd;
G4UIcmdWithABool* granularityFlagCmd;
G4UIcmdWithADoubleAndUnit* grainDiaCmd;
};
#endif