PreProcessor interface to be used by Ringer Wrapper.
More...
#include <IRingerProcedure.h>
Inherits Ringer::VariableDependency, and Ringer::PreProcessing::IPreProcessor.
Inherited by Ringer::PreProcessing::Norm::ConstantValueVarDep [virtual], Ringer::PreProcessing::Norm::ExtraPatternsNormVarDep [virtual], Ringer::PreProcessing::Norm::MevToGevVarDep [virtual], Ringer::PreProcessing::Norm::MinMaxVarDep [virtual], Ringer::PreProcessing::Norm::Norm1VarDep [virtual], Ringer::PreProcessing::Norm::Norm2VarDep [virtual], Ringer::PreProcessing::Norm::SequentialVarDep [virtual], Ringer::PreProcessing::Norm::SpherizationVarDep [virtual], and Ringer::PreProcessing::Norm::SqrtVarDep [virtual].
PreProcessor interface to be used by Ringer Wrapper.
Definition at line 267 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::PreProcessing::IPreProcessor::execute |
( |
std::vector< float > & |
inputSpace | ) |
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: