8#ifndef HCAL_EVENT_HCALVETORESULT_H_
9#define HCAL_EVENT_HCALVETORESULT_H_
Class that stores Stores reconstructed hit information from the HCAL.
Stores reconstructed hit information from the HCAL.
bool passesVeto_
Flag indicating whether the event passes the Hcal veto.
ldmx::HcalHit maxPEHit_
Reference to max PE hit.
void Print() const
Print out the object.
bool passesVeto() const
Checks if the event passes the Hcal veto.
virtual ~HcalVetoResult()=default
Destructor.
ldmx::HcalHit getMaxPEHit() const
void setVetoResult(const bool &passesVeto=true)
Sets whether the Hcal veto was passed or not.
void Clear()
Reset the object.
HcalVetoResult()=default
Constructor.
void setMaxPEHit(const ldmx::HcalHit maxPEHit)
Set the maximum PE hit.