Discriminator interface to be used by Ringer Wrapper.
More...
#include <IRingerProcedure.h>
Discriminator interface to be used by Ringer Wrapper.
Definition at line 309 of file IRingerProcedure.h.
◆ etaDep()
Returns whether it is et dependent.
◆ etaMax()
float Ringer::VariableDependency::etaMax |
( |
| ) |
const |
|
inherited |
◆ etaMin()
float Ringer::VariableDependency::etaMin |
( |
| ) |
const |
|
inherited |
◆ etDep()
Returns whether it is et dependent.
◆ etMax()
float Ringer::VariableDependency::etMax |
( |
| ) |
const |
|
inherited |
◆ etMin()
float Ringer::VariableDependency::etMin |
( |
| ) |
const |
|
inherited |
◆ execute()
virtual void Ringer::Discrimination::IDiscriminator::execute |
( |
const std::vector< float > & |
input, |
|
|
std::vector< float > & |
output |
|
) |
| const |
|
pure virtualinherited |
◆ isWithinEtaRange()
bool Ringer::VariableDependency::isWithinEtaRange |
( |
const float |
eta | ) |
const |
|
inherited |
Check if eta is within this procedure range.
◆ isWithinEtRange()
bool Ringer::VariableDependency::isWithinEtRange |
( |
const float |
et | ) |
const |
|
inherited |
Check if et is within this procedure et range.
◆ isWithinRange()
Check if depVar is within this procedure range.
◆ read() [1/2]
◆ read() [2/2]
static void Ringer::VariableDependency::read |
( |
VariableDependency * |
varDep, |
|
|
TDirectory * |
configDir, |
|
|
unsigned |
writtenVersion |
|
) |
| |
|
staticinherited |
Read variable dependency from directory.
◆ setEtaDep()
void Ringer::VariableDependency::setEtaDep |
( |
const float |
etaMin, |
|
|
const float |
etaMax |
|
) |
| |
|
inherited |
Set this procedure to be eta dependent:
◆ setEtaEtDep()
void Ringer::VariableDependency::setEtaEtDep |
( |
const float |
etaMin, |
|
|
const float |
etaMax, |
|
|
const float |
etMin, |
|
|
const float |
etMax |
|
) |
| |
|
inherited |
Set this procedure to be et dependent.
◆ setEtDep()
void Ringer::VariableDependency::setEtDep |
( |
const float |
etMin, |
|
|
const float |
etMax |
|
) |
| |
|
inherited |
Set this procedure to be et dependent.
◆ type()
std::string Ringer::VariableDependency::type |
( |
| ) |
const |
|
inherited |
Return this variable dependency string.
This is not a virtual method.
◆ write()
virtual void Ringer::IRingerProcedure::write |
( |
TDirectory * |
configDir, |
|
|
const char * |
idxStr = "" |
|
) |
| const |
|
pure virtualinherited |
Write Ringer procedure to configuration directory.
◆ writeDepInfo()
void Ringer::VariableDependency::writeDepInfo |
( |
TDirectory * |
configDir | ) |
const |
|
inherited |
Write variable dependency to directory.
This is not a virtual method.
◆ m_etaDependency
EtaDependency Ringer::VariableDependency::m_etaDependency {EtaDependency::EtaIndependent} |
|
privateinherited |
◆ m_etaMax
float Ringer::VariableDependency::m_etaMax {0} |
|
privateinherited |
◆ m_etaMin
float Ringer::VariableDependency::m_etaMin {0} |
|
privateinherited |
◆ m_etDependency
EtDependency Ringer::VariableDependency::m_etDependency {EtDependency::EtIndependent} |
|
privateinherited |
◆ m_etMax
float Ringer::VariableDependency::m_etMax {0} |
|
privateinherited |
◆ m_etMin
float Ringer::VariableDependency::m_etMin {0} |
|
privateinherited |
The documentation for this class was generated from the following file: