Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/persistency/gdml/G01/load_gdml.cc

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/extended/persistency/gdml/G01/load_gdml.cc (Version 11.3.0) and /examples/extended/persistency/gdml/G01/load_gdml.cc (Version 10.7)


  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 persistency/gdml/G01/load_gdml.cc        26 /// \file persistency/gdml/G01/load_gdml.cc
 27 /// \brief Main program of the persistency/gdm     27 /// \brief Main program of the persistency/gdml/G01 example
 28 //                                                 28 //
 29 //                                                 29 //
 30 //                                                 30 //
 31 //                                                 31 //
 32 // -------------------------------------------     32 // --------------------------------------------------------------
 33 //      GEANT 4 - load_gdml                        33 //      GEANT 4 - load_gdml
 34 //                                                 34 //
 35 // -------------------------------------------     35 // --------------------------------------------------------------
 36                                                    36 
 37 #include "FTFP_BERT.hh"                        <<  37 #include <vector>
 38 #include "G01ActionInitialization.hh"          << 
 39 #include "G01DetectorConstruction.hh"          << 
 40 #include "G01PrimaryGeneratorAction.hh"        << 
 41                                                    38 
 42 #include "G4GDMLParser.hh"                     << 
 43 #include "G4LogicalVolumeStore.hh"             << 
 44 #include "G4RunManagerFactory.hh"              << 
 45 #include "G4TransportationManager.hh"          << 
 46 #include "G4Types.hh"                              39 #include "G4Types.hh"
 47 #include "G4UIExecutive.hh"                    <<  40 
                                                   >>  41 #include "G4RunManagerFactory.hh"
                                                   >>  42 
 48 #include "G4UImanager.hh"                          43 #include "G4UImanager.hh"
                                                   >>  44 
                                                   >>  45 #include "G4LogicalVolumeStore.hh"
                                                   >>  46 #include "G4TransportationManager.hh"
                                                   >>  47 
                                                   >>  48 #include "G01PrimaryGeneratorAction.hh"
                                                   >>  49 #include "G01DetectorConstruction.hh"
                                                   >>  50 #include "G01ActionInitialization.hh"
                                                   >>  51 
                                                   >>  52 #include "FTFP_BERT.hh"
                                                   >>  53 
 49 #include "G4VisExecutive.hh"                       54 #include "G4VisExecutive.hh"
                                                   >>  55 #include "G4UIExecutive.hh"
 50                                                    56 
 51 #include <vector>                              <<  57 #include "G4GDMLParser.hh"
 52                                                    58 
 53 void print_aux(const G4GDMLAuxListType* auxInf <<  59 void print_aux(const G4GDMLAuxListType* auxInfoList, G4String prepend="|")
 54 {                                                  60 {
 55   for (std::vector<G4GDMLAuxStructType>::const <<  61   for(std::vector<G4GDMLAuxStructType>::const_iterator
 56        iaux != auxInfoList->end(); iaux++)     <<  62       iaux = auxInfoList->begin(); iaux != auxInfoList->end(); iaux++ )
 57   {                                            <<  63     {
 58     G4String str = iaux->type;                 <<  64       G4String str=iaux->type;
 59     G4String val = iaux->value;                <<  65       G4String val=iaux->value;
 60     G4String unit = iaux->unit;                <<  66       G4String unit=iaux->unit;
 61                                                    67 
 62     G4cout << prepend << str << " : " << val < <<  68       G4cout << prepend << str << " : " << val  << " " << unit << G4endl;
 63                                                    69 
 64     if (iaux->auxList) print_aux(iaux->auxList <<  70       if (iaux->auxList) print_aux(iaux->auxList, prepend + "|");
 65   }                                            <<  71     }
 66   return;                                          72   return;
 67 }                                                  73 }
 68                                                    74 
 69 // -------------------------------------------     75 // --------------------------------------------------------------
 70                                                    76 
 71 int main(int argc, char** argv)                <<  77 int main(int argc,char **argv)
 72 {                                                  78 {
 73   G4cout << G4endl;                            <<  79    G4cout << G4endl;
 74   G4cout << "Usage: load_gdml <intput_gdml_fil <<  80    G4cout << "Usage: load_gdml <intput_gdml_file:mandatory>"
 75          << " <output_gdml_file:optional>" <<  <<  81           << " <output_gdml_file:optional>" << G4endl;
 76   G4cout << G4endl;                            <<  82    G4cout << G4endl;
 77                                                <<  83 
 78   if (argc < 2) {                              <<  84    if (argc<2)
 79     G4cout << "Error! Mandatory input file is  <<  85    {
 80     G4cout << G4endl;                          <<  86       G4cout << "Error! Mandatory input file is not specified!" << G4endl;
 81     return -1;                                 <<  87       G4cout << G4endl;
 82   }                                            <<  88       return -1;
 83                                                <<  89    }
 84   G4GDMLParser parser;                         <<  90 
 85                                                <<  91    G4GDMLParser parser;
 86   // Uncomment the following if wish to avoid  <<  92 
 87   // parser.SetStripFlag(false);               <<  93 // Uncomment the following if wish to avoid names stripping
 88                                                <<  94 // parser.SetStripFlag(false);
 89   // Uncomment the following and set a string  <<  95 
 90   // schema filename if wishing to use alterna <<  96    parser.SetOverlapCheck(true);
 91   // parser.SetImportSchema("");               <<  97    parser.Read(argv[1]);
 92                                                <<  98 
 93   parser.SetOverlapCheck(true);                <<  99    if (argc>4)
 94   parser.Read(argv[1]);                        << 100    {
 95                                                << 101       G4cout << "Error! Too many arguments!" << G4endl;
 96   if (argc > 4) {                              << 102       G4cout << G4endl;
 97     G4cout << "Error! Too many arguments!" <<  << 103       return -1;
 98     G4cout << G4endl;                          << 104    }
 99     return -1;                                 << 105 
100   }                                            << 106    auto* runManager = G4RunManagerFactory::CreateRunManager();
101                                                << 107 
102   auto* runManager = G4RunManagerFactory::Crea << 108    runManager->SetUserInitialization(new G01DetectorConstruction(
103                                                << 109                                      parser.GetWorldVolume()));
104   runManager->SetUserInitialization(new G01Det << 110    runManager->SetUserInitialization(new FTFP_BERT);
105   runManager->SetUserInitialization(new FTFP_B << 111    runManager->SetUserInitialization(new G01ActionInitialization());
106   runManager->SetUserInitialization(new G01Act << 112 
107                                                << 113    runManager->Initialize();
108   runManager->Initialize();                    << 114 
109                                                << 115    // Initialize visualization
110   // Initialize visualization                  << 116    G4VisManager* visManager = new G4VisExecutive;
111   G4VisManager* visManager = new G4VisExecutiv << 117    visManager->Initialize();
112   visManager->Initialize();                    << 118 
113                                                << 119    // Get the pointer to the User Interface manager
114   // Get the pointer to the User Interface man << 120    G4UImanager* UImanager = G4UImanager::GetUIpointer();
115   G4UImanager* UImanager = G4UImanager::GetUIp << 121 
116                                                << 122    ///////////////////////////////////////////////////////////////////////
117   //////////////////////////////////////////// << 123    //
118   //                                           << 124    // Example how to retrieve Auxiliary Information
119   // Example how to retrieve Auxiliary Informa << 125    //
120   //                                           << 126 
121                                                << 127    G4cout << std::endl;
122   G4cout << std::endl;                         << 128 
123                                                << 129    const G4LogicalVolumeStore* lvs = G4LogicalVolumeStore::GetInstance();
124   const G4LogicalVolumeStore* lvs = G4LogicalV << 130    std::vector<G4LogicalVolume*>::const_iterator lvciter;
125   std::vector<G4LogicalVolume*>::const_iterato << 131    for( lvciter = lvs->begin(); lvciter != lvs->end(); lvciter++ )
126   for (lvciter = lvs->begin(); lvciter != lvs- << 132    {
127     G4GDMLAuxListType auxInfo = parser.GetVolu << 133      G4GDMLAuxListType auxInfo = parser.GetVolumeAuxiliaryInformation(*lvciter);
128                                                << 134 
129     if (auxInfo.size() > 0)                    << 135      if (auxInfo.size()>0)
130       G4cout << "Auxiliary Information is foun << 136        G4cout << "Auxiliary Information is found for Logical Volume :  "
131              << G4endl;                        << 137               << (*lvciter)->GetName() << G4endl;
132                                                << 138 
133     print_aux(&auxInfo);                       << 139      print_aux(&auxInfo);
134   }                                            << 140    }
135                                                << 141 
136   // now the 'global' auxiliary info           << 142    // now the 'global' auxiliary info
137   G4cout << std::endl;                         << 143    G4cout << std::endl;
138   G4cout << "Global auxiliary info:" << std::e << 144    G4cout << "Global auxiliary info:" << std::endl;
139   G4cout << std::endl;                         << 145    G4cout << std::endl;
140                                                << 146 
141   print_aux(parser.GetAuxList());              << 147    print_aux(parser.GetAuxList());
142                                                << 148 
143   G4cout << std::endl;                         << 149    G4cout << std::endl;
144                                                << 150 
145   //                                           << 151    //
146   // End of Auxiliary Information block        << 152    // End of Auxiliary Information block
147   //                                           << 153    //
148   //////////////////////////////////////////// << 154    ////////////////////////////////////////////////////////////////////////
149                                                << 155 
150   runManager->BeamOn(0);                       << 156 
151                                                << 157    runManager->BeamOn(0);
152   // example of writing out                    << 158 
153                                                << 159    // example of writing out
154   if (argc >= 3) {                             << 160 
155     /*                                         << 161    if (argc>=3)
156          G4GDMLAuxStructType mysubaux = {"mysu << 162    {
157          G4GDMLAuxListType* myauxlist = new G4 << 163 /*
158          myauxlist->push_back(mysubaux);       << 164      G4GDMLAuxStructType mysubaux = {"mysubtype", "mysubvalue", "mysubunit", 0};
159                                                << 165      G4GDMLAuxListType* myauxlist = new G4GDMLAuxListType();
160          G4GDMLAuxStructType myaux = {"mytype" << 166      myauxlist->push_back(mysubaux);
161          parser.AddAuxiliary(myaux);           << 167 
162                                                << 168      G4GDMLAuxStructType myaux = {"mytype", "myvalue", "myunit", myauxlist};
163                                                << 169      parser.AddAuxiliary(myaux);
164          // example of setting auxiliary info  << 170 
165          // (can be set for any volume)        << 171 
166                                                << 172      // example of setting auxiliary info for world volume
167          G4GDMLAuxStructType mylocalaux = {"so << 173      // (can be set for any volume)
168                                                << 174 
169          parser.AddVolumeAuxiliary(mylocalaux, << 175      G4GDMLAuxStructType mylocalaux = {"sometype", "somevalue", "someunit", 0};
170            G4TransportationManager::GetTranspo << 176 
171            ->GetNavigatorForTracking()->GetWor << 177      parser.AddVolumeAuxiliary(mylocalaux,
172     */                                         << 178        G4TransportationManager::GetTransportationManager()
173                                                << 179        ->GetNavigatorForTracking()->GetWorldVolume()->GetLogicalVolume());
174     parser.SetRegionExport(true);              << 180 */
175     //     parser.SetEnergyCutsExport(true);   << 181 
176     //     parser.SetOutputFileOverwrite(true) << 182      parser.SetRegionExport(true);
177     parser.Write(argv[2], G4TransportationMana << 183      //     parser.SetEnergyCutsExport(true);
178                             ->GetNavigatorForT << 184      //     parser.SetOutputFileOverwrite(true);
179                             ->GetWorldVolume() << 185      parser.Write(argv[2], G4TransportationManager::GetTransportationManager()
180                             ->GetLogicalVolume << 186       ->GetNavigatorForTracking()->GetWorldVolume()->GetLogicalVolume());
181   }                                            << 187    }
182                                                << 188 
183   if (argc == 4)  // batch mode                << 189 
184   {                                            << 190    if (argc==4)   // batch mode
185     G4String command = "/control/execute ";    << 191    {
186     G4String fileName = argv[3];               << 192      G4String command = "/control/execute ";
187     UImanager->ApplyCommand(command + fileName << 193      G4String fileName = argv[3];
188   }                                            << 194      UImanager->ApplyCommand(command+fileName);
189   else  // interactive mode                    << 195    }
190   {                                            << 196    else           // interactive mode
191     G4UIExecutive* ui = new G4UIExecutive(argc << 197    {
192     UImanager->ApplyCommand("/control/execute  << 198      G4UIExecutive* ui = new G4UIExecutive(argc, argv);
193     ui->SessionStart();                        << 199      UImanager->ApplyCommand("/control/execute vis.mac");
194     delete ui;                                 << 200      ui->SessionStart();
195   }                                            << 201      delete ui;
                                                   >> 202    }
196                                                   203 
197   delete visManager;                           << 204    delete visManager;
198   delete runManager;                           << 205    delete runManager;
199                                                   206 
200   return 0;                                    << 207    return 0;
201 }                                                 208 }
202                                                   209