Geant4  10.00.p02
CexmcChargeExchangeReconstructorMessenger Class Reference

#include <CexmcChargeExchangeReconstructorMessenger.hh>

+ Inheritance diagram for CexmcChargeExchangeReconstructorMessenger:
+ Collaboration diagram for CexmcChargeExchangeReconstructorMessenger:

Public Member Functions

 CexmcChargeExchangeReconstructorMessenger (CexmcChargeExchangeReconstructor *reconstructor)
 
 ~CexmcChargeExchangeReconstructorMessenger ()
 
void SetNewValue (G4UIcommand *cmd, G4String value)
 
- Public Member Functions inherited from G4UImessenger
 G4UImessenger ()
 
 G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
virtual ~G4UImessenger ()
 
virtual G4String GetCurrentValue (G4UIcommand *command)
 
G4bool operator== (const G4UImessenger &messenger) const
 

Private Attributes

CexmcChargeExchangeReconstructorreconstructor
 
G4UIcmdWithABooluseTableMass
 
G4UIcmdWithABooluseMassCut
 
G4UIcmdWithADoubleAndUnitmCutOPCenter
 
G4UIcmdWithADoubleAndUnitmCutNOPCenter
 
G4UIcmdWithADoubleAndUnitmCutOPWidth
 
G4UIcmdWithADoubleAndUnitmCutNOPWidth
 
G4UIcmdWithADoubleAndUnitmCutAngle
 
G4UIcmdWithABooluseAbsorbedEnergyCut
 
G4UIcmdWithADoubleAndUnitaeCutCLCenter
 
G4UIcmdWithADoubleAndUnitaeCutCRCenter
 
G4UIcmdWithADoubleAndUnitaeCutCLWidth
 
G4UIcmdWithADoubleAndUnitaeCutCRWidth
 
G4UIcmdWithADoubleAndUnitaeCutAngle
 
G4UIcmdWithADoubleAndUnitsetExpectedMomentumAmp
 
G4UIcmdWithADoubleAndUnitsetExpectedMomentumAmpDiff
 
G4UIcmdWithAStringsetEDCollectionAlgorithm
 

Additional Inherited Members

- Protected Member Functions inherited from G4UImessenger
G4String ItoS (G4int i)
 
G4String DtoS (G4double a)
 
G4String BtoS (G4bool b)
 
G4int StoI (G4String s)
 
G4double StoD (G4String s)
 
G4bool StoB (G4String s)
 
void AddUIcommand (G4UIcommand *newCommand)
 
void CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
template<typename T >
T * CreateCommand (const G4String &cname, const G4String &dsc)
 
- Protected Attributes inherited from G4UImessenger
G4UIdirectorybaseDir
 
G4String baseDirName
 

Detailed Description

Definition at line 56 of file CexmcChargeExchangeReconstructorMessenger.hh.

Constructor & Destructor Documentation

Member Function Documentation

void CexmcChargeExchangeReconstructorMessenger::SetNewValue ( G4UIcommand cmd,
G4String  value 
)
virtual

Reimplemented from G4UImessenger.

Definition at line 268 of file CexmcChargeExchangeReconstructorMessenger.cc.

References aeCutAngle, aeCutCLCenter, aeCutCLWidth, aeCutCRCenter, aeCutCRWidth, CexmcCollectEDInAdjacentCrystals, CexmcCollectEDInAllCrystals, G4UIcmdWithABool::GetNewBoolValue(), G4UIcmdWithADoubleAndUnit::GetNewDoubleValue(), mCutAngle, mCutNOPCenter, mCutNOPWidth, mCutOPCenter, mCutOPWidth, reconstructor, CexmcChargeExchangeReconstructor::SetAbsorbedEnergyCutCLCenter(), CexmcChargeExchangeReconstructor::SetAbsorbedEnergyCutCLWidth(), CexmcChargeExchangeReconstructor::SetAbsorbedEnergyCutCRCenter(), CexmcChargeExchangeReconstructor::SetAbsorbedEnergyCutCRWidth(), CexmcChargeExchangeReconstructor::SetAbsorbedEnergyCutEllipseAngle(), setEDCollectionAlgorithm, CexmcChargeExchangeReconstructor::SetEDCollectionAlgorithm(), setExpectedMomentumAmp, CexmcChargeExchangeReconstructor::SetExpectedMomentumAmp(), setExpectedMomentumAmpDiff, CexmcChargeExchangeReconstructor::SetExpectedMomentumAmpDiff(), CexmcChargeExchangeReconstructor::SetMassCutEllipseAngle(), CexmcChargeExchangeReconstructor::SetMassCutNOPCenter(), CexmcChargeExchangeReconstructor::SetMassCutNOPWidth(), CexmcChargeExchangeReconstructor::SetMassCutOPCenter(), CexmcChargeExchangeReconstructor::SetMassCutOPWidth(), useAbsorbedEnergyCut, CexmcChargeExchangeReconstructor::UseAbsorbedEnergyCut(), useMassCut, CexmcChargeExchangeReconstructor::UseMassCut(), useTableMass, and CexmcChargeExchangeReconstructor::UseTableMass().

+ Here is the call graph for this function:

Member Data Documentation

G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::aeCutAngle
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::aeCutCLCenter
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::aeCutCLWidth
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::aeCutCRCenter
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::aeCutCRWidth
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::mCutAngle
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::mCutNOPCenter
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::mCutNOPWidth
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::mCutOPCenter
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::mCutOPWidth
private
CexmcChargeExchangeReconstructor* CexmcChargeExchangeReconstructorMessenger::reconstructor
private

Definition at line 68 of file CexmcChargeExchangeReconstructorMessenger.hh.

Referenced by SetNewValue().

G4UIcmdWithAString* CexmcChargeExchangeReconstructorMessenger::setEDCollectionAlgorithm
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::setExpectedMomentumAmp
private
G4UIcmdWithADoubleAndUnit* CexmcChargeExchangeReconstructorMessenger::setExpectedMomentumAmpDiff
private
G4UIcmdWithABool* CexmcChargeExchangeReconstructorMessenger::useAbsorbedEnergyCut
private
G4UIcmdWithABool* CexmcChargeExchangeReconstructorMessenger::useMassCut
private
G4UIcmdWithABool* CexmcChargeExchangeReconstructorMessenger::useTableMass
private

The documentation for this class was generated from the following files: