33 #ifndef G4HnMessenger_h 
   34 #define G4HnMessenger_h 1 
   58     void SetHnActivationCmd();
 
   59     void SetHnActivationToAllCmd();
 
   60     void SetHnPlottingCmd();
 
   61     void SetHnPlottingToAllCmd();
 
   64     std::unique_ptr<G4AnalysisMessengerHelper>   fHelper;
 
   66     std::unique_ptr<G4UIcmdWithAnInteger>  fSetHnAsciiCmd;   
 
   67     std::unique_ptr<G4UIcommand>       fSetHnActivationCmd;   
 
   68     std::unique_ptr<G4UIcmdWithABool>  fSetHnActivationAllCmd;   
 
   69     std::unique_ptr<G4UIcommand>       fSetHnPlottingCmd;   
 
   70     std::unique_ptr<G4UIcmdWithABool>  fSetHnPlottingAllCmd;   
 
virtual void SetNewValue(G4UIcommand *command, G4String value) final
 
const XML_Char int const XML_Char * value
 
G4HnMessenger(G4HnManager &manager)