LDMX Software
Hcal
src
Hcal
Event
HcalVetoResult.cxx
1
#include "
Hcal/Event/HcalVetoResult.h
"
2
3
//----------------//
4
// C++ StdLib //
5
//----------------//
6
#include <iostream>
7
8
//-------------//
9
// ldmx-sw //
10
//-------------//
11
#include "
Hcal/Event/HcalHit.h
"
12
13
ClassImp(
ldmx::HcalVetoResult
);
14
15
namespace
ldmx {
16
17
void
HcalVetoResult::clear
() {
passes_veto_
=
false
; }
18
19
std::ostream& operator<<(std::ostream& o,
const
HcalVetoResult
& c) {
20
return
o <<
"HcalVetoResult { passes veto : "
<< c.
passes_veto_
21
<<
" with max hitL "
<< c.
max_pe_hit_
<<
" }"
;
22
}
23
}
// namespace ldmx
HcalHit.h
Class that stores Stores reconstructed hit information from the HCAL.
HcalVetoResult.h
Class used to encapsulate the results obtained from HcalVetoProcessor.
ldmx::HcalVetoResult
Definition
HcalVetoResult.h:23
ldmx::HcalVetoResult::passes_veto_
bool passes_veto_
Flag indicating whether the event passes the Hcal veto.
Definition
HcalVetoResult.h:92
ldmx::HcalVetoResult::max_pe_hit_
ldmx::HcalHit max_pe_hit_
Reference to max PE hit.
Definition
HcalVetoResult.h:83
ldmx::HcalVetoResult::clear
void clear()
Reset the object.
Definition
HcalVetoResult.cxx:17
Generated by
1.12.0