|
epic-drich-beam-test-analysis
ePIC dRICH beam test analysis framework
|
Structure holding all types of light detector hits for a spill. More...
#include <alcor_lightdata.h>
Public Member Functions | |
| void | clear () |
| Clear all vectors and release memory. | |
Public Attributes | |
| std::vector< trigger_event > | trigger_hits |
| std::vector< alcor_finedata_struct > | timing_hits |
| std::vector< alcor_finedata_struct > | tracking_hits |
| std::vector< alcor_finedata_struct > | cherenkov_hits |
Structure holding all types of light detector hits for a spill.
This struct stores trigger hits, timing hits, tracking hits, and Cherenkov hits. It is a simple container with a clear() method to reset all vectors.
| void alcor_lightdata_struct::clear | ( | ) |
Clear all vectors and release memory.
This sets all vectors empty and calls shrink_to_fit() to free memory.