Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Geometry validation | ||||||||
Line: 32 to 32 | ||||||||
![]() | ||||||||
Changed: | ||||||||
< < | The offending subvolumes are highlighted in red. One can use: | |||||||
> > | The offending subvolumes are highlighted in red. Some other useful commands: | |||||||
gGeoManager->cd(“/path/to/volume/”); // to check only a subvolume | ||||||||
Changed: | ||||||||
< < | gGeoManager->GetPath(); // to see path | |||||||
> > | gGeoManager->GetPath(); // to see current path | |||||||
gGeoManager->getCurrentNode()->CheckOverlaps(0.01); gGeoManager->PrintOverlaps(); | ||||||||
Line: 82 to 82 | ||||||||
Stress tests | ||||||||
Changed: | ||||||||
< < | There is a tool in TGeo that allows one to benchmark a given geometry. One could use this to compare for example two descriptions produced let's say via different frameworks, and spot if any errors occurred. | |||||||
> > | There is a TGeo tool for checking geometries. Although written for testing actual TGeo class implementations, one could use this to compare for example two descriptions produced let's say via different frameworks, and spot if any differences were introduced. A good description of how it actually works can be found in the header of the C++ source file![]() | |||||||
Changed: | ||||||||
< < | Go to directory $ROOTSYS/test and edit stressGeometry.cxx to add a custom entry, in my case a diff shows these changes: | |||||||
> > | Go to directory $ROOTSYS/test and edit stressGeometry.cxx to add a custom entry. In my case a diff shows these changes: | |||||||
[protopop@ppelx ECal]$ diff $ROOTSYS/test/stressGeometry.cxx.orig $ROOTSYS/test/stressGeometry.cxx 78c78 | ||||||||
Line: 124 to 124 | ||||||||
and we put it in the same location as above (http://www.ppe.gla.ac.uk/~protopop/clic/clicd.root![]() cp ECal_new.root ~/web/clic/clicd.root | ||||||||
Deleted: | ||||||||
< < | ![]() | |||||||
For example, if we have changed EcalEndcap_zmin from 165.70cm to 164.70cm between the two models, we get | ||||||||
Added: | ||||||||
> > |
![]() | |||||||
[protopop@ppelx test]$ ./stressGeometry clicd ... | ||||||||
Line: 161 to 163 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|