#include <AcceptAllCondition.h>
Definition at line 25 of file AcceptAllCondition.h.
◆ ~AcceptAllCondition()
AcceptAllCondition::~AcceptAllCondition |
( |
| ) |
|
|
inlineoverride |
◆ capacity()
virtual unsigned int AcceptAllCondition::capacity |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSatisfied()
Implements ICondition.
Definition at line 14 of file AcceptAllCondition.cxx.
18 std::stringstream ss0;
19 const void*
address =
static_cast<const void*
>(
this);
20 ss0 <<
"AcceptAllCondition: (" <<
address <<
") "
21 <<
" true jet group: \n";
23 std::stringstream ss1;
25 for(
const auto&
ip : ips){
26 address =
static_cast<const void*
>(
ip.get());
27 ss1 <<
" " <<
address <<
" " <<
ip->eta() <<
" e " <<
ip->e() <<
'\n';
30 collector ->
collect(ss0.str(), ss1.str());
◆ toString()
std::string AcceptAllCondition::toString |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
void collect(const HLT::TriggerElement *te, std::vector< Trig::Feature< T > > &data, const std::string &label, unsigned int condition, const std::string &teName, const HLT::TrigNavStructure *navstructure)
actual feature acceess implementation It has (thanks to the ClassTraits) functionality to flatten con...