34 #include "HistoMessenger.hh" 
   56   fFactoryCmd->
SetGuidance(
"set name for the histograms file");
 
   59   fFileCmd->
SetGuidance(
"set type (hbook, XML) for the histograms file");
 
   61   fHistoCmd = 
new G4UIcommand(
"/testhadr/histo/setHisto",
this);
 
   62   fHistoCmd->
SetGuidance(
"Set bining of the histo number ih :");
 
   63   fHistoCmd->
SetGuidance(
"  nbBins; valMin; valMax; unit (of vmin and vmax)");
 
   66   ih->
SetGuidance(
"histo number : from 0 to MaxHisto-1");
 
   83   unit->
SetGuidance(
"if omitted, vmin and vmax are assumed dimensionless");
 
  103   if (command == fFactoryCmd) { fHisto->
SetFileName(newValues); }
 
  105   if (command == fFileCmd)    { fHisto->
SetFileType(newValues); }
 
  107   if (command == fHistoCmd) {
 
  110     std::istringstream is(newValues);
 
  112     is >> ih >> nbBins >> vmin >> vmax >> unts;
 
  116     if(vUnit <= 0.0)   { vUnit = 1.; }
 
  117     fHisto->
SetHisto1D(ih,nbBins,vmin,vmax,vUnit);
 
void SetParameter(G4UIparameter *const newParameter)
 
void SetNewValue(G4UIcommand *, G4String)
 
void SetParameterRange(const char *theRange)
 
void SetDefaultValue(const char *theDefaultValue)
 
HistoMessenger(HistoManager *)
 
void SetGuidance(const char *aGuidance)
 
static G4double ValueOf(const char *unitName)
 
void SetHisto1D(G4int, G4int, G4double, G4double, G4double)
 
void SetFileType(const G4String &)
 
void SetGuidance(const char *theGuidance)
 
void SetFileName(const G4String &)