Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // 26 /// \file field/BlineTracer/src/G4BlineTracerM 26 /// \file field/BlineTracer/src/G4BlineTracerMessenger.cc 27 /// \brief Implementation of the G4BlineTracer 27 /// \brief Implementation of the G4BlineTracerMessenger class 28 // 28 // 29 // 29 // >> 30 // $Id$ 30 // 31 // 31 // ------------------------------------------- 32 // -------------------------------------------------------------------- 32 // 33 // 33 // G4BlineTracerMessenger implementation 34 // G4BlineTracerMessenger implementation 34 // 35 // 35 // ------------------------------------------- 36 // -------------------------------------------------------------------- 36 // Author: Laurent Desorgher (desorgher@phim.u 37 // Author: Laurent Desorgher (desorgher@phim.unibe.ch) 37 // Created - 2003-10-06 38 // Created - 2003-10-06 38 // ------------------------------------------- 39 // -------------------------------------------------------------------- 39 40 40 #include "G4BlineTracerMessenger.hh" 41 #include "G4BlineTracerMessenger.hh" 41 << 42 #include "G4BlineEventAction.hh" << 43 #include "G4BlineTracer.hh" 42 #include "G4BlineTracer.hh" 44 #include "G4UIcmdWith3Vector.hh" << 43 #include "G4BlineEventAction.hh" 45 #include "G4UIcmdWithABool.hh" << 44 >> 45 #include "G4UImessenger.hh" >> 46 #include "G4UIdirectory.hh" >> 47 #include "G4UIcommand.hh" 46 #include "G4UIcmdWithADouble.hh" 48 #include "G4UIcmdWithADouble.hh" 47 #include "G4UIcmdWithADoubleAndUnit.hh" 49 #include "G4UIcmdWithADoubleAndUnit.hh" 48 #include "G4UIcmdWithAnInteger.hh" 50 #include "G4UIcmdWithAnInteger.hh" 49 #include "G4UIcmdWithoutParameter.hh" 51 #include "G4UIcmdWithoutParameter.hh" 50 #include "G4UIcommand.hh" << 52 #include "G4UIcmdWith3Vector.hh" 51 #include "G4UIdirectory.hh" << 53 #include "G4UIcmdWithABool.hh" 52 #include "G4UImessenger.hh" << 53 54 54 //....oooOO0OOooo........oooOO0OOooo........oo << 55 /////////////////////////////////////////////////////////////////////////// 55 56 56 G4BlineTracerMessenger::G4BlineTracerMessenger << 57 G4BlineTracerMessenger::G4BlineTracerMessenger( G4BlineTracer* aBlineTool ) 57 : fTheBlineTool(aBlineTool) << 58 { 58 { >> 59 fTheBlineTool = aBlineTool; 59 fBlineToolDir = new G4UIdirectory("/vis/blin 60 fBlineToolDir = new G4UIdirectory("/vis/blineTracer/"); 60 fBlineToolDir->SetGuidance("Commands to trac 61 fBlineToolDir->SetGuidance("Commands to trace and visualise magnetic field lines."); 61 fBlineToolDir->SetGuidance("These commands w 62 fBlineToolDir->SetGuidance("These commands work only if a magnetic-field is set"); 62 fBlineToolDir->SetGuidance("in the applicati 63 fBlineToolDir->SetGuidance("in the application."); 63 64 64 // commands 65 // commands 65 66 66 fBlineCmd = new G4UIcmdWithAnInteger("/vis/b << 67 fBlineCmd = new G4UIcmdWithAnInteger("/vis/blineTracer/computeBline",this); 67 fBlineCmd->SetGuidance("Compute magnetic fie 68 fBlineCmd->SetGuidance("Compute magnetic field lines for visualisation."); 68 fBlineCmd->SetParameterName("nb_of_lines", f << 69 fBlineCmd->SetParameterName("nb_of_lines",false); 69 fBlineCmd->AvailableForStates(G4State_PreIni << 70 fBlineCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 70 << 71 71 fSetMaxTrackingStepCmd = new G4UIcmdWithADou << 72 fSetMaxTrackingStepCmd = >> 73 new G4UIcmdWithADoubleAndUnit("/vis/blineTracer/setMaxStepLength",this); 72 fSetMaxTrackingStepCmd->SetGuidance("Set the 74 fSetMaxTrackingStepCmd->SetGuidance("Set the maximum length of tracking step"); 73 fSetMaxTrackingStepCmd->SetGuidance("when in 75 fSetMaxTrackingStepCmd->SetGuidance("when integrating magnetic field line."); 74 fSetMaxTrackingStepCmd->AvailableForStates(G << 76 fSetMaxTrackingStepCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 75 << 77 76 fSetDrawColourCmd = new G4UIcmdWith3Vector(" << 78 fSetDrawColourCmd = new G4UIcmdWith3Vector("/vis/blineTracer/setColour",this); 77 fSetDrawColourCmd->SetGuidance("Set the colo 79 fSetDrawColourCmd->SetGuidance("Set the colour drawing trajectories"); 78 fSetDrawColourCmd->SetGuidance("and magnetic 80 fSetDrawColourCmd->SetGuidance("and magnetic field lines."); 79 fSetDrawColourCmd->AvailableForStates(G4Stat << 81 fSetDrawColourCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 80 82 81 fSetDrawBlineCmd = new G4UIcmdWithABool("/vi << 83 fSetDrawBlineCmd = new G4UIcmdWithABool("/vis/blineTracer/stockLines",this); 82 fSetDrawBlineCmd->SetGuidance("If true field 84 fSetDrawBlineCmd->SetGuidance("If true field lines are stocked in lines"); 83 fSetDrawBlineCmd->SetGuidance("to be drawn." 85 fSetDrawBlineCmd->SetGuidance("to be drawn."); 84 fSetDrawBlineCmd->SetParameterName("StockLin << 86 fSetDrawBlineCmd->SetParameterName("StockLines",false); 85 fSetDrawBlineCmd->AvailableForStates(G4State << 87 fSetDrawBlineCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 86 << 88 87 fSetDrawPointsCmd = new G4UIcmdWithABool("/v << 89 fSetDrawPointsCmd = new G4UIcmdWithABool("/vis/blineTracer/stockPoints",this); 88 fSetDrawPointsCmd->SetGuidance("If true step 90 fSetDrawPointsCmd->SetGuidance("If true step field line points are stocked"); 89 fSetDrawPointsCmd->SetGuidance("in vector of 91 fSetDrawPointsCmd->SetGuidance("in vector of points to be drawn."); 90 fSetDrawPointsCmd->SetParameterName("StockPo << 92 fSetDrawPointsCmd->SetParameterName("StockPoints",false); 91 fSetDrawPointsCmd->AvailableForStates(G4Stat << 93 fSetDrawPointsCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 92 << 94 93 fSetPointSizeCmd = new G4UIcmdWithADouble("/ << 95 fSetPointSizeCmd = new G4UIcmdWithADouble("/vis/blineTracer/setPointSize",this); 94 fSetPointSizeCmd->SetGuidance("Set the size 96 fSetPointSizeCmd->SetGuidance("Set the size of points for drawing."); 95 fSetPointSizeCmd->SetParameterName("StepSize << 97 fSetPointSizeCmd->SetParameterName("StepSize",false); 96 fSetPointSizeCmd->AvailableForStates(G4State << 98 fSetPointSizeCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 97 << 99 98 fDrawCmd = new G4UIcmdWithoutParameter("/vis << 100 fDrawCmd = new G4UIcmdWithoutParameter("/vis/blineTracer/show",this); 99 fDrawCmd->SetGuidance("Show the stored magne 101 fDrawCmd->SetGuidance("Show the stored magnetic field lines."); 100 fDrawCmd->AvailableForStates(G4State_PreInit << 102 fDrawCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 101 << 103 102 fResetCmd = new G4UIcmdWithoutParameter("/vi << 104 fResetCmd = >> 105 new G4UIcmdWithoutParameter("/vis/blineTracer/resetMaterialToBeDrawn",this); 103 fResetCmd->SetGuidance("Clear the vectors of 106 fResetCmd->SetGuidance("Clear the vectors of lines and points to be drawn."); 104 fResetCmd->AvailableForStates(G4State_PreIni << 107 fResetCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 105 } 108 } 106 109 107 //....oooOO0OOooo........oooOO0OOooo........oo << 110 /////////////////////////////////////////////////////////////////////////// 108 111 109 G4BlineTracerMessenger::~G4BlineTracerMessenge 112 G4BlineTracerMessenger::~G4BlineTracerMessenger() 110 { 113 { 111 delete fResetCmd; 114 delete fResetCmd; 112 delete fDrawCmd; 115 delete fDrawCmd; 113 delete fSetPointSizeCmd; 116 delete fSetPointSizeCmd; 114 delete fSetDrawPointsCmd; 117 delete fSetDrawPointsCmd; 115 delete fSetDrawBlineCmd; 118 delete fSetDrawBlineCmd; 116 delete fSetDrawColourCmd; 119 delete fSetDrawColourCmd; 117 delete fSetMaxTrackingStepCmd; 120 delete fSetMaxTrackingStepCmd; 118 delete fBlineCmd; 121 delete fBlineCmd; 119 delete fBlineToolDir; 122 delete fBlineToolDir; 120 } << 123 } 121 124 122 //....oooOO0OOooo........oooOO0OOooo........oo << 125 /////////////////////////////////////////////////////////////////////////// 123 126 124 void G4BlineTracerMessenger::SetNewValue(G4UIc << 127 void G4BlineTracerMessenger::SetNewValue( G4UIcommand * command, 125 { << 128 G4String newValues ) >> 129 { 126 if (command == fBlineCmd) 130 if (command == fBlineCmd) 127 fTheBlineTool->ComputeBlines(1); 131 fTheBlineTool->ComputeBlines(1); 128 else if (command == fSetMaxTrackingStepCmd) << 132 else if( command == fSetMaxTrackingStepCmd ) 129 fTheBlineTool->SetMaxTrackingStep(fSetMaxT << 133 fTheBlineTool->SetMaxTrackingStep(fSetMaxTrackingStepCmd 130 else if (command == fSetDrawBlineCmd) << 134 ->GetNewDoubleValue(newValues)); 131 fTheBlineTool->GetEventAction()->SetDrawBl << 135 else if( command == fSetDrawBlineCmd ) 132 else if (command == fSetDrawColourCmd) { << 136 fTheBlineTool->GetEventAction()->SetDrawBline(fSetDrawBlineCmd 133 G4ThreeVector vec = fSetDrawColourCmd->Get << 137 ->GetNewBoolValue(newValues)); 134 fTheBlineTool->GetEventAction()->SetDrawCo << 138 else if( command == fSetDrawColourCmd ) >> 139 { >> 140 G4ThreeVector vec=fSetDrawColourCmd->GetNew3VectorValue(newValues); >> 141 fTheBlineTool->GetEventAction()-> >> 142 SetDrawColour(G4Colour(vec.x(),vec.y(),vec.z())); 135 } 143 } 136 else if (command == fSetDrawPointsCmd) << 144 else if( command == fSetDrawPointsCmd ) 137 fTheBlineTool->GetEventAction()->SetDrawPo << 145 fTheBlineTool->GetEventAction()->SetDrawPoints(fSetDrawPointsCmd 138 else if (command == fSetPointSizeCmd) << 146 ->GetNewBoolValue(newValues)); 139 fTheBlineTool->GetEventAction()->SetPointS << 147 else if( command == fSetPointSizeCmd ) 140 else if (command == fDrawCmd) << 148 fTheBlineTool->GetEventAction()->SetPointSize(fSetPointSizeCmd 141 fTheBlineTool->GetEventAction()->DrawField << 149 ->GetNewDoubleValue(newValues)); 142 else if (command == fResetCmd) << 150 else if( command == fDrawCmd ) >> 151 fTheBlineTool->GetEventAction()->DrawFieldLines(.5,45.,45.); >> 152 else if( command == fResetCmd ) 143 fTheBlineTool->GetEventAction()->ResetVect 153 fTheBlineTool->GetEventAction()->ResetVectorObjectToBeDrawn(); 144 } 154 } 145 155