48 GammaRayTelAnalysisMessenger::GammaRayTelAnalysisMessenger(GammaRayTelAnalysis* analysis)
 
   49   :gammaRayTelAnalysis(analysis)
 
   53   gammaRayTelAnalysisDir->SetGuidance(
"GammaRayTel analysis control.");
 
   56   Histo2DModeCmd->SetGuidance(
"Select the mode for the 2d histograms.");
 
   57   Histo2DModeCmd->SetGuidance(
"Choice: position, strip(default)");
 
   58   Histo2DModeCmd->SetGuidance(
"position -> the histo is filled with true positions in mm");
 
   59   Histo2DModeCmd->SetGuidance(
"strip -> the histo is filled with the number of the strip and the plane");
 
   60   Histo2DModeCmd->SetParameterName(
"choice",
true);
 
   61   Histo2DModeCmd->SetDefaultValue(
"strip");
 
   62   Histo2DModeCmd->SetCandidates(
"position strip");
 
   68 GammaRayTelAnalysisMessenger::~GammaRayTelAnalysisMessenger()
 
   70   delete Histo2DModeCmd; 
 
   78   if( command == Histo2DModeCmd )
 
   79     { gammaRayTelAnalysis->SetHisto2DMode(newValue);}