#include <PhiCondition.h>
Definition at line 26 of file PhiCondition.h.
◆ PhiCondition()
PhiCondition::PhiCondition |
( |
double |
phiMin, |
|
|
double |
phiMax |
|
) |
| |
◆ capacity()
virtual unsigned int PhiCondition::capacity |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSatisfied() [1/2]
◆ isSatisfied() [2/2]
Definition at line 19 of file PhiCondition.cxx.
23 bool pass = m_min <= phi and m_max >
phi;
26 const void*
address =
static_cast<const void*
>(
this);
28 std::stringstream ss0;
29 ss0 <<
"PhiCondition: (" <<
address <<
") "
31 <<
" pass: " << std::boolalpha << pass <<
'\n';
33 auto j_addr =
static_cast<const void*
>(
ip.get());
34 std::stringstream ss1;
35 ss1 <<
" jet : ("<< j_addr <<
") phi " <<
phi <<
'\n';
37 collector->
collect(ss0.str(), ss1.str());
◆ toString()
std::string PhiCondition::toString |
( |
| ) |
const |
|
overridevirtual |
◆ m_max
double PhiCondition::m_max |
|
private |
◆ m_min
double PhiCondition::m_min |
|
private |
◆ s_capacity
const unsigned int PhiCondition::s_capacity {1} |
|
staticprivate |
The documentation for this class was generated from the following files: