CYGNUS-RD / reconstruction

Camera and scope analysis tools
0 stars 25 forks source link

Adding PMT Analysis #228

Closed pietro14 closed 8 months ago

pietro14 commented 1 year ago

Now, camera and PMT analysis can be performed together or separately.

You can use the flags "camera_mode" and "pmt_mode" to choose which analysis to perform.

If both flags are set to 1, the final output file will contain 3 trees:

  1. Events: A tree containing reconstructed quantities for the camera.
  2. PMT_Events: A tree containing reconstructed quantities for the PMTs.
  3. PMT_Avg_Events: A tree containing the average PMT waveforms of 4 channels.

In the future, the following improvements will be needed:

For more information about the PMT analysis, please contact David.

(The code has been tested and runs smoothly.)

pietro14 commented 8 months ago

Closing the old pull request. I am going to open a new one.