Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/g3tog4/src/clparse.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 /g3tog4/src/clparse.cc (Version 11.3.0) and /g3tog4/src/clparse.cc (Version 10.5)


  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 //                                                 26 //
 27 //                                                 27 //
 28 // modified by I.Hrivnacova                        28 // modified by I.Hrivnacova
 29 // added G3SensVol                                 29 // added G3SensVol
 30                                                    30 
 31 #include "globals.hh"                              31 #include "globals.hh"
 32 #include <fstream>                                 32 #include <fstream>
 33 #include "G4Tokenizer.hh"                          33 #include "G4Tokenizer.hh"
 34 #include "G3toG4.hh"                               34 #include "G3toG4.hh"
 35 #include "G3EleTable.hh"                           35 #include "G3EleTable.hh"
 36 #include "G3VolTable.hh"                           36 #include "G3VolTable.hh"
 37 #include "G3MatTable.hh"                           37 #include "G3MatTable.hh"
 38 #include "G3MedTable.hh"                           38 #include "G3MedTable.hh"
 39 #include "G3RotTable.hh"                           39 #include "G3RotTable.hh"
 40 #include "G3PartTable.hh"                          40 #include "G3PartTable.hh"
 41 #include "G3DetTable.hh"                           41 #include "G3DetTable.hh"
 42 #include "G3SensVolVector.hh"                      42 #include "G3SensVolVector.hh"
 43                                                    43 
 44 std::ofstream ofile;                               44 std::ofstream ofile;
 45                                                    45 
 46 extern "C"                                         46 extern "C"
 47 {                                                  47 {
 48 #include <stdlib.h>                                48 #include <stdlib.h>
 49 }                                                  49 }
 50                                                    50 
 51 extern std::ofstream ofile;                        51 extern std::ofstream ofile;
 52                                                    52 
 53 G3VolTable G3Vol;                                  53 G3VolTable G3Vol;
 54 G3MatTable G3Mat;   // material G3 ID <-> G4 p     54 G3MatTable G3Mat;   // material G3 ID <-> G4 pointer table
 55 G3MedTable G3Med;   // trk media G3 ID <-> G4      55 G3MedTable G3Med;   // trk media G3 ID <-> G4 pointer table
 56 G3RotTable G3Rot;   // rotation ID <-> G4 tran     56 G3RotTable G3Rot;   // rotation ID <-> G4 transform object table
 57 G3PartTable G3Part; // particle ID <-> Particl     57 G3PartTable G3Part; // particle ID <-> ParticleDefinition pointer
 58 G3DetTable G3Det;   // sensitive detector name     58 G3DetTable G3Det;   // sensitive detector name <-> pointer
 59 G3EleTable G3Ele;   // element names table         59 G3EleTable G3Ele;   // element names table
 60 G3SensVolVector G3SensVol; // vector of sensit     60 G3SensVolVector G3SensVol; // vector of sensitive logical volumes
 61 char gSeparator('_');                              61 char gSeparator('_');
 62                                                    62 
 63 G4int narray;                                      63 G4int narray;
 64                                                    64 
 65 G4int Ipar[1000];                                  65 G4int Ipar[1000];
 66 G4double Rpar[1000];                               66 G4double Rpar[1000];
 67 G4String Spar[1000];                               67 G4String Spar[1000];
 68                                                    68 
 69 G4int G3CLTokens(G4String *line, G4String *tok     69 G4int G3CLTokens(G4String *line, G4String *tokens);
 70 void G3CLEval(G4String *tokens, char *select);     70 void G3CLEval(G4String *tokens, char *select);
 71                                                    71 
 72 // front-end decoders for G3 routines              72 // front-end decoders for G3 routines
 73 //                                                 73 //
 74 void PG4gsvolu(G4String *tokens);                  74 void PG4gsvolu(G4String *tokens);
 75 void PG4gspos (G4String *tokens);                  75 void PG4gspos (G4String *tokens);
 76 void PG4gsposp(G4String *tokens);                  76 void PG4gsposp(G4String *tokens);
 77 void PG4gsatt (G4String *tokens);                  77 void PG4gsatt (G4String *tokens);
 78 void PG4gsrotm(G4String *tokens);                  78 void PG4gsrotm(G4String *tokens);
 79 void PG4gsdvn (G4String *tokens);                  79 void PG4gsdvn (G4String *tokens);
 80 void PG4gsdvt (G4String *tokens);                  80 void PG4gsdvt (G4String *tokens);
 81 void PG4gsdvx (G4String *tokens);                  81 void PG4gsdvx (G4String *tokens);
 82 void PG4gsdvn2(G4String *tokens);                  82 void PG4gsdvn2(G4String *tokens);
 83 void PG4gsdvt2(G4String *tokens);                  83 void PG4gsdvt2(G4String *tokens);
 84 void PG4gsmate(G4String *tokens);                  84 void PG4gsmate(G4String *tokens);
 85 void PG4gsmixt(G4String *tokens);                  85 void PG4gsmixt(G4String *tokens);
 86 void PG4gstmed(G4String *tokens);                  86 void PG4gstmed(G4String *tokens);
 87 void PG4gstpar(G4String *tokens);                  87 void PG4gstpar(G4String *tokens);
 88 void PG4gspart(G4String *tokens);                  88 void PG4gspart(G4String *tokens);
 89 void PG4gsdk  (G4String *tokens);                  89 void PG4gsdk  (G4String *tokens);
 90 void PG4gsdet (G4String *tokens);                  90 void PG4gsdet (G4String *tokens);
 91 void PG4gsdetv(G4String *tokens);                  91 void PG4gsdetv(G4String *tokens);
 92 void PG4gsdeta(G4String *tokens);                  92 void PG4gsdeta(G4String *tokens);
 93 void PG4gsdeth(G4String *tokens);                  93 void PG4gsdeth(G4String *tokens);
 94 void PG4gsdetd(G4String *tokens);                  94 void PG4gsdetd(G4String *tokens);
 95 void PG4gsdetu(G4String *tokens);                  95 void PG4gsdetu(G4String *tokens);
 96 void PG4ggclos();                                  96 void PG4ggclos();
 97                                                    97 
 98 void G3CLRead(G4String & fname, char *select =     98 void G3CLRead(G4String & fname, char *select = 0)
 99 {                                                  99 {
100   //                                              100   //
101   //  G3CLRead                                    101   //  G3CLRead
102   //  Read the call List file, parse the token    102   //  Read the call List file, parse the tokens, and pass the token
103   //  List to the Geant4 interpreter              103   //  List to the Geant4 interpreter
104   //                                              104   //
105   //  fname: call List filename                   105   //  fname: call List filename
106                                                   106   
107     G4String line;                                107     G4String line;
108     G4String tokens[1000];                        108     G4String tokens[1000];
109                                                   109 
110     const char* ofname = "clparse.out";           110     const char* ofname = "clparse.out";
111     ofile.open(ofname);                           111     ofile.open(ofname);
112     ofile << "Output file open\n";                112     ofile << "Output file open\n";
113                                                   113 
                                                   >> 114     G4int count = 0;
114     G4int ntokens = 0;                            115     G4int ntokens = 0;
115     std::ifstream istr(fname);                    116     std::ifstream istr(fname);
116                                                   117     
117     while (G4StrUtil::readline(istr, line) &&  << 118     while (line.readLine(istr) && ! istr.eof())
118     {                                             119     {
                                                   >> 120         count++;
119         ntokens = G3CLTokens(&line,tokens);  /    121         ntokens = G3CLTokens(&line,tokens);  // tokenize the line
120         for (G4int i=0; i < ntokens; i++)         122         for (G4int i=0; i < ntokens; i++)
121         {                                         123         {
122           ofile << tokens[i] << G4endl;           124           ofile << tokens[i] << G4endl;
123         }                                         125         }
124                                                   126 
125         // interpret the line as a Geant call     127         // interpret the line as a Geant call
126         //                                        128         //
127         G3CLEval(tokens, select);                 129         G3CLEval(tokens, select);
128     }                                             130     }
129 }                                                 131 }
130                                                   132 
131                                                   133 
132 G4int G3CLTokens(G4String *line, G4String toke    134 G4int G3CLTokens(G4String *line, G4String tokens[])
133 {                                                 135 {
134   //                                              136   //
135   // G3CLTokens                                   137   // G3CLTokens
136   //                                              138   //
137   // Tokenize line, returning tokens in tokens    139   // Tokenize line, returning tokens in tokens[]. Items in ".."
138   // are extracted as single tokens, despite e    140   // are extracted as single tokens, despite embedded spaces.
139                                                   141 
140     G4Tokenizer next(*line);                      142     G4Tokenizer next(*line);
141                                                   143 
142     // first tokenize using " to identify stri    144     // first tokenize using " to identify strings
143     //                                            145     //
144     G4int itok = 0;                               146     G4int itok = 0;
145     G4int ntokens = 0;                            147     G4int ntokens = 0;
146     G4String token1, token2;                      148     G4String token1, token2;
147     while (!(token1=next("\"")).empty())       << 149     while (!(token1=next("\"")).isNull())
148     {                                             150     {
149         itok++;                                   151         itok++;
150         if (itok%2 == 0 ) // even: inside a st    152         if (itok%2 == 0 ) // even: inside a string
151         {                                         153         {
152             tokens[ntokens++] = token1;           154             tokens[ntokens++] = token1;
153         }                                         155         }
154         else              // not in a quoted s    156         else              // not in a quoted string: finish tokenization
155         {                                         157         {
156             G4Tokenizer lev2(token1);             158             G4Tokenizer lev2(token1);
157             while (!(token2=lev2()).empty())   << 159             while (!(token2=lev2()).isNull())
158             {                                     160             {
159                 tokens[ntokens] = token2;         161                 tokens[ntokens] = token2;
160                 ntokens++;                        162                 ntokens++;
161             }                                     163             }
162         }                                         164         }
163     }                                             165     }
164     return ntokens;                               166     return ntokens;
165 }                                                 167 }
166                                                   168 
167                                                   169 
168 void G3CLEval(G4String tokens[], char *select)    170 void G3CLEval(G4String tokens[], char *select)
169 {                                                 171 {
170   //                                              172   //
171   // G3CLEval                                     173   // G3CLEval
172   //                                              174   //
173   // Evaluate the token List as a Geant3 call,    175   // Evaluate the token List as a Geant3 call, and execute it as
174   // a Geant4 call.                               176   // a Geant4 call.
175                                                   177 
176     const char* context = tokens[0];              178     const char* context = tokens[0];
177     const char* routine = tokens[1];              179     const char* routine = tokens[1];
178     const char* wcard = "*";                      180     const char* wcard = "*";
179                                                   181 
180     // If context is selected, return unless c    182     // If context is selected, return unless context matches
181     //                                            183     //
182     if ((select != 0) && (select != wcard))       184     if ((select != 0) && (select != wcard))
183     {                                             185     {
184       if ( strcmp(select,context) )  { return;    186       if ( strcmp(select,context) )  { return; }
185     }                                             187     }
186                                                   188 
187     // Branch on Geant3 routine name              189     // Branch on Geant3 routine name
188     //                                            190     //
189     ofile << "Do routine " << routine << " in     191     ofile << "Do routine " << routine << " in context " << context << G4endl;
190                                                   192     
191     if ( !strcmp(routine,"GSVOLU") ) { PG4gsvo    193     if ( !strcmp(routine,"GSVOLU") ) { PG4gsvolu(&tokens[2]); return;}
192     if ( !strcmp(routine,"GSPOS") )  { PG4gspo    194     if ( !strcmp(routine,"GSPOS") )  { PG4gspos (&tokens[2]); return;}
193     if ( !strcmp(routine,"GSPOSP") ) { PG4gspo    195     if ( !strcmp(routine,"GSPOSP") ) { PG4gsposp(&tokens[2]); return;}
194     if ( !strcmp(routine,"GSATT") )  { PG4gsat    196     if ( !strcmp(routine,"GSATT") )  { PG4gsatt (&tokens[2]); return;}
195     if ( !strcmp(routine,"GSROTM") ) { PG4gsro    197     if ( !strcmp(routine,"GSROTM") ) { PG4gsrotm(&tokens[2]); return;}
196     if ( !strcmp(routine,"GSDVN") )  { PG4gsdv    198     if ( !strcmp(routine,"GSDVN") )  { PG4gsdvn (&tokens[2]); return;}
197     if ( !strcmp(routine,"GSDVT") )  { PG4gsdv    199     if ( !strcmp(routine,"GSDVT") )  { PG4gsdvt (&tokens[2]); return;}
198     if ( !strcmp(routine,"GSDVX") )  { PG4gsdv    200     if ( !strcmp(routine,"GSDVX") )  { PG4gsdvx (&tokens[2]); return;}
199     if ( !strcmp(routine,"GSDVN2") ) { PG4gsdv    201     if ( !strcmp(routine,"GSDVN2") ) { PG4gsdvn2(&tokens[2]); return;}
200     if ( !strcmp(routine,"GSDVT2") ) { PG4gsdv    202     if ( !strcmp(routine,"GSDVT2") ) { PG4gsdvt2(&tokens[2]); return;}
201     if ( !strcmp(routine,"GSMATE") ) { PG4gsma    203     if ( !strcmp(routine,"GSMATE") ) { PG4gsmate(&tokens[2]); return;}
202     if ( !strcmp(routine,"GSMIXT") ) { PG4gsmi    204     if ( !strcmp(routine,"GSMIXT") ) { PG4gsmixt(&tokens[2]); return;}
203     if ( !strcmp(routine,"GSTMED") ) { PG4gstm    205     if ( !strcmp(routine,"GSTMED") ) { PG4gstmed(&tokens[2]); return;}
204     if ( !strcmp(routine,"GSTPAR") ) { PG4gstp    206     if ( !strcmp(routine,"GSTPAR") ) { PG4gstpar(&tokens[2]); return;}
205     if ( !strcmp(routine,"GSPART") ) { PG4gspa    207     if ( !strcmp(routine,"GSPART") ) { PG4gspart(&tokens[2]); return;}
206     if ( !strcmp(routine,"GSDK") )   { PG4gsdk    208     if ( !strcmp(routine,"GSDK") )   { PG4gsdk  (&tokens[2]); return;}
207     if ( !strcmp(routine,"GSDET") )  { PG4gsde    209     if ( !strcmp(routine,"GSDET") )  { PG4gsdet (&tokens[2]); return;}
208     if ( !strcmp(routine,"GSDETV") ) { PG4gsde    210     if ( !strcmp(routine,"GSDETV") ) { PG4gsdetv(&tokens[2]); return;}
209     if ( !strcmp(routine,"GSDETA") ) { PG4gsde    211     if ( !strcmp(routine,"GSDETA") ) { PG4gsdeta(&tokens[2]); return;}
210     if ( !strcmp(routine,"GSDETH") ) { PG4gsde    212     if ( !strcmp(routine,"GSDETH") ) { PG4gsdeth(&tokens[2]); return;}
211     if ( !strcmp(routine,"GSDETD") ) { PG4gsde    213     if ( !strcmp(routine,"GSDETD") ) { PG4gsdetd(&tokens[2]); return;}
212     if ( !strcmp(routine,"GSDETU") ) { PG4gsde    214     if ( !strcmp(routine,"GSDETU") ) { PG4gsdetu(&tokens[2]); return;}
213     if ( !strcmp(routine,"GGCLOS") ) { PG4ggcl    215     if ( !strcmp(routine,"GGCLOS") ) { PG4ggclos(); return;}
214 }                                                 216 }
215                                                   217 
216 void G3fillParams(G4String *tokens, const char    218 void G3fillParams(G4String *tokens, const char *ptypes)
217 {                                                 219 {
218   //                                              220   //
219   // G3fillParams                                 221   // G3fillParams
220   //                                              222   //
221   // Interpret tokens to fill call parameters,    223   // Interpret tokens to fill call parameters, based on parameter types ptypes
222                                                   224 
223     // loop over ptypes                           225     // loop over ptypes
224     //                                            226     //
225     G4int i =0, ipt = 0, k = 0;                   227     G4int i =0, ipt = 0, k = 0;
226     G4int ni =0, nr = 0, nq = 0;                  228     G4int ni =0, nr = 0, nq = 0;
227     while (ptypes[i] != '\0')                     229     while (ptypes[i] != '\0')
228     {                                             230     {
229         switch (ptypes[i])                        231         switch (ptypes[i])
230         {                                         232         {
231             case 'i':                             233             case 'i':
232                 Ipar[ni] = atoi(tokens[ipt].da    234                 Ipar[ni] = atoi(tokens[ipt].data());
233                 narray = Ipar[ni];                235                 narray = Ipar[ni];
234                 ni++; ipt++;                      236                 ni++; ipt++;
235                 break;                            237                 break;
236             case 'r':                             238             case 'r':
237                 Rpar[nr] = atof(tokens[ipt].da    239                 Rpar[nr] = atof(tokens[ipt].data());
238                 nr++; ipt++;                      240                 nr++; ipt++;
239                 break;                            241                 break;
240             case 's':                             242             case 's':
241                 Spar[nq] = tokens[ipt];           243                 Spar[nq] = tokens[ipt];
242                 nq++; ipt++;                      244                 nq++; ipt++;
243                 break;                            245                 break;
244             case 'I':                             246             case 'I':
245                 for (k=0; k < narray; k++)        247                 for (k=0; k < narray; k++)
246                 {                                 248                 {
247                     Ipar[ni] = atoi(tokens[ipt    249                     Ipar[ni] = atoi(tokens[ipt].data());
248                     ni++; ipt++;                  250                     ni++; ipt++;
249                 }                                 251                 }
250                 break;                            252                 break;
251             case 'R':                             253             case 'R':
252                 for (k=0; k < narray; k++)        254                 for (k=0; k < narray; k++) 
253                 {                                 255                 { 
254                     Rpar[nr] = atof(tokens[ipt    256                     Rpar[nr] = atof(tokens[ipt].data()); 
255                     nr++; ipt++;                  257                     nr++; ipt++;
256                 }                                 258                 }
257                 break;                            259                 break;
258             case 'Q':                             260             case 'Q':
259                 // special case of reading thr    261                 // special case of reading three successive R arrays 
260                 // into one (used in gsmixt)      262                 // into one (used in gsmixt)
261                 //                                263                 //
262                 narray = 3 * std::abs(narray);    264                 narray = 3 * std::abs(narray);
263                 for (k=0; k < narray; k++)        265                 for (k=0; k < narray; k++) 
264                 {                                 266                 { 
265                     Rpar[nr] = atof(tokens[ipt    267                     Rpar[nr] = atof(tokens[ipt].data()); 
266                     nr++; ipt++;                  268                     nr++; ipt++;
267                 }                                 269                 }
268                 break;                            270                 break;
269             case 'S':                             271             case 'S':
270                 for (k=0; k < narray; k++)        272                 for (k=0; k < narray; k++)
271                 {                                 273                 {
272                     Spar[nq] = tokens[ipt];       274                     Spar[nq] = tokens[ipt];
273                     nq++; ipt++;                  275                     nq++; ipt++;
274                 }                                 276                 }
275                 break;                            277                 break;
276             default:                              278             default:
277                 ofile << "unidentified ptype '    279                 ofile << "unidentified ptype '" << ptypes[i] << G4endl;
278         };                                        280         };
279         i++;                                      281         i++;
280     }                                             282     }
281 }                                                 283 }
282                                                   284