#include <DipzMLPLCondition.h>
Definition at line 29 of file DipzMLPLCondition.h.
 
◆ DipzMLPLCondition()
      
        
          | DipzMLPLCondition::DipzMLPLCondition | ( | double | wp, | 
        
          |  |  | unsigned int | capacity, | 
        
          |  |  | const std::string & | decName_z, | 
        
          |  |  | const std::string & | decName_negLogSigma2 | 
        
          |  | ) |  |  | 
      
 
 
◆ ~DipzMLPLCondition()
  
  | 
        
          | DipzMLPLCondition::~DipzMLPLCondition | ( |  | ) |  |  | inlineoverride | 
 
 
◆ capacity()
  
  | 
        
          | virtual unsigned int DipzMLPLCondition::capacity | ( |  | ) | const |  | inlineoverridevirtual | 
 
 
◆ isSatisfied()
Implements ICondition.
Definition at line 25 of file DipzMLPLCondition.cxx.
   29     std::stringstream ss0;
 
   30     const void* 
address = 
static_cast<const void*
>(
this);
 
   31     ss0 << 
"DipzMLPLCondition: (" << 
address << 
") starts\n";
 
   32     collector -> 
collect(ss0.str(), 
"");
 
   40     std::stringstream ss0;
 
   41     const void* 
address = 
static_cast<const void*
>(
this);
 
   42     ss0 << 
"DipzMLPLCondition: (" << 
address << 
") logproduct term " 
   43     << logproduct << 
" >= " 
   45     << std::boolalpha << pass <<  
" jet group: \n";
 
   47     std::stringstream ss1;
 
   49     for(
const auto& 
ip : ips){
 
   50       address = 
static_cast<const void*
>(
ip.get());
 
   51       ss1 << 
"    "  << 
address << 
" " << 
ip->eta() << 
" e " << 
ip->e() << 
'\n';
 
   54     collector -> 
collect(ss0.str(), ss1.str());
 
 
 
 
◆ toString()
  
  | 
        
          | std::string DipzMLPLCondition::toString | ( |  | ) | const |  | overridevirtual | 
 
 
◆ m_capacity
  
  | 
        
          | const unsigned int DipzMLPLCondition::m_capacity |  | private | 
 
 
◆ m_decName_negLogSigma2
  
  | 
        
          | const std::string DipzMLPLCondition::m_decName_negLogSigma2 |  | private | 
 
 
◆ m_decName_z
  
  | 
        
          | const std::string DipzMLPLCondition::m_decName_z |  | private | 
 
 
◆ m_likelihoodCalculator
◆ m_workingPoint
  
  | 
        
          | double DipzMLPLCondition::m_workingPoint |  | private | 
 
 
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...