LDMX Software
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Functions
Macros
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
void
HcalVetoResult::Print
()
const
{
20
std::cout <<
"[ HcalVetoResult ]: Passes veto : "
21
<<
" Passes veto: "
<<
passes_veto_
<< std::endl;
22
max_PE_hit_
.
Print
();
23
}
19
void
HcalVetoResult::Print
()
const
{
…
}
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::max_PE_hit_
ldmx::HcalHit max_PE_hit_
Reference to max PE hit.
Definition
HcalVetoResult.h:83
ldmx::HcalVetoResult::Print
void Print() const
Print out the object.
Definition
HcalVetoResult.cxx:19
ldmx::HcalVetoResult::passes_veto_
bool passes_veto_
Flag indicating whether the event passes the Hcal veto.
Definition
HcalVetoResult.h:92
ldmx::HcalVetoResult::Clear
void Clear()
Reset the object.
Definition
HcalVetoResult.cxx:17
Generated by
1.12.0