#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.
15 {
16
17 if(collector){
18 std::stringstream ss0;
19 const void* address = static_cast<const void*>(this);
20 ss0 << "AcceptAllCondition: (" << address << ") "
21 << " true jet group: \n";
22
23 std::stringstream ss1;
24
25 for(const auto& ip : ips){
26 address =
static_cast<const void*
>(
ip.get());
27 ss1 <<
" " << address <<
" " <<
ip->eta() <<
" e " <<
ip->e() <<
'\n';
28 }
29 ss1 << '\n';
30 collector ->
collect(ss0.str(), ss1.str());
31 }
32
33 return true;
34}
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...
◆ toString()
| std::string AcceptAllCondition::toString |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: