Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VisCommandSceneAddTrajectories Class Reference

#include <G4VisCommandsSceneAdd.hh>

+ Inheritance diagram for G4VisCommandSceneAddTrajectories:

Public Member Functions

 G4VisCommandSceneAddTrajectories ()
 
virtual ~G4VisCommandSceneAddTrajectories ()
 
G4String GetCurrentValue (G4UIcommand *command)
 
void SetNewValue (G4UIcommand *command, G4String newValue)
 
- Public Member Functions inherited from G4VVisCommandScene
 G4VVisCommandScene ()
 
virtual ~G4VVisCommandScene ()
 
- Public Member Functions inherited from G4VVisCommand
 G4VVisCommand ()
 
virtual ~G4VVisCommand ()
 
- Public Member Functions inherited from G4UImessenger
 G4UImessenger ()=default
 
 G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
virtual ~G4UImessenger ()
 
G4bool CommandsShouldBeInMaster () const
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VVisCommand
static G4VisManagerGetVisManager ()
 
static void SetVisManager (G4VisManager *pVisManager)
 
static const G4ColourGetCurrentTextColour ()
 
- Protected Member Functions inherited from G4VVisCommandScene
G4String CurrentSceneName ()
 
- Protected Member Functions inherited from G4VVisCommand
void SetViewParameters (G4VViewer *viewer, const G4ViewParameters &viewParams)
 
void RefreshIfRequired (G4VViewer *viewer)
 
void InterpolateViews (G4VViewer *currentViewer, const std::vector< G4ViewParameters > &viewVector, const G4int nInterpolationPoints=50, const G4int waitTimePerPointmilliseconds=20, const G4String &exportString="")
 
void InterpolateToNewView (G4VViewer *currentViewer, const G4ViewParameters &oldVP, const G4ViewParameters &newVP, const G4int nInterpolationPoints=50, const G4int waitTimePerPointmilliseconds=20, const G4String &exportString="")
 
void Twinkle (G4VViewer *currentViewer, const G4ViewParameters &baseVP, const std::vector< std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > > &paths)
 
const G4StringConvertToColourGuidance ()
 
void ConvertToColour (G4Colour &colour, const G4String &redOrString, G4double green, G4double blue, G4double opacity)
 
G4bool ProvideValueOfUnit (const G4String &where, const G4String &unit, const G4String &category, G4double &value)
 
void CopyCameraParameters (G4ViewParameters &target, const G4ViewParameters &from)
 
void CheckSceneAndNotifyHandlers (G4Scene *=nullptr)
 
G4bool CheckView ()
 
void G4VisCommandsSceneAddUnsuccessful (G4VisManager::Verbosity verbosity)
 
void CopyGuidanceFrom (const G4UIcommand *fromCmd, G4UIcommand *toCmd, G4int startLine=0)
 
void CopyParametersFrom (const G4UIcommand *fromCmd, G4UIcommand *toCmd)
 
void DrawExtent (const G4VisExtent &)
 
- Protected Member Functions inherited from G4UImessenger
G4String ItoS (G4int i)
 
G4String LtoS (G4long l)
 
G4String DtoS (G4double a)
 
G4String BtoS (G4bool b)
 
G4int StoI (const G4String &s)
 
G4long StoL (const G4String &s)
 
G4double StoD (const G4String &s)
 
G4bool StoB (const 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)
 
- Static Protected Member Functions inherited from G4VVisCommand
static G4String ConvertToString (G4double x, G4double y, const char *unitName)
 
static G4bool ConvertToDoublePair (const G4String &paramString, G4double &xval, G4double &yval)
 
- Protected Attributes inherited from G4UImessenger
G4UIdirectorybaseDir = nullptr
 
G4String baseDirName = ""
 
G4bool commandsShouldBeInMaster = false
 
- Static Protected Attributes inherited from G4VVisCommand
static G4VisManagerfpVisManager = nullptr
 
static G4int fCurrentArrow3DLineSegmentsPerCircle = 6
 
static G4Colour fCurrentColour = G4Colour::White()
 
static G4double fCurrentLineWidth = 1.
 
static G4Colour fCurrentTextColour = G4Colour::Blue()
 
static G4Text::Layout fCurrentTextLayout = G4Text::left
 
static G4double fCurrentTextSize = 12.
 
static G4PhysicalVolumeModel::TouchableProperties fCurrentTouchableProperties
 
static G4VisExtent fCurrentExtentForField
 
static std::vector< G4PhysicalVolumesSearchScene::FindingsfCurrrentPVFindingsForField
 
static G4bool fThereWasAViewer = false
 
static G4ViewParameters fExistingVP
 
static G4SceneTreeItem fExistingSceneTree
 

Detailed Description

Definition at line 451 of file G4VisCommandsSceneAdd.hh.

Constructor & Destructor Documentation

◆ G4VisCommandSceneAddTrajectories()

G4VisCommandSceneAddTrajectories::G4VisCommandSceneAddTrajectories ( )

Definition at line 2770 of file G4VisCommandsSceneAdd.cc.

2770 {
2771 G4bool omitable;
2772 fpCommand = new G4UIcmdWithAString
2773 ("/vis/scene/add/trajectories", this);
2774 fpCommand -> SetGuidance
2775 ("Adds trajectories to current scene.");
2776 fpCommand -> SetGuidance
2777 ("Causes trajectories, if any, to be drawn at the end of processing an"
2778 "\nevent. Switches on trajectory storing and sets the"
2779 "\ndefault trajectory type.");
2780 fpCommand -> SetGuidance
2781 ("The command line parameter list determines the default trajectory type."
2782 "\nIf it contains the string \"smooth\", auxiliary inter-step points will"
2783 "\nbe inserted to improve the smoothness of the drawing of a curved"
2784 "\ntrajectory."
2785 "\nIf it contains the string \"rich\", significant extra information will"
2786 "\nbe stored in the trajectory (G4RichTrajectory) amenable to modeling"
2787 "\nand filtering with \"/vis/modeling/trajectories/create/drawByAttribute\""
2788 "\nand \"/vis/filtering/trajectories/create/attributeFilter\" commands."
2789 "\nIt may contain both strings in any order.");
2790 fpCommand -> SetGuidance
2791 ("\nTo switch off trajectory storing: \"/tracking/storeTrajectory 0\"."
2792 "\nSee also \"/vis/scene/endOfEventAction\".");
2793 fpCommand -> SetGuidance
2794 ("Note: This only sets the default. Independently of the result of this"
2795 "\ncommand, a user may instantiate a trajectory that overrides this default"
2796 "\nin PreUserTrackingAction.");
2797 fpCommand -> SetParameterName ("default-trajectory-type", omitable = true);
2798 fpCommand -> SetDefaultValue ("");
2799}
bool G4bool
Definition G4Types.hh:86

◆ ~G4VisCommandSceneAddTrajectories()

G4VisCommandSceneAddTrajectories::~G4VisCommandSceneAddTrajectories ( )
virtual

Definition at line 2801 of file G4VisCommandsSceneAdd.cc.

2801 {
2802 delete fpCommand;
2803}

Member Function Documentation

◆ GetCurrentValue()

G4String G4VisCommandSceneAddTrajectories::GetCurrentValue ( G4UIcommand * command)
virtual

Reimplemented from G4UImessenger.

Definition at line 2805 of file G4VisCommandsSceneAdd.cc.

2805 {
2806 return "";
2807}

◆ SetNewValue()

void G4VisCommandSceneAddTrajectories::SetNewValue ( G4UIcommand * command,
G4String newValue )
virtual

Reimplemented from G4UImessenger.

Definition at line 2809 of file G4VisCommandsSceneAdd.cc.

2810 {
2811
2812 G4VisManager::Verbosity verbosity = fpVisManager->GetVerbosity();
2813 G4bool warn = verbosity >= G4VisManager::warnings;
2814
2815 G4Scene* pScene = fpVisManager->GetCurrentScene();
2816 if (!pScene) {
2817 if (verbosity >= G4VisManager::errors) {
2818 G4warn << "ERROR: No current scene. Please create one." << G4endl;
2819 }
2820 return;
2821 }
2822 const G4String& currentSceneName = pScene -> GetName ();
2823
2824 G4bool smooth = false;
2825 G4bool rich = false;
2826 if (newValue.find("smooth") != std::string::npos) smooth = true;
2827 if (newValue.find("rich") != std::string::npos) rich = true;
2828 if (newValue.size() && !(rich || smooth)) {
2829 if (verbosity >= G4VisManager::errors) {
2830 G4warn << "ERROR: Unrecognised parameter \"" << newValue << "\""
2831 "\n No action taken."
2832 << G4endl;
2833 }
2834 return;
2835 }
2836
2837 G4UImanager* UImanager = G4UImanager::GetUIpointer();
2838 G4String defaultTrajectoryType;
2839 if (smooth && rich) {
2840 UImanager->ApplyCommand("/tracking/storeTrajectory 4");
2841 defaultTrajectoryType = "G4RichTrajectory configured for smooth steps";
2842 } else if (smooth) {
2843 UImanager->ApplyCommand("/tracking/storeTrajectory 2");
2844 defaultTrajectoryType = "G4SmoothTrajectory";
2845 } else if (rich) {
2846 UImanager->ApplyCommand("/tracking/storeTrajectory 3");
2847 defaultTrajectoryType = "G4RichTrajectory";
2848 } else {
2849 UImanager->ApplyCommand("/tracking/storeTrajectory 1");
2850 defaultTrajectoryType = "G4Trajectory";
2851 }
2852
2853 if (verbosity >= G4VisManager::errors) {
2854 G4warn <<
2855 "Attributes available for modeling and filtering with"
2856 "\n \"/vis/modeling/trajectories/create/drawByAttribute\" and"
2857 "\n \"/vis/filtering/trajectories/create/attributeFilter\" commands:"
2858 << G4endl;
2859 G4warn << *G4TrajectoriesModel().GetAttDefs();
2860 if (rich) {
2861 G4warn << *G4RichTrajectory().GetAttDefs()
2862 << *G4RichTrajectoryPoint().GetAttDefs();
2863 } else if (smooth) {
2864 G4warn << *G4SmoothTrajectory().GetAttDefs()
2865 << *G4SmoothTrajectoryPoint().GetAttDefs();
2866 } else {
2867 G4warn << *G4Trajectory().GetAttDefs()
2868 << *G4TrajectoryPoint().GetAttDefs();
2869 }
2870 }
2871
2872 const auto& eoeList = pScene->GetEndOfEventModelList();
2873 auto eoeModel = eoeList.begin();
2874 for (; eoeModel != eoeList.end(); ++eoeModel) {
2875 const auto* actualModel = eoeModel->fpModel;
2876 if (dynamic_cast<const G4TrajectoriesModel*>(actualModel)) break;
2877 }
2878 if (eoeModel == eoeList.end()) {
2879 // No trajectories model exists in the scene so create a new one...
2880 G4VModel* model = new G4TrajectoriesModel();
2881 pScene -> AddEndOfEventModel (model, warn);
2882 } // ...else it already exists and there is no need to add a new one
2883 // because G4TrajectoriesModel simply describes trajectories in the
2884 // trajectories store whatever the type.
2885
2886 if (verbosity >= G4VisManager::confirmations) {
2887 G4cout << "Default trajectory type " << defaultTrajectoryType
2888 << "\n will be used to store trajectories for scene \""
2889 << currentSceneName << "\"."
2890 << G4endl;
2891 }
2892
2893 if (verbosity >= G4VisManager::warnings) {
2894 G4warn <<
2895 "WARNING: Trajectory storing has been requested. This action may be"
2896 "\n reversed with \"/tracking/storeTrajectory 0\"."
2897 << G4endl;
2898 }
2899
2901}
#define G4warn
Definition G4Scene.cc:41
#define G4endl
Definition G4ios.hh:67
G4GLOB_DLL std::ostream G4cout
const std::vector< Model > & GetEndOfEventModelList() const
G4int ApplyCommand(const char *aCommand)
static G4UImanager * GetUIpointer()
void CheckSceneAndNotifyHandlers(G4Scene *=nullptr)
static G4VisManager * fpVisManager

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