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
() {
passesVeto_
=
false
; }
18
19
void
HcalVetoResult::Print
()
const
{
20
std::cout <<
"[ HcalVetoResult ]: Passes veto : "
21
<<
" Passes veto: "
<<
passesVeto_
<< std::endl;
22
maxPEHit_
.
Print
();
23
}
24
}
// 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::HcalHit::Print
void Print() const
Print out the object.
Definition
HcalHit.cxx:15
ldmx::HcalVetoResult
Definition
HcalVetoResult.h:23
ldmx::HcalVetoResult::passesVeto_
bool passesVeto_
Flag indicating whether the event passes the Hcal veto.
Definition
HcalVetoResult.h:64
ldmx::HcalVetoResult::maxPEHit_
ldmx::HcalHit maxPEHit_
Reference to max PE hit.
Definition
HcalVetoResult.h:61
ldmx::HcalVetoResult::Print
void Print() const
Print out the object.
Definition
HcalVetoResult.cxx:19
ldmx::HcalVetoResult::Clear
void Clear()
Reset the object.
Definition
HcalVetoResult.cxx:17
Generated by
1.9.8