-
Notifications
You must be signed in to change notification settings - Fork 53
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
Neutron Multiplicity toolchain #245
Neutron Multiplicity toolchain #245
Conversation
Added README of FindNeutrons tool with relevant information
Added README with basic properties of SimpleReconstruction tool
Added README with description of properties of NeutronMultiplicity tool.
…oolAnalysis into SimpleReconstruction
…oolAnalysis into SimpleReconstruction
update readme of NeutronMultiplicity tool
update README of FindNeutrons tool
…oolAnalysis into SimpleReconstruction
Hi Michael, just a question for the SimpleReconstruction Tool: what are the units for the vertices? |
Hi James, the units for the vertices should all be in meters. They are calculated in the standard ANNIE coordinate system centered in the center of the FMV, corresponding to a central water tank position of r_center ~ (0m, -0.144m, 1.681m). |
I'm not gonna let it hold this up as it's not particularly important, but the TGraphs constructed in NeutronMultiplicity::InitialiseHistograms should probably be cleaned up manually. The Histograms may not need manual cleanup as they may get owned by the file, but TGraphs by default don't. |
Three main new tools have been added:
SimpleReconstruction
: simple MRD-reconstruction based muon vertex and energy reconstruction by backpropagation of muon track into the water tankFindNeutrons
: Find neutron candidates with simple cuts, add them to theParticles
vector in theANNIEEvent
NeutronMultiplicity
: Combine muon and neutron information into neutron multiplicity related plots.The
ClusterClassifiers
tool now also forwards the cluster total PE, cluster time, and cluster nhits. It also tags the prompt muon by looking for the cluster with the highest charge in the prompt window.The
EventSelector
tool can now also filter for events with good beam condition and for events with extended readout windows.Added
EventOffset
variable toLoadGenieEvent
in case the genie file match is done in the config file.NeutronMultiplicity toolchains have been added in
configfiles/NeutronMultiplicity
, alongside helpful bash scripts to run over many files.More information on the additions & concepts of the tools in docDB entry 5224.