43 :xrayFluoAnalysis(analysisManager)
47 FCALAnalysisDir->SetGuidance(
"analysis control.");
50 ouputFileCommand->SetGuidance(
"specify the name of the output file (lowercase for Hbook)");
51 ouputFileCommand->SetGuidance(
"default: xrayfluo.hbk");
52 ouputFileCommand->SetParameterName(
"choice",
true);
53 ouputFileCommand->SetDefaultValue(
"fcal.his");
59 FCALAnalysisMessenger::~FCALAnalysisMessenger()
62 delete FCALAnalysisDir;
71 if(command == ouputFileCommand)
72 {xrayFluoAnalysis->SetOutputFileName(newValue);}