Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
This page describes the experiment specific analysis that is conducted when running a particle decay spectroscopy experiment at the back of the RMS.
This section is unchanged and may not reflect what you would like to do.
For an RMS experiment the following detector types and sub types are used.
The multiplicities on the front and back of the DSSD are retrieved as are the maximum energies deposited in both the front and back and strip numbers where it occured. If both the energy deposited in the front and back is above a user defined threshold (variable DssdProcessor::cutoffEnergy), then the event is treated as an implant. If both front and back energies are below the cutoff, the event is a decay. If one is a above and the other below the event is called an "unknown" type. The event is then correlated. If only the front or the back fires then the energy deposited into the DSSD is checked against the cutoff energy but the event is not correlated. If the mcp fired the position is determined from the four mcp signals.
All dssd plots are filled using DssdProcessor::Process() when either the front or back fires. Ge signals are plotted in GeProcessor::Process() and the 2D mcp position spectra is plotted in McpProcessor::Process()