Skip to content
Snippets Groups Projects
Commit 7357f0f3 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau Committed by Pierre-Alain Loizeau
Browse files

mCBM 2024: Add warning that alignment creation macro not matching alignment file

parent 152c60a5
No related branches found
No related tags found
1 merge request!1973Mcbm2024 legacy bugfix for errors/overlooks in !1972
Pipeline #31897 passed
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include <map> #include <map>
#include <string> #include <string>
// FIXME: as of 20/11/2024, this macro most probably does NOT match the AlignmentMatrics file in the params repo !!!!!
// shift detection systems such that Vx is centered @ (0, 0, 0) // shift detection systems such that Vx is centered @ (0, 0, 0)
const float vx = +0.15, vy = -0.65, vz = 0.00; const float vx = +0.15, vy = -0.65, vz = 0.00;
std::pair<std::string, TGeoHMatrix> AlignNode(std::string path, double shiftX, double shiftY, double shiftZ, std::pair<std::string, TGeoHMatrix> AlignNode(std::string path, double shiftX, double shiftY, double shiftZ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment