Closed neveling closed 4 years ago
The new structure of the code is discussed in the Wiki under "Software changes by Retief". We no longer have f-plane.c but rather main.c and FocalPlane.c and Focalplane.h. The structure does not yet mimic that of the other detectors ( eg SiliconData as general class and MMM as specific implementation) but f-plane is no longer this massively long uncomfortable piece of code. And more things are happening in the config file, and the pesky odb is becoming less important.
Since we will rewrite the analyzer (see isssue 138) this issue can now be closed.
f-plane.c
became
main.c
and now we will have a FocalPlaneData class...
I closed a previous issue that was specifically focused on dealing with definitions in analyzer.h that should be in Parameters.c.
That issue was attended to, but I want to open a general issue labeled "f-plane cleanup".
I will for a start go through the code (specifically f-plane, adc, qdc, scaler) and delete the old, outdated and wrong comments, and push it to the branch SetupDevRetief.