Fix creation of geometry sts_v22c_mcbm
Only create the properly exported geometry file. Use correct unit system. Create also the file needed for the media check.
Merge request reports
Activity
added BugFix Simulation mCBM labels
added Geometry label
mentioned in merge request !696 (merged)
- Resolved by Florian Uhlig
@f.uhlig The STS v22a and v22b macros need to be patched accordingly. We should commit them all in this MR.
added 1 commit
- 4807c8f3 - Fix creation of geometries sts_v22[abc]_mcbm
added 1 commit
- b2c4c220 - Fix creation of geometries sts_v22[abc]_mcbm
Dear @f.uhlig, @p.-a.loizeau,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
@f.uhlig These 3 macros cause the following error on my system upon execution:
Geometry sts_v22c_mcbm exported to sts_v22c_mcbm.geo.root Info in <TCanvas::MakeDefCanvas>: created default TCanvas with name c1 Info in <TGeoManager::SetVisLevel>: Automatic visible depth disabled Loading macro /opt/cbm/cbmroot_git_weekly/macro/geometry/create_medialist.C In file included from input_line_84:1: /opt/cbm/cbmroot_git_weekly/macro/geometry/create_medialist.C:57:21: error: use of undeclared identifier 'RemoveGeoManager' if (removegeomgr) RemoveGeoManager(); ^ root.exe: /opt/cbm/fairsoft_apr21p2_root6_build/Source/root/interpreter/cling/lib/Interpreter/Transaction.cpp:137: void cling::Transaction::append(cling::Transaction::DelayCallInfo): Assertion `getState() == kCollecting && "Cannot append declarations in current state."' failed.
Do you have a solution howto provide the RemoveGeoManager function?
Edited by David Emschermann@p.-a.loizeau Thanks! Should I then soft-link as follows:
ln -s macro/include/.rootrc macro/mcbm/geometry/sts
Otherwise the latest STS macros will terminate with the above error.
Edited by David Emschermann