46    fExGPSHisto(histoManager),
 
   55   fExGPSHistoDir->SetGuidance(
"exGPS analysis control.");
 
   58   fFileNameCmd->SetGuidance(
"Input the name for the ROOT output file.");
 
   59   fFileNameCmd->SetParameterName(
"filename",
true,
true);
 
   60   fFileNameCmd->SetDefaultValue(
"exgps");
 
   64   fMaxEngCmd->SetGuidance(
"Sets the maximum energy of histo");
 
   65   fMaxEngCmd->SetParameterName(
"maxeng",
true,
true);
 
   66   fMaxEngCmd->SetDefaultUnit(
"keV");
 
   67   fMaxEngCmd->SetUnitCandidates(
"eV keV MeV GeV TeV PeV");
 
   70   fMinEngCmd->SetGuidance(
"Sets the minimum energy of histo");
 
   71   fMinEngCmd->SetParameterName(
"mineng",
true,
true);
 
   72   fMinEngCmd->SetDefaultUnit(
"keV");
 
   73   fMinEngCmd->SetUnitCandidates(
"eV keV MeV GeV TeV PeV");
 
   76   fMaxPosCmd->SetGuidance(
"Set max length of source position");
 
   77   fMaxPosCmd->SetParameterName(
"maxpos",
true,
true);
 
   78   fMaxPosCmd->SetDefaultUnit(
"cm");
 
   79   fMaxPosCmd->SetUnitCandidates(
"micron mm cm m km");
 
   82   fMinPosCmd->SetGuidance(
"Set min length of source position");
 
   83   fMinPosCmd->SetParameterName(
"minpos",
true,
true);
 
   84   fMinPosCmd->SetDefaultUnit(
"cm");
 
   85   fMinPosCmd->SetUnitCandidates(
"micron mm cm m km");
 
  108   if( command == fFileNameCmd )
 
  112   else if( command == fMaxPosCmd)
 
  116   else if( command == fMinPosCmd)
 
  120   else if( command == fMaxEngCmd)
 
  124   else if( command == fMinEngCmd)
 
Definition of the exGPSHistoMessenger class. 
 
static G4double GetNewDoubleValue(const char *paramString)
 
virtual ~exGPSHistoMessenger()
 
void SetFileName(G4String name)
 
void SetEMax(G4double emax)
 
virtual void SetNewValue(G4UIcommand *, G4String)
 
Definition of the exGPSHistoManager class. 
 
exGPSHistoMessenger(exGPSHistoManager *)
 
void SetPosMin(G4double posmin)
 
void SetPosMax(G4double posmax)
 
void SetEMin(G4double emin)