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
Trigger
Algo
src
Trigger
Event
TrigCaloHit.cxx
1
#include "Trigger/Event/TrigCaloHit.h"
2
3
ClassImp(
trigger::TrigCaloHit
)
4
5
namespace
trigger {
6
TrigCaloHit::TrigCaloHit(
float
x,
float
y,
float
z,
float
e)
7
: x_(x), y_(y), z_(z), e_(e) {}
8
9
}
// namespace trigger
trigger::TrigCaloHit
Class for calo hits used in trigger computations.
Definition
TrigCaloHit.h:17
Generated by
1.12.0