#include <RE05StackingActionMessenger.hh>
Definition at line 40 of file RE05StackingActionMessenger.cc.
43 fMuonCmd(0), fIsoMuonCmd(0), fIsoCmd(0), fRoiCmd(0)
46 fMuonCmd->
SetGuidance(
"Number of muon for the trigger.");
52 fIsoMuonCmd->
SetGuidance(
"Number of isolated muon for the trigger.");
58 fIsoCmd->
SetGuidance(
"Maximum allowed number of hits in tracker");
59 fIsoCmd->
SetGuidance(
" for an isolated muon track (includes hits by muon)");
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void SetDefaultUnit(const char *defUnit)
void SetDefaultValue(G4int defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
RE05StackingActionMessenger::~RE05StackingActionMessenger |
( |
| ) |
|
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 96 of file RE05StackingActionMessenger.cc.
100 if( command==fMuonCmd )
102 else if( command==fIsoMuonCmd )
104 else if( command==fIsoCmd )
106 else if( command==fRoiCmd )
static G4String ConvertToString(G4bool boolVal)
G4int GetNRequestIsoMuon() const
G4int GetNRequestMuon() const
G4double GetRoIAngle() const
G4int GetNIsolation() const
Reimplemented from G4UImessenger.
Definition at line 82 of file RE05StackingActionMessenger.cc.
84 if( command==fMuonCmd )
86 else if( command==fIsoMuonCmd )
88 else if( command==fIsoCmd )
90 else if( command==fRoiCmd )
void SetNRequestMuon(G4int val)
static G4int GetNewIntValue(const char *paramString)
static G4double GetNewDoubleValue(const char *paramString)
void SetRoIAngle(G4double val)
void SetNIsolation(G4int val)
void SetNRequestIsoMuon(G4int val)
The documentation for this class was generated from the following files: