Closed jose-luis-rs closed 1 year ago
Is there any cmake cache variable I can set to disable auto generation of the geometry file?
Yes, it is already implemented in the dev branch -> #778
In the standard root geometry the position (0,0,0) is in the center of the detector as shown in the attached figures.
So, for the use of this root geometry in simulations, the user must define the NeuLAND position in the root macro like this:
run->AddModule(new R3BNeuland(fNeuLandGeo, {0., 0., fDistance}));
where fDistance is the distance with respect to the nominal target position.
New ROOT geometry provided by Igor with 26 planes for NeuLAND
Checklist:
dev
branch