Most recent common geometries and parameters for mCBM 2024-05 + related fixes
- Bring latest (at least last communicated) parameters for mCBM 2024 through hashes update (both "legacy" and "online")
- Use new calib file with different name in the mCBM 2024 "legacy" macros
- Add code changes which where needed/used to regenerate the online YAMl parameters matching the "legacy" changes
@s.zharko Two things:
- This steals some of the fixes you had prepared in !1862, we will have to see how easily it works during rebase (may have some conflicts which are not auto-solved)
- I did not regenerate the CA parameters following the recent mCBM geometry changes as the mCBM team seems focused on an analysis which does not use the "online event building + reco + tracking". We will nonetheless probably still need it if the "Data Challenge with mCBM 2024 data" is confirmed for next month
=> Most probably we will need to revive !1862 in the coming 2-3 weeks with @v.friese help
Of interest to: @a.bercuci @a.senger @a.toia @sturm @d.emschermann @d.gutierrezmenendez @d.ramirez@gsi.de @n.herrmann @y.h.leung (by alphab order, may have missed some)
Merge request reports
Activity
added Geometry Online Parameters mCBM labels
requested review from @p.-a.loizeau
assigned to @p.-a.loizeau
enabled an automatic merge when all merge checks for 6413c540 pass
added 1 commit
- b730b712 - online par generation: changes needed to regenerate consistent files for mCBM 2024-05
enabled an automatic merge when all merge checks for b730b712 pass
@a.bercuci I thought I forgot to commit the changes to
macro/beamtime/mcbm2024/create_alignment_2024_05_08_nickel.C
but after re-checking the file that I copied from @n.herrmann lustre folder is identical to the master one.So I guess that for now we will have to accept that the creation macro does not match the
.root
fileEdited by Pierre-Alain LoizeauAddressed in !1973 (merged), I put you as reviewer so that you can check if what I added is clear enough for somebody else
Dear @a.bercuci, @p.kaehler, @d.smith, @fweig, @f.uhlig, @p.-a.loizeau, @v.friese,
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
117 117 if (uRunId >= 812) cCalId = "831.100.4.0"; 118 118 if (uRunId >= 1588) cCalId = "1588.50.6.0"; 119 119 if (uRunId >= 2160) cCalId = "2160.50.4.0"; 120 if (uRunId >= 2352) cCalId = "2391.5.000"; 120 if (uRunId >= 2352) cCalId = "2391_1"; 121 121 if (uRunId >= 2700) cCalId = "2912.1"; 122 if (uRunId >= 2900) cCalId = "3026_2"; // From nh through MR 1937 I think it should be the "_1" file ("3026_2"). The "_2" works here only if you have applied "_1" during unpacking already. This is not yet the case since the modifications of NH on the offline ToF unpacker are not yet ported to the online ToF unpacker. Right ?
Edited by Alexandru BercuciAddressed in !1973 (merged)
mentioned in merge request !1973 (merged)