epic-drich-beam-test-analysis
ePIC dRICH beam test analysis framework
Loading...
Searching...
No Matches
alcor_lightdata_struct Struct Reference

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_eventtrigger_hits
 
std::vector< alcor_finedata_structtiming_hits
 
std::vector< alcor_finedata_structtracking_hits
 
std::vector< alcor_finedata_structcherenkov_hits
 

Detailed Description

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.

Member Function Documentation

◆ clear()

void alcor_lightdata_struct::clear ( )

Clear all vectors and release memory.

This sets all vectors empty and calls shrink_to_fit() to free memory.


The documentation for this struct was generated from the following files: