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 hadronic/Hadr01/src/HistoMessenger.c << 27 /// \brief Implementation of the HistoMessenge << 28 // 26 // >> 27 // $Id: HistoMessenger.cc,v 1.5 2006-06-29 17:24:18 gunter Exp $ >> 28 // GEANT4 tag $Name: not supported by cvs2svn $ 29 // 29 // >> 30 ///////////////////////////////////////////////////////////////////////// 30 // 31 // 31 //....oooOO0OOooo........oooOO0OOooo........oo << 32 // HistoMessenger 32 //....oooOO0OOooo........oooOO0OOooo........oo << 33 // >> 34 // Created: 31.01.2003 V.Ivanchenko >> 35 // >> 36 // Modified: >> 37 // 04.06.2006 Adoptation of hadr01 (V.Ivanchenko) >> 38 // >> 39 //////////////////////////////////////////////////////////////////////// >> 40 // 33 41 34 #include "HistoMessenger.hh" 42 #include "HistoMessenger.hh" 35 43 36 #include "Histo.hh" 44 #include "Histo.hh" 37 << 38 #include "G4UIcmdWithAString.hh" << 39 #include "G4UIcommand.hh" << 40 #include "G4UIdirectory.hh" 45 #include "G4UIdirectory.hh" >> 46 #include "G4UIcommand.hh" 41 #include "G4UIparameter.hh" 47 #include "G4UIparameter.hh" 42 << 48 #include "G4UIcmdWithAString.hh" >> 49 #include "G4UIcmdWithAnInteger.hh" 43 #include <sstream> 50 #include <sstream> 44 51 45 //....oooOO0OOooo........oooOO0OOooo........oo 52 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 46 53 47 HistoMessenger::HistoMessenger(Histo* hist) : << 54 HistoMessenger::HistoMessenger(Histo* man) : histo (man) 48 { 55 { 49 fHistoDir = new G4UIdirectory("/testhadr/his << 50 fHistoDir->SetGuidance("histograms control") << 51 56 52 fFactoryCmd = new G4UIcmdWithAString("/testh << 57 factoryCmd = new G4UIcmdWithAString("/testhadr/HistoName",this); 53 fFactoryCmd->SetGuidance("set name for the h << 58 factoryCmd->SetGuidance("set name for the histograms file"); 54 59 55 fHistoCmd = new G4UIcommand("/testhadr/histo << 60 fileCmd = new G4UIcmdWithAString("/testhadr/HistoType",this); 56 fHistoCmd->SetGuidance("Set bining of the hi << 61 fileCmd->SetGuidance("set type (hbook, root, aida) for the histograms file"); 57 fHistoCmd->SetGuidance(" nbBins; valMin; va << 62 fileCmd->SetCandidates("hbook root aida"); >> 63 >> 64 optCmd = new G4UIcmdWithAString("/testhadr/HistoOption",this); >> 65 optCmd->SetGuidance("set AIDA option for the histograms file"); >> 66 >> 67 printCmd = new G4UIcmdWithAnInteger("/testhadr/HistoPrint",this); >> 68 printCmd->SetGuidance("Print histogram by ID, if ID=0 - all."); >> 69 printCmd->SetParameterName("pr",false); >> 70 printCmd->AvailableForStates(G4State_PreInit,G4State_Idle); >> 71 >> 72 histoCmd = new G4UIcommand("/testhadr/SetHisto",this); >> 73 histoCmd->SetGuidance("Set bining of the histo number ih :"); >> 74 histoCmd->SetGuidance(" nbBins; valMin; valMax; unit (of vmin and vmax)"); 58 // 75 // 59 G4UIparameter* ih = new G4UIparameter("ih", << 76 G4UIparameter* ih = new G4UIparameter("ih",'i',false); 60 ih->SetGuidance("histo number : from 0 to Ma << 77 ih->SetGuidance("histo number : from 1 to MaxHisto"); 61 fHistoCmd->SetParameter(ih); << 78 ih->SetParameterRange("ih>0"); >> 79 histoCmd->SetParameter(ih); 62 // 80 // 63 G4UIparameter* nbBins = new G4UIparameter("n << 81 G4UIparameter* nbBins = new G4UIparameter("nbBins",'i',false); 64 nbBins->SetGuidance("number of bins"); 82 nbBins->SetGuidance("number of bins"); 65 nbBins->SetParameterRange("nbBins>0"); 83 nbBins->SetParameterRange("nbBins>0"); 66 fHistoCmd->SetParameter(nbBins); << 84 histoCmd->SetParameter(nbBins); 67 // << 85 // 68 G4UIparameter* valMin = new G4UIparameter("v << 86 G4UIparameter* valMin = new G4UIparameter("valMin",'d',false); 69 valMin->SetGuidance("valMin, expressed in un 87 valMin->SetGuidance("valMin, expressed in unit"); 70 fHistoCmd->SetParameter(valMin); << 88 histoCmd->SetParameter(valMin); 71 // << 89 // 72 G4UIparameter* valMax = new G4UIparameter("v << 90 G4UIparameter* valMax = new G4UIparameter("valMax",'d',false); 73 valMax->SetGuidance("valMax, expressed in un 91 valMax->SetGuidance("valMax, expressed in unit"); 74 fHistoCmd->SetParameter(valMax); << 92 histoCmd->SetParameter(valMax); 75 // << 93 // 76 G4UIparameter* unit = new G4UIparameter("uni << 94 G4UIparameter* unit = new G4UIparameter("unit",'s',true); 77 unit->SetGuidance("if omitted, vmin and vmax 95 unit->SetGuidance("if omitted, vmin and vmax are assumed dimensionless"); 78 unit->SetDefaultValue("none"); 96 unit->SetDefaultValue("none"); 79 fHistoCmd->SetParameter(unit); << 97 histoCmd->SetParameter(unit); 80 } 98 } 81 99 82 //....oooOO0OOooo........oooOO0OOooo........oo 100 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 83 101 84 HistoMessenger::~HistoMessenger() 102 HistoMessenger::~HistoMessenger() 85 { 103 { 86 delete fHistoCmd; << 104 delete fileCmd; 87 delete fFactoryCmd; << 105 delete histoCmd; 88 delete fHistoDir; << 106 delete factoryCmd; >> 107 delete optCmd; >> 108 delete printCmd; 89 } 109 } 90 110 91 //....oooOO0OOooo........oooOO0OOooo........oo 111 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 92 112 93 void HistoMessenger::SetNewValue(G4UIcommand* << 113 void HistoMessenger::SetNewValue(G4UIcommand* command,G4String newValues) 94 { 114 { 95 if (command == fFactoryCmd) { << 115 if (command == factoryCmd) 96 fHisto->SetFileName(newValues); << 116 histo->setFileName(newValues); 97 } << 117 >> 118 if (command == fileCmd) >> 119 histo->setFileType(newValues); >> 120 >> 121 if (command == optCmd) >> 122 histo->setFileOption(newValues); 98 123 99 if (command == fHistoCmd) { << 124 if (command == printCmd) >> 125 histo->print(printCmd->GetNewIntValue(newValues)); >> 126 >> 127 if (command == histoCmd) { 100 G4int ih, nbBins; 128 G4int ih, nbBins; 101 G4double vmin, vmax; << 129 G4double vmin,vmax; >> 130 G4String unit; 102 std::istringstream is(newValues); 131 std::istringstream is(newValues); 103 G4String unts; << 132 is >> ih >> nbBins >> vmin >> vmax >> unit; 104 is >> ih >> nbBins >> vmin >> vmax >> unts << 133 G4double vUnit = 1. ; 105 G4String unit = unts; << 134 if (unit != "none" && unit != "") vUnit = G4UIcommand::ValueOf(unit); 106 G4double vUnit = 1.; << 135 histo->setHisto1D(ih,nbBins,vmin,vmax,vUnit); 107 if (unit != "none") { << 136 } 108 vUnit = G4UIcommand::ValueOf(unit); << 109 } << 110 if (vUnit <= 0.0) { << 111 vUnit = 1.; << 112 } << 113 fHisto->SetHisto1D(ih, nbBins, vmin, vmax, << 114 } << 115 } 137 } 116 138 117 //....oooOO0OOooo........oooOO0OOooo........oo 139 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 118 140