Changeset 850 for trunk/source/persistency/gdml/History
- Timestamp:
- Sep 10, 2008, 5:40:37 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/source/persistency/gdml/History (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/persistency/gdml/History
r818 r850 1 $Id: History,v 1. 5.2.1 2008/01/16 09:47:42 ztorzsokExp $1 $Id: History,v 1.89 2008/08/22 16:01:02 gcosmo Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 18 18 ---------------------------------------------------------- 19 19 20 16 January, 08 Z.Torzsok (gdml-V09-01-00) 21 - Fixed vertex referencing for tessellated-solid in G4GDMLSolids. 22 - Fixed entity resolution in G4GDMLBase. 23 - Fixed naming of convention for external files in G4GDMLStructure. 20 22 August 2008 Tatiana Nikitina (gdml-V09-01-14) 21 - G4GDMLReadStructure: added methods ReplicaRead(), AxisRead(), QuantityRead() 22 and introduced corrections in order to read replica volumes conforming to the 23 GDML Schema. Added possibility to read/write replication for Rho and Phi axes. 24 - G4GDMLWriteStructure: introduced corrections in order to write replica 25 volumes conforming to the GDML Schema. 26 27 20 August 2008 Gabriele Cosmo (gdml-V09-01-13) 28 - G4GDMLParser: added argument to Write() for specify if appending or not 29 reference pointer to generated names. Default is TRUE. 30 - G4GDMLRead: implemented filtering of names to remove from entity names 31 appended reference pointer which may have been generated. Simplified 32 name generated for physical-volumes to only append "_PV" to its logical 33 volume name. 34 - Removed wherever applicable additional strings appended to names. 35 36 18 August 2008 Gabriele Cosmo (gdml-V09-01-12) 37 - G4GDMLWriteSolids: fixes in naming convention for solids; added specification 38 of units where missing. Introduced parsing of vertices for tessellated solids 39 to avoid duplication in writing. 40 41 29 July 2008 Tatiana Nikitina 42 - Fixes to parameterisation read and write to match the schema. 43 44 24 July 2008 Tatiana Nikitina 45 - Added to reader the possibility to have a reference to position and rotation 46 for Boolean solids, as it was possible in GDML_2_10_0. 47 48 24 July 2008 Tatiana Nikitina 49 - Fixes in reading/writing G4TwistedTrap shapes. 50 51 22 July 2008 Tatiana Nikitina 52 - Added G4Paraboloid to list of supported solids for reader and writer. 53 54 16 July 2008 Gabriele Cosmo (gdml-V09-01-11) 55 - Renamed internal methods wherever needed to match code policy and having 56 them starting with capital letter. 57 58 15 July 2008 Gabriele Cosmo (gdml-V09-01-10) 59 - Code review, formatting and adoption of canonical form for calls to 60 G4Exception. Usage of std:: namespace for calls to standard mathematical 61 functions. 62 - Added class G4STRead, copy of the original class implemented by Z.Torzsok. 63 - Corrected compilation error on Windows/VC++8 compiler for incorrect 64 signature of method in base class. 65 66 3 July 2008 Gabriele Cosmo (gdml-V09-01-09) 67 - Corrected bugs introduced in last commits for modularization of files; 68 Restored original use of maps. 69 - Corrected syntax for parser writer to (optionally) take a pointer to the 70 top physical-volume instead of the logical volume. 71 72 25 June 2008 Zoltan Torzsok (gdml-V09-01-08) 73 - Units are set according to CLHEP units in G4GDMLEvaluator. 74 75 23 June 2008 Zoltan Torzsok 76 - Optimised string handling. Schema location can be set in the writer. 77 78 20 June 2008 Zoltan Torzsok (gdml-V09-01-07) 79 - Set correct URL for schema for 'noNamespaceSchemaLocation' parameter. 80 81 17 June 2008 Zoltan Torzsok 82 - Added schema validation. 83 - Added schema definition files. 84 85 10 June 2008 Zoltan Torzsok (gdml-V09-01-06) 86 - Modularization can be done either by physvol/depth/mixed. 87 Volume auxiliary information is requested by pointer instead of by name. 88 89 9 June 2008 Zoltan Torzsok 90 - Naming convention can be configured in the writer. 91 92 5 June 2008 Zoltan Torzsok 93 - Module name is optional now. If no name is specified, 94 the logical volume name will be the filename. 95 96 2 June 2008 Zoltan Torzsok (gdml-V09-01-05) 97 - Writer checks if the file to be created does already exist. 98 - Added GetVolume() function. 99 100 29 May 2008 Zoltan Torzsok 101 - Added support for writing modular files. 102 103 28 May 2008 Zoltan Torzsok 104 - Only the referenced materials/elements/isotopes are written out, not the 105 whole material/element/isotope store. 106 - Assigned the name to world physical volume. 107 108 27 May 2008 Zoltan Torzsok 109 - Optimized/simplified writing of structure: no array required for sorting. 110 - Only the referenced solids are written out, not the whole solid store. 111 112 23 May 2008 Zoltan Torzsok 113 - Writer: precision is now considered in case of scale, rotation and position 114 of the physical-volume. DBL_EPSILON is used to filter precision for avoiding 115 unnecessary scaling, rotation or positioning. 116 117 6 May 2008 Zoltan Torzsok (gdml-V09-01-04) 118 - Added a constant limiting the maximum number of reflections/displacements of a single solid 119 120 21 April 2008 Zoltan Torzsok 121 - Divisionvol, replicavol and paramvol are resolved now. 122 123 11 April 2008 Zoltan Torzsok (gdml-V09-01-03) 124 - Referenced solid in volume is resolved in case of displacements/reflections. 125 126 10 April 2008 Zoltan Torzsok 127 - Added text output to console to inform of progress during processing. 128 129 9 April 2008 Zoltan Torzsok 130 - Worked out an algorithm for sorting logical volumes in the writer. 131 132 4 April 2008 Zoltan Torzsok 133 - Modified writing out of volumes to happen in recursive way. 134 Still needs optimization. Does not recompute touched branches! 135 136 1 April 2008 Z.Torzsok 137 - Corrected function names to have all starting with capital letter. 138 139 11 March 2008 Z.Torzsok (gdml-V09-01-02) 140 - Added border surface to reader. 141 - Added skin surface to reader. 142 - Fixed compilation problems on Intel/icc compiler. 143 144 7 March 2008 Z.Torzsok (gdml-V09-01-01) 145 - Material properties added to reader 146 147 20 February 2008 Z.Torzsok 148 - Completed support for parameterised volumes in writer. 149 - Name is added to physvol in reader. 150 151 19 February 2008 Z.Torzsok 152 - Replicavol is simplified and no longer restricted to replication along axes. 153 154 18 February 2008 Z.Torzsok 155 - Added G4GDMLWriteParamvol class implementing the parameterised volumes 156 in the writer. Added box parameterisation and succesfully tested. 157 158 15 February 2008 Z.Torzsok 159 - Division volumes added to writer and succesfully tested. 160 161 14 February 2008 Z.Torzsok 162 - Replica volumes added to writer and succesfully tested. 163 164 13 February 2008 Z.Torzsok 165 - Added getRotationMatrix() function to G4GDMLReadDefine: this function 166 converts rotation angles into a rotation matrix. This wad used in physvol, 167 reflectedSolid and boolean solid. Now this conversion is in one place 168 - Added 'firstrotation' and 'firstposition' to boolean solid. Now the first 169 solid can be transformed too (Boolean solid is succesfully tested). 170 171 11 February 2008 Z.Torzsok 172 - Added matrices to writer. 173 - Exception handling is added to loops (identify infinite loops). 174 175 8 Febryary 2008 Z.Torzsok 176 - Naming of physvol changed to 'ReferencedVolumeName_in_MotherVolumeName'. 177 178 7 February 2008 Z.Torzsok 179 - Added twistedtrap and twistedtubs to writer. 180 181 6 february 2008 Z.Torzsok 182 - Tet, Twistedbox and Twistedtrd added to writer and succesfully tested. 183 184 5 February 2008 Z.Torzsok 185 - Hype, orb and para added to writer. 186 Succesfully tested, except the para. 187 188 1 February 2008 Z.Torzsok 189 - Ellipsoid and elliptical-tube added to writer. 190 191 31 January 2008 Z.Torzsok 192 - Quantities now can be referenced 193 - Naming of physical volumes changed: MotherLogicalName_daughter(index) 194 195 30 January 2008 Z.Torzsok 196 - If there is only one setup defined, name does not matter, that setup 197 will be loaded. 198 - Temperature, pressure and state are now processed in the reader. 199 Added Nist support. 200 201 28 January 2008 Z.Torzsok 202 - Element added to writer. 203 - Polyhedra and torus added to writer. 204 - Now the package is able to read/write the CMS geometry. 205 206 25 January 2008 Z.Torzsok 207 - Bugs fixed in the writer in G4GMLWriteStructure::physvolWrite(): 208 the signs of the rotational angles were incorrect in certain cases 209 (180 degrees, 90 degrees,...). The reflection was incorrect in case 210 of reflecting a subtree. 211 - Now the package is capable of reading and writing back the LHCb 212 geometry correctly. 213 214 23 January 2008 Z.Torzsok 215 - Composite materials added to writer. 216 - Cone and tube added to writer. 217 - Boolean solid (intersection, subtraction, union) added to writer. 218 219 22 January 2008 Z.Torzsok 220 - Extruded solid is added to writer. 221 - Reflected solid is removed from the written GDML files. 222 Scale transformation is used instead. 223 - Optimization to tha case of reading multiple GDML files and writing out 224 into a single GDML file: 225 The mother volume is moved to the end of the list after its daugthers are 226 processed... only when necessary, when new logical volumes come from the 227 daughters! 228 229 21 January 2008 Z.Torzsok 230 - Reflected solid is added to the writer. 231 - Solved problem of reading multiple GDML files and writing out into a single 232 GDML file: 233 if a logical volume (let's say the mother volume) is instantiated, it will 234 be added to the end of list of volumes (G4LogicalVolumeStore). 235 Once this logical volume is instantiated we can add daughters. 236 If a daughter refers to an external file, additional logical volumes will 237 come. These logical volumes will be added to the list as well, AFTER the 238 mother volume. In the mother volume these logical volumes can be referenced 239 ...but these logical volumes are not instantiated yet when we instantiate 240 the mother! That's why we move the mother volume at the end of the list 241 after the daughters are processed. 242 243 18 January 2008 Z.Torzsok 244 - The class hierarchy of the GDML parser/writer is finished: 245 Write <- WriteDefine <- WriteMaterials <- WriteSolids 246 <- WriteSetup <- WriteStructure 247 Parser Read <- ReadDefine <- ReadMaterials <- ReadSolids 248 <- ReadSetup <- ReadParamvol <- ReadStructure. 249 250 16 January 2008 Z.Torzsok 251 - Starting the materials section. 252 253 15 January 2008 Z.Torzsok 254 - Writer implements the setup section too. 255 256 11 January 2008 Z.Torzsok (gdml-V09-01-00) 257 - Reader is now capable of resolving entities. 258 259 08 January 2008 Z.Torzsok 260 - Vertex referencing is fixed in tessellated solid 261 (using the identifier "vertex" according to the schema). 262 263 07 January 2008 Z.Torzsok 264 - Starting to implement the writer. 24 265 25 266 30 November, 07 Z.Torzsok (gdml-V09-00-04)
Note:
See TracChangeset
for help on using the changeset viewer.
