-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beam monitoring step #34
Comments
See commit 1e0c841 To be checked by vratislav3 and developed further on. |
It is not possible to check BeamDetMonitoring step in GUI, for following reasons:
additionally: file setup.C was copied to working directory to avoid message about missing setup.C but it seems that there is no effect on GUI window. |
Error mentioned in the items 2&3 of the list actually appeared due to my inadvertence. See commit 0c22402 which seems to fix it. Indeed one has to somehow provide electronics.xml file to the analysis. Currently it is implemented such that it is taken from the ./usr/ directory and go4 probably starts searching from the working directory which is specified in a dedicated textbox when running GUI. Another option, if reimplemented, could be to specify the path to electronics.xml together with the path to the setup.xml. For now I rejected this approach as I don't expect the users to change (or at least produce new versions of) this file and adding another item makes the already annoying arguments list even longer. The setup.C macro is imported here: |
We will need selfstanding step for beam monitoring.
Creation and filling of histograms related to RIB diagnostics will be realized here.
In this step will be no processing of data related to detectors other than MWPC and TOF.
Detectors and stations should be stored as class data members.
The text was updated successfully, but these errors were encountered: