LDMX Software
HcalVetoResult.cxx
2
3//----------------//
4// C++ StdLib //
5//----------------//
6#include <iostream>
7
8//-------------//
9// ldmx-sw //
10//-------------//
11#include "Hcal/Event/HcalHit.h"
12
13ClassImp(ldmx::HcalVetoResult);
14
15namespace ldmx {
16
18
20 std::cout << "[ HcalVetoResult ]: Passes veto : "
21 << " Passes veto: " << passesVeto_ << std::endl;
23}
24} // namespace ldmx
Class that stores Stores reconstructed hit information from the HCAL.
Class used to encapsulate the results obtained from HcalVetoProcessor.
void Print() const
Print out the object.
Definition HcalHit.cxx:15
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.
void Clear()
Reset the object.