Geant4 Cross Reference |
1 # Category persistency History << 2 1 3 See `CONTRIBUTING.rst` for details of **requir << 2 ========================================================= 4 which **must** added in reverse chronological << 3 Geant4 - an Object-Oriented Toolkit for Simulation in HEP 5 It must **not** be used as a substitute for wr << 4 ========================================================= 6 << 5 7 ---------------------------------------------- << 6 Category History file 8 << 7 --------------------- 9 ## 2022-05-10 Ben Morgan (persistency-V11-01-0 << 8 This file should be used by G4 developers and category coordinators 10 - Split build of G4persistency into G4mctruth, << 9 to briefly summarize all major modifications introduced in the code 11 libraries. << 10 and keep track of all category-tags. 12 << 11 It DOES NOT substitute the CVS log-message one should put at every 13 ## 2022-12-12 Ben Morgan (persistency-V11-01-0 << 12 committal in the CVS repository ! 14 - Remove obsolete GNUmakefile scripts << 13 15 << 14 ---------------------------------------------------------- 16 ## 2022-11-11 Gabriele Cosmo (persistency-V11- << 15 * Reverse chronological order (last date on top), please * 17 - Fixed compilation warnings for implicit type << 16 ---------------------------------------------------------- 18 << 19 ## 2022-03-24 Ben Morgan (persistency-V11-00-0 << 20 - Use geant4_category_modules to optionaly add << 21 << 22 ## 2022-01-28 Ben Morgan (persistency-V11-00-0 << 23 - Replace `geant4_global_library_target` with << 24 call to `geant4_add_category` to define libr << 25 << 26 ## 2021-12-10 Ben Morgan (persistency-V11-00-0 << 27 - Change to new Markdown History format << 28 << 29 --- << 30 << 31 # History entries prior to 11.0 << 32 << 33 25 October, 21 B.Morgan (persistency-V10-07-01 << 34 - Use G4StrUtil functions replacing deprecated << 35 << 36 1 April, 21 B. Morgan (persistency-V10-07-00) << 37 - Migrate build to modular CMake API << 38 << 39 16 November, 20 G.Cosmo (persistency-V10-06-02 << 40 - Fixed typos in printed-out text. Addressing << 41 << 42 7 October, 20 G.Cosmo (persistency-V10-06-01) << 43 - Minor c++11 review. Code cleanup and formatt << 44 << 45 11 December, 19 B.Morgan (persistency-V10-06-0 << 46 - Cleanup CMake build, removing obsolete granu << 47 explicit include_directories. << 48 << 49 5 July, 12 G.Cosmo (persistency-V09-05-02) << 50 - Explicitly use inclusion of headers for syst << 51 constants, in plan to remove implicit inclus << 52 << 53 30 May, 12 G.Cosmo (persistency-V09-05-01) << 54 - Fixed typo introduced in previous tag... << 55 << 56 25 May, 12 G.Cosmo (persistency-V09-05-00) << 57 - Fixed trivial cases of variable shadowing. << 58 17 59 23 October, 08 G.Cosmo (persistency-V09-01-00 18 23 October, 08 G.Cosmo (persistency-V09-01-00) 60 - Added "ascii" module from original implement 19 - Added "ascii" module from original implementation by P.Arce (CIEMAT). 61 First release. 20 First release. 62 - Coworks with tag "config-V09-01-08". 21 - Coworks with tag "config-V09-01-08". 63 22 64 02 November, 07 G.Cosmo (persistency-V09-00-0 23 02 November, 07 G.Cosmo (persistency-V09-00-00) 65 - Added G4LIB_BUILD_GDML/G4LIB_USE_GDML flags 24 - Added G4LIB_BUILD_GDML/G4LIB_USE_GDML flags to trigger compilation through 66 the central scripts. Moved setup for XERCESC 25 the central scripts. Moved setup for XERCESC (includes and libs paths) to 67 central scripts. 26 central scripts. 68 - Coworks with tag "config-V09-00-06". 27 - Coworks with tag "config-V09-00-06". 69 28 70 17 October, 07 Z.Torzsok 29 17 October, 07 Z.Torzsok 71 - Introduced new "gdml" plugin sub-module, bas 30 - Introduced new "gdml" plugin sub-module, based on new GDML release 3. 72 - Moved existing classes to "mctruth" sub-modu 31 - Moved existing classes to "mctruth" sub-module; renamed libraries. 73 32 74 14 November, 06 G.Cosmo (persistency-V08-01-0 33 14 November, 06 G.Cosmo (persistency-V08-01-02) 75 - Cleared trivial compilation warnings in G4Pe 34 - Cleared trivial compilation warnings in G4PersistencyManager implementation. 76 - Added setup for retrieving HepMC in case G4L 35 - Added setup for retrieving HepMC in case G4LIB_USE_HEPMC is set and the 77 HEPMC_DIR path defined in the environment. 36 HEPMC_DIR path defined in the environment. 78 37 79 30 October, 06 W.Pokorski (persistency-V08-01 38 30 October, 06 W.Pokorski (persistency-V08-01-01) 80 - Put 'ifdef G4LIB_USE_HEPMC' in all the place 39 - Put 'ifdef G4LIB_USE_HEPMC' in all the places which explicitly use HepMC 81 classes to allow compilation with CLHEP 2.0. 40 classes to allow compilation with CLHEP 2.0.3.0. 82 41 83 22 August, 06 G.Cosmo (persistency-V08-01-00) 42 22 August, 06 G.Cosmo (persistency-V08-01-00) 84 - Get Rid of useless forward declarations in G 43 - Get Rid of useless forward declarations in G4MCTEvent and G4MCTGenParticle 85 header files. Clearing compilation warnings 44 header files. Clearing compilation warnings on icc-9.X compilers. 86 45 87 28 June, 05 G.Cosmo (persistency-V07-01-01) 46 28 June, 05 G.Cosmo (persistency-V07-01-01) 88 - Trivial fixes to G4MCTSimParticle and G4MCTS 47 - Trivial fixes to G4MCTSimParticle and G4MCTSimVertex to support for 89 CLHEP-2.0.X series. 48 CLHEP-2.0.X series. 90 49 91 28 June, 05 G.Cosmo (persistency-V07-01-00) 50 28 June, 05 G.Cosmo (persistency-V07-01-00) 92 - Migration to <sstream> for G4MCTSimParticle 51 - Migration to <sstream> for G4MCTSimParticle and G4MCTSimVertex. 93 52 94 07 June, 04 G.Cosmo (persistency-V06-01-00) 53 07 June, 04 G.Cosmo (persistency-V06-01-00) 95 - GNUmakefile: added definition of GLOBLIBS fo 54 - GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows. 96 55 97 04 October, 03 G.Cosmo (persistency-V05-02-00 56 04 October, 03 G.Cosmo (persistency-V05-02-00) 98 - GNUmakefile: 57 - GNUmakefile: 99 o replaced "digits+hits" with "digits_hits". 58 o replaced "digits+hits" with "digits_hits". 100 - Coworks with "geometry-V05-02-00" and "digit 59 - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00". 101 60 102 04 June, 03 G.Cosmo (persistency-V05-01-01) 61 04 June, 03 G.Cosmo (persistency-V05-01-01) 103 - Fixes for inclusion of <strstream> in G4MCTS 62 - Fixes for inclusion of <strstream> in G4MCTSimParticle.cc and 104 G4MCTSimVertex.cc in view of the g4std wrapp 63 G4MCTSimVertex.cc in view of the g4std wrappers migration. 105 - Fixed warning on SUN-CC for G4PersistencyCen 64 - Fixed warning on SUN-CC for G4PersistencyCenterMessenger. 106 65 107 30 May, 03 G.Cosmo (persistency-V05-01-00) 66 30 May, 03 G.Cosmo (persistency-V05-01-00) 108 - Fixed few pedantic warnings... 67 - Fixed few pedantic warnings... 109 68 110 05 February, 03 G.Cosmo (persistency-V05-00- 69 05 February, 03 G.Cosmo (persistency-V05-00-00) 111 - Corrected inclusion of headers for constant 70 - Corrected inclusion of headers for constant and units from CLHEP. 112 71 113 04 December, 02 Y.Morita (persistency-V04-01 72 04 December, 02 Y.Morita (persistency-V04-01-02) 114 - G4PersistencyManager.cc: protect for default 73 - G4PersistencyManager.cc: protect for default persistency manager 115 - G4PersistencyCenter.cc: bug fixes, disable H 74 - G4PersistencyCenter.cc: bug fixes, disable HepMC/MCTruth printout 116 - GetG4->Get, CurrentG4->Current 75 - GetG4->Get, CurrentG4->Current 117 - SetG4->Set, RegisterG4->Register, DeleteG4-> 76 - SetG4->Set, RegisterG4->Register, DeleteG4->Delete 118 77 119 04 December, 02 G.Cosmo (persistency-V04-01- 78 04 December, 02 G.Cosmo (persistency-V04-01-01) 120 - Corrections to comply to G4 coding rules: 79 - Corrections to comply to G4 coding rules: 121 o use of g4std/ headers for STL classes; 80 o use of g4std/ headers for STL classes; 122 o use G4std:: instead of std:: 81 o use G4std:: instead of std:: 123 o use of G4 types (limited to G4bool, G4cout 82 o use of G4 types (limited to G4bool, G4cout, G4endl, G4cerr) 124 - Fixes for porting on Windows platform: 83 - Fixes for porting on Windows platform: 125 o HepMC is not currently supported by CLHEP 84 o HepMC is not currently supported by CLHEP on Windows, so must be 126 excluded from compilation on Windows syst 85 excluded from compilation on Windows systems. 127 86 128 29 November, 02 Y.Morita (persistency-V04-01 87 29 November, 02 Y.Morita (persistency-V04-01-00) 129 - tools for developers 88 - tools for developers 130 89 131 23 November, 02 Y.Morita 90 23 November, 02 Y.Morita 132 - new abstract interface for persistency for r 91 - new abstract interface for persistency for release 5.0. 133 - for actual implementation of HepODBMS and RO 92 - for actual implementation of HepODBMS and ROOT I/O, see 134 $G4INSTALL/examples/extended/persistency/REA 93 $G4INSTALL/examples/extended/persistency/README. 135 94 136 7 December, 01 Y.Morita (persistency-V03-02 95 7 December, 01 Y.Morita (persistency-V03-02-02) 137 - added G4Pglobals.hh to G4PVHits and G4PVDigi 96 - added G4Pglobals.hh to G4PVHits and G4PVDigits for g++ 2.95.2 headers 138 97 139 6 July, 01 Y.Morita (persistency-V03-02-01) 98 6 July, 01 Y.Morita (persistency-V03-02-01) 140 - added more SRM descriptions 99 - added more SRM descriptions 141 100 142 4 July, 01 Y.Morita (persistency-V03-02-00) 101 4 July, 01 Y.Morita (persistency-V03-02-00) 143 - STL migration: << 102 - STL migration: 144 modified: G4Pglobals.hh, G4PGeometryObjectM 103 modified: G4Pglobals.hh, G4PGeometryObjectMap.ddl, G4PGeometryObjectMap.cc 145 removed: G4VPhysVolRefArray.hh, G4LogVolRef 104 removed: G4VPhysVolRefArray.hh, G4LogVolRefArray.hh G4VSolidRefArray.hh 146 105 147 21 June, 01 Y.Morita (persistency-V03-01-00 106 21 June, 01 Y.Morita (persistency-V03-01-00) 148 - new tag for release 3.2 107 - new tag for release 3.2 149 108 150 28 April, 01 Y.Morita 109 28 April, 01 Y.Morita 151 - Change NULL to 0 110 - Change NULL to 0 152 111 153 25 April, 01 G.Cosmo 112 25 April, 01 G.Cosmo 154 - Removed redundant declarations of G4ThreeVec 113 - Removed redundant declarations of G4ThreeVectorList in CSG schemas: 155 G4PPara.ddl, G4PSphere.ddl and G4PTrap.ddl. 114 G4PPara.ddl, G4PSphere.ddl and G4PTrap.ddl. 156 Required to cowork with recent migration to 115 Required to cowork with recent migration to STL vector of geometry code. 157 116 158 15 March, 01 Y.Morita (persistency-V03-00-02 117 15 March, 01 Y.Morita (persistency-V03-00-02) 159 - Updated GNUmakefile for new config. 118 - Updated GNUmakefile for new config. 160 119 161 14 March, 01 Y.Morita (persistency-V03-00-01 120 14 March, 01 Y.Morita (persistency-V03-00-01) 162 - G4PDCofThisEvent.ddl: fixed a bug in GetNumb 121 - G4PDCofThisEvent.ddl: fixed a bug in GetNumberOfCollections() 163 122 164 08 March, 01 G.Cosmo (persistency-V03-00-00) 123 08 March, 01 G.Cosmo (persistency-V03-00-00) 165 - G4Pglobals.hh: substituted inclusion of G4Un 124 - G4Pglobals.hh: substituted inclusion of G4UnitsTest.hh with G4SIUnits.hh 166 according to tag "global-V03-00-06". 125 according to tag "global-V03-00-06". 167 126 168 15 December, 00 Y.Morita (persistency-V02-00 127 15 December, 00 Y.Morita (persistency-V02-00-03) 169 - added more SRM comments 128 - added more SRM comments 170 129 171 5 December, 00 Y.Morita (persistency-V02-00- 130 5 December, 00 Y.Morita (persistency-V02-00-02) 172 - added SRM comments to some classes 131 - added SRM comments to some classes 173 132 174 17 November, 00 Y.Morita (persistency-V02-00- 133 17 November, 00 Y.Morita (persistency-V02-00-01) 175 - more workaround on G4PGeometryObjectMap for 134 - more workaround on G4PGeometryObjectMap for ooddlx 176 135 177 2 November, 00 Y.Morita (persistency-V02-00-0 136 2 November, 00 Y.Morita (persistency-V02-00-00) 178 - created global/include/G4Pglobals.hh 137 - created global/include/G4Pglobals.hh 179 - workaround to protect old ooddlx from new ST 138 - workaround to protect old ooddlx from new STL syntax. 180 139 181 9 June, 00 Y.Morita (persistency-V01-00-02) 140 9 June, 00 Y.Morita (persistency-V01-00-02) 182 - added material in G4PersistentGeomMan::Retri 141 - added material in G4PersistentGeomMan::Retrieve() 183 142 184 11 May, 00 Y.Morita (persistency-V01-00-01) 143 11 May, 00 Y.Morita (persistency-V01-00-01) 185 - moved G4PHype from geometry/solids/CSG to ge 144 - moved G4PHype from geometry/solids/CSG to geometry/solids/specific 186 - modified GNUmakefile's to add G4pspecsolids 145 - modified GNUmakefile's to add G4pspecsolids 187 146 188 23 Feburuary, 00 Y.Morita (persistency-V01-0 147 23 Feburuary, 00 Y.Morita (persistency-V01-00-00) 189 - fixed a minor typo in G4PersistentGeomMan.cc 148 - fixed a minor typo in G4PersistentGeomMan.cc 190 149 191 December 6, 99 Y.Morita (persistency-V00-01- 150 December 6, 99 Y.Morita (persistency-V00-01-12) 192 - Bug fix in G4PGeometryObjectMap.cc 151 - Bug fix in G4PGeometryObjectMap.cc 193 152 194 December 5, 99 Y.Morita (persistency-V00-01- 153 December 5, 99 Y.Morita (persistency-V00-01-11) 195 - added G4PPrimaryParticle 154 - added G4PPrimaryParticle 196 155 197 December 2, 99 Y.Morita (persistency-V00-01- 156 December 2, 99 Y.Morita (persistency-V00-01-10) 198 - bug fix in G4PHCofThisEvent, G4PHCofThisEven 157 - bug fix in G4PHCofThisEvent, G4PHCofThisEvent, G4PersistentEventMan 199 158 200 December 1, 99 Y.Morita (persistency-V00-01- 159 December 1, 99 Y.Morita (persistency-V00-01-09) 201 - fix for HP-aCC, Geant4 NamedSchema 160 - fix for HP-aCC, Geant4 NamedSchema 202 - added G4TMPDIR to GNUmakefile include path 161 - added G4TMPDIR to GNUmakefile include path 203 162 204 November 29, 99 Y.Morita (persistency-V00-01- 163 November 29, 99 Y.Morita (persistency-V00-01-08) 205 - bug fix for persistent hits (works with Pers 164 - bug fix for persistent hits (works with PersistentEx02-V00-01-01) 206 165 207 November 26, 99 Y.Morita 166 November 26, 99 Y.Morita 208 - Introduced G4TransactionManager for sustaine 167 - Introduced G4TransactionManager for sustained transaction control 209 168 210 November 23, 99 Y.Morita (persistency-V00-01- 169 November 23, 99 Y.Morita (persistency-V00-01-07) 211 - bug fix in G4PersistentEventMan, G4Persisten 170 - bug fix in G4PersistentEventMan, G4PersistentGeomMan, G4PersistentRunMan 212 - use /db commands 171 - use /db commands 213 172 214 November 22, 99 Y.Morita 173 November 22, 99 Y.Morita 215 - added digits+hits/digits 174 - added digits+hits/digits 216 - removed dependency of transient hits 175 - removed dependency of transient hits 217 - introduced G4PersistencyMessenger 176 - introduced G4PersistencyMessenger 218 177 219 November 20, 99 Y.Morita 178 November 20, 99 Y.Morita 220 - Introduced G4PersistentSchema.hh to use Gean 179 - Introduced G4PersistentSchema.hh to use Geant4 named schema 221 (requires config-V00-01-12) 180 (requires config-V00-01-12) 222 181 223 November 19, 99 Y.Morita (persistency-V00-01- 182 November 19, 99 Y.Morita (persistency-V00-01-06) 224 - bug fixes in G4PersistentEventMan.cc and G4P 183 - bug fixes in G4PersistentEventMan.cc and G4PersistentRunMan.cc 225 184 226 November 18, 99 Y.Morita 185 November 18, 99 Y.Morita 227 - Use absolute path in GNUmakefile to include 186 - Use absolute path in GNUmakefile to include right dependencies for liblist 228 - bug fixes in G4PBooleanSolid, G4PersistentEv 187 - bug fixes in G4PBooleanSolid, G4PersistentEventMan 229 188 230 November 17, 99 Y.Morita 189 November 17, 99 Y.Morita 231 - Move schema header files from tmp to schema/ 190 - Move schema header files from tmp to schema/include (requires new config) 232 191 233 November 16, 99 Y.Morita 192 November 16, 99 Y.Morita 234 - more fix on circular dependencies: 193 - more fix on circular dependencies: 235 + Moved G4PVSolids and G4PAffineTransform to 194 + Moved G4PVSolids and G4PAffineTransform to pgeomGlobal 236 + G4PersistencyManager: Splitted classes int 195 + G4PersistencyManager: Splitted classes into separate objects 237 + Added G4PersistentHitMan 196 + Added G4PersistentHitMan 238 197 239 November 12, 99 Y.Morita 198 November 12, 99 Y.Morita 240 - GNUmakefile fix for dependency files 199 - GNUmakefile fix for dependency files 241 - Use d_Varray<d_Ref<>> instead of HepRefVArra 200 - Use d_Varray<d_Ref<>> instead of HepRefVArray() 242 201 243 November 12, 99 Y.Morita (persistency-V00-01- 202 November 12, 99 Y.Morita (persistency-V00-01-05) 244 - Fix for RW->G4RW changes 203 - Fix for RW->G4RW changes 245 - Bug fixes: 204 - Bug fixes: 246 +Container of PrimaryVertex in G4PEvent 205 +Container of PrimaryVertex in G4PEvent 247 +Association of Boolean Solids 206 +Association of Boolean Solids 248 207 249 November 10, 99 Y.Morita (persistency-V00-01- 208 November 10, 99 Y.Morita (persistency-V00-01-04) 250 - Added Boolean Solid Types 209 - Added Boolean Solid Types 251 210 252 November 9, 99 Y.Morita (persistency-V00-01-0 211 November 9, 99 Y.Morita (persistency-V00-01-03) 253 - Bug fix in G4PEvent, G4PHCofThisEvent, G4PVH 212 - Bug fix in G4PEvent, G4PHCofThisEvent, G4PVHitsCollection, 254 G4PersistencyManager, G4PersistentEventMan 213 G4PersistencyManager, G4PersistentEventMan 255 - Mod GNUmakefile 214 - Mod GNUmakefile 256 215 257 November 8, 99 Y.Morita (persistency-V00-01-0 216 November 8, 99 Y.Morita (persistency-V00-01-02) 258 - Modified HepVArray/HepRefVArray to d_Varray< 217 - Modified HepVArray/HepRefVArray to d_Varray<>, d_Varray<d_Ref<>> 259 - Modified ooRef() to d_Ref<> 218 - Modified ooRef() to d_Ref<> 260 - Some mod G4int to G4Pint 219 - Some mod G4int to G4Pint 261 - G4PEvent: Set associations to G4PPrimaryVert 220 - G4PEvent: Set associations to G4PPrimaryVertex, G4PHCofThisEvent 262 - Created G4PVHitsCollection and G4PHCofThisEv 221 - Created G4PVHitsCollection and G4PHCofThisEvent 263 222 264 November 4, 99 Y.Morita 223 November 4, 99 Y.Morita 265 - ./GNUmakefile: Added G4phits 224 - ./GNUmakefile: Added G4phits 266 - digits+hits/hits/GNUmakefile: 225 - digits+hits/hits/GNUmakefile: 267 Added G4OODDLX_BOOT 226 Added G4OODDLX_BOOT 268 Added explicit dependencies of G4PHCofThisE 227 Added explicit dependencies of G4PHCofThisEvent.hh: G4PVHitsCollection.hh 269 - moved G4PLogicalVolume from persistency/geom 228 - moved G4PLogicalVolume from persistency/geometry/volumes to 270 persistency/geometry/management to avoid cir 229 persistency/geometry/management to avoid circular dependency 271 - G4PersistencyManager: Allow constructor with 230 - G4PersistencyManager: Allow constructor with the name of Boot file 272 231 273 October 27, 99 J.Allison << 232 October 27, 99 J.Allison 274 - Created persistency/global/include. 233 - Created persistency/global/include. 275 - Moved management/include/G4PersistentTypes.h 234 - Moved management/include/G4PersistentTypes.hh to global/include. 276 - Modified GNUmakefiles to add persistency/glo 235 - Modified GNUmakefiles to add persistency/global/include to -I path. 277 236 278 October 21, 99 Y.Morita (persistency-V00-01-0 237 October 21, 99 Y.Morita (persistency-V00-01-01) 279 - One more bug fix in G4PEvent.cc (thePrimaryV 238 - One more bug fix in G4PEvent.cc (thePrimaryVertex) 280 239 281 October 8, 99 Y.Morita (persistency-V00-01-00 240 October 8, 99 Y.Morita (persistency-V00-01-00) 282 - GNUmakefile changes for G4TMPSCHEMA_BOOT (re 241 - GNUmakefile changes for G4TMPSCHEMA_BOOT (requires config-V00-01-01) 283 - Bug fix in G4PEvent.cc (thePrimaryVertex) 242 - Bug fix in G4PEvent.cc (thePrimaryVertex) 284 243 285 April 29, 99 Y.Morita (persistency-00-04-01) 244 April 29, 99 Y.Morita (persistency-00-04-01) 286 - removed overlapping definition of HepRefVArr 245 - removed overlapping definition of HepRefVArray for G4PVPhysicalVolume 287 in G4PGeometryObjectMap.cc 246 in G4PGeometryObjectMap.cc 288 - Fixed a typo in G4PersistentGeomMan.cc 247 - Fixed a typo in G4PersistentGeomMan.cc 289 248 290 November 15, 98 Y.Morita (persistency-00-03-0 249 November 15, 98 Y.Morita (persistency-00-03-03) 291 - Fix bug in G4PVPhysicalVolume.cc 250 - Fix bug in G4PVPhysicalVolume.cc 292 251 293 November 10, 98 Y.Morita (persistency-00-03-0 252 November 10, 98 Y.Morita (persistency-00-03-02) 294 - G4PersistentGeomMan now handle Replica geome 253 - G4PersistentGeomMan now handle Replica geometry 295 254 296 November 10, 98 Y.Morita (persistency-00-03-0 255 November 10, 98 Y.Morita (persistency-00-03-01) 297 - G4PersistencyManager splitted into G4Persist << 256 - G4PersistencyManager splitted into G4PersistentEventMan, 298 G4PersistentGeomMan, G4PersistentRunMan 257 G4PersistentGeomMan, G4PersistentRunMan 299 - G4Run is now persistent 258 - G4Run is now persistent 300 259 301 July 23, 98 Y.Morita (persistency-00-01-09) 260 July 23, 98 Y.Morita (persistency-00-01-09) 302 - G4PVPhysicalVolume: protect declare of d_Dou << 261 - G4PVPhysicalVolume: protect declare of d_Double with 303 OO_VARRAY_D_DOUBLE for different version of 262 OO_VARRAY_D_DOUBLE for different version of HepODBMS 304 - G4PVPhysicalVolume: added G4Exception for re 263 - G4PVPhysicalVolume: added G4Exception for restoring rotation matrix 305 (for now) 264 (for now) 306 265 307 July 15, 98 Y.Morita (persistency-00-01-08) 266 July 15, 98 Y.Morita (persistency-00-01-08) 308 - revised "cleandb" target in GNUmakefile 267 - revised "cleandb" target in GNUmakefile 309 - g4odbms_setup.csh cosmetics 268 - g4odbms_setup.csh cosmetics 310 269 311 July 15, 98 Y.Morita (persistency-00-01-07) 270 July 15, 98 Y.Morita (persistency-00-01-07) 312 - absorb oodlx compiler differences on CERN AI 271 - absorb oodlx compiler differences on CERN AIX-AFS 313 272 314 July 14, 98 Y.Morita (persistency-00-01-06) 273 July 14, 98 Y.Morita (persistency-00-01-06) 315 - Bug fix on store geometry 274 - Bug fix on store geometry 316 - added G4ODBMS := true to GNUmakefile 275 - added G4ODBMS := true to GNUmakefile 317 276 318 July 11, 98 Y.Morita (persistency-00-01-05) 277 July 11, 98 Y.Morita (persistency-00-01-05) 319 - script clean up for test/g4odbms_setup.csh 278 - script clean up for test/g4odbms_setup.csh 320 279 321 July 10, 98 Y.Morita (persistency-00-01-04) 280 July 10, 98 Y.Morita (persistency-00-01-04) 322 - updated test/GNUmakefile 281 - updated test/GNUmakefile 323 - fixed a bug in G4PersistencyManager 282 - fixed a bug in G4PersistencyManager 324 - digits+hits/hits added 283 - digits+hits/hits added 325 284 326 July 10, 98 Y.Morita (persistency-00-01-03) 285 July 10, 98 Y.Morita (persistency-00-01-03) 327 - moved GNUmakefile targes 'headers' and 'd_fi 286 - moved GNUmakefile targes 'headers' and 'd_files' to common.gmk and 328 globlib.gmk. 287 globlib.gmk. 329 - a few bug fix in G4PPVPlacement.cc, G4PVSoli 288 - a few bug fix in G4PPVPlacement.cc, G4PVSolid.cc, 330 G4PGeometryObjectMap.ddl, G4PersistencyManag << 289 G4PGeometryObjectMap.ddl, G4PersistencyManager.hh, 331 G4PGeometryObjectMap.cc, G4PersistencyManage 290 G4PGeometryObjectMap.cc, G4PersistencyManager.cc 332 291 333 July 9, 98 Y.Morita 292 July 9, 98 Y.Morita 334 - new GNUmakefile for pre-beta01 (persistency- 293 - new GNUmakefile for pre-beta01 (persistency-00-01-02) 335 294 336 July 8, 98 Y.Morita 295 July 8, 98 Y.Morita 337 - debug physics volume and logical volume (per 296 - debug physics volume and logical volume (persistency-00-01-01) 338 297 339 June 30, 98 Y.Morita 298 June 30, 98 Y.Morita 340 - added geometry persistency: (persistency-00- 299 - added geometry persistency: (persistency-00-07-01) 341 300 342 June 15, 98 Y.Morita 301 June 15, 98 Y.Morita 343 - made new subcategories: digits+hits, geometr 302 - made new subcategories: digits+hits, geometry, events, management, run 344 303 345 June 11, 98 Y.Morita (persistency-00-06-01) 304 June 11, 98 Y.Morita (persistency-00-06-01) 346 - G4PersistencyManager uses HepDbApplication r 305 - G4PersistencyManager uses HepDbApplication rather than inherit 347 - Tagged. 306 - Tagged. 348 307 349 April 21, 98 G.Cosmo (persistency-00-05-01) 308 April 21, 98 G.Cosmo (persistency-00-05-01) 350 - Tagged. 309 - Tagged. 351 310 352 March 24, 98 G.Barrand 311 March 24, 98 G.Barrand 353 - GNUmakefile : MAKESHLIB changed in G4MAKESHL 312 - GNUmakefile : MAKESHLIB changed in G4MAKESHLIB 354 313 355 March 24, 98 G.Barrand 314 March 24, 98 G.Barrand 356 - Creation of this file. 315 - Creation of this file.