Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
Namespace List
Namespace Members
larsim
Utils
SCE
Functions
larsim::Utils::SCE Namespace Reference
Functions
bool
out_of_bounds
(
geo::Vector_t
const &offset)
Function Documentation
bool
larsim::Utils::SCE::out_of_bounds
(
geo::Vector_t
const &
offset
)
Definition at line
14
of file
SCEOffsetBounds.cxx
.
15
{
16
constexpr
double
limit{1.e9};
17
return
(
std::abs
(offset.X()) > limit ||
18
std::abs
(offset.Y()) > limit ||
19
std::abs
(offset.Z()) > limit);
20
}
abs
T abs(T value)
Definition:
sparse_vector_test.cc:30
Generated by
1.8.11