![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/analysis/management/include/G4PlotMessenger.hh>
Inheritance diagram for G4PlotMessenger:
Collaboration diagram for G4PlotMessenger:Public Member Functions | |
| G4PlotMessenger (G4PlotParameters *plotParameters) | |
| virtual | ~G4PlotMessenger () |
| virtual void | SetNewValue (G4UIcommand *command, G4String value) final |
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 |
| G4bool | CommandsShouldBeInMaster () const |
Private Member Functions | |
| void | SetStyleCmd () |
| void | SetLayoutCmd () |
| void | SetDimensionsCmd () |
Private Attributes | |
| G4PlotParameters * | fPlotParameters |
| Associated class. | |
| std::unique_ptr < G4AnalysisMessengerHelper > | fHelper |
| std::unique_ptr< G4UIdirectory > | fDirectory |
| std::unique_ptr< G4UIcommand > | fSetLayoutCmd |
| std::unique_ptr< G4UIcommand > | fSetDimensionsCmd |
| std::unique_ptr < G4UIcmdWithAString > | fSetStyleCmd |
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) |
| G4long | StoL (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 | |
| G4UIdirectory * | baseDir |
| G4String | baseDirName |
| G4bool | commandsShouldBeInMaster |
Definition at line 46 of file G4PlotMessenger.hh.
View newest version in sPHENIX GitHub at line 46 of file G4PlotMessenger.hh
|
explicit |
Definition at line 47 of file G4PlotMessenger.cc.
View newest version in sPHENIX GitHub at line 47 of file G4PlotMessenger.cc
References fDirectory, fHelper, SetDimensionsCmd(), SetLayoutCmd(), and SetStyleCmd().
Here is the call graph for this function:
|
virtual |
Definition at line 66 of file G4PlotMessenger.cc.
View newest version in sPHENIX GitHub at line 66 of file G4PlotMessenger.cc
|
private |
Definition at line 133 of file G4PlotMessenger.cc.
View newest version in sPHENIX GitHub at line 133 of file G4PlotMessenger.cc
References fSetDimensionsCmd, G4State_Idle, G4State_PreInit, and width.
Referenced by G4PlotMessenger().
Here is the caller graph for this function:
|
private |
Definition at line 94 of file G4PlotMessenger.cc.
View newest version in sPHENIX GitHub at line 94 of file G4PlotMessenger.cc
References G4String::append(), fPlotParameters, fSetLayoutCmd, G4State_Idle, G4State_PreInit, G4PlotParameters::GetMaxColumns(), and G4PlotParameters::GetMaxRows().
Referenced by G4PlotMessenger().
Here is the call graph for this function:
Here is the caller graph for this function:
|
finalvirtual |
Reimplemented from G4UImessenger.
Definition at line 153 of file G4PlotMessenger.cc.
View newest version in sPHENIX GitHub at line 153 of file G4PlotMessenger.cc
References G4UIcommand::ConvertToInt(), fHelper, fPlotParameters, fSetDimensionsCmd, fSetLayoutCmd, fSetStyleCmd, G4UIcommand::GetParameterEntries(), Dataset::parameters, G4PlotParameters::SetDimensions(), G4PlotParameters::SetLayout(), G4PlotParameters::SetStyle(), G4Analysis::Tokenize(), and width.
Here is the call graph for this function:
|
private |
Definition at line 74 of file G4PlotMessenger.cc.
View newest version in sPHENIX GitHub at line 74 of file G4PlotMessenger.cc
References fPlotParameters, fSetStyleCmd, G4State_Idle, G4State_PreInit, and G4PlotParameters::GetAvailableStyles().
Referenced by G4PlotMessenger().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 62 of file G4PlotMessenger.hh.
View newest version in sPHENIX GitHub at line 62 of file G4PlotMessenger.hh
Referenced by G4PlotMessenger().
|
private |
Definition at line 61 of file G4PlotMessenger.hh.
View newest version in sPHENIX GitHub at line 61 of file G4PlotMessenger.hh
Referenced by G4PlotMessenger(), and SetNewValue().
|
private |
Associated class.
Definition at line 60 of file G4PlotMessenger.hh.
View newest version in sPHENIX GitHub at line 60 of file G4PlotMessenger.hh
Referenced by SetLayoutCmd(), SetNewValue(), and SetStyleCmd().
|
private |
Definition at line 65 of file G4PlotMessenger.hh.
View newest version in sPHENIX GitHub at line 65 of file G4PlotMessenger.hh
Referenced by SetDimensionsCmd(), and SetNewValue().
|
private |
Definition at line 64 of file G4PlotMessenger.hh.
View newest version in sPHENIX GitHub at line 64 of file G4PlotMessenger.hh
Referenced by SetLayoutCmd(), and SetNewValue().
|
private |
Definition at line 66 of file G4PlotMessenger.hh.
View newest version in sPHENIX GitHub at line 66 of file G4PlotMessenger.hh
Referenced by SetNewValue(), and SetStyleCmd().