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].
|
| bool | isWithinRange (const DepVarStruct &depVar) const |
| | Check if depVar is within this procedure range.
|
| bool | isWithinEtaRange (const float eta) const |
| | Check if eta is within this procedure range.
|
| EtaDependency | etaDep () const |
| | Returns whether it is et dependent.
|
| float | etaMin () const |
| | Get eta min.
|
| float | etaMax () const |
| | Get eta max.
|
| float | etMin () const |
| | Get et min.
|
| float | etMax () const |
| | Get et max.
|
| void | setEtaDep (const float etaMin, const float etaMax) |
| | Set this procedure to be eta dependent:
|
| bool | isWithinEtRange (const float et) const |
| | Check if et is within this procedure et range.
|
| EtDependency | etDep () const |
| | Returns whether it is et dependent.
|
| void | setEtDep (const float etMin, const float etMax) |
| | Set this procedure to be et dependent.
|
| void | setEtaEtDep (const float etaMin, const float etaMax, const float etMin, const float etMax) |
| | Set this procedure to be et dependent.
|
| std::string | type () const |
| | Return this variable dependency string.
|
| void | writeDepInfo (TDirectory *configDir) const |
| | Write variable dependency to directory.
|
| virtual void | write (TDirectory *configDir, const char *idxStr="") const =0 |
| | Write Ringer procedure to configuration directory.
|
|
| virtual void | execute (std::vector< float > &inputSpace) const =0 |
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()
| bool Ringer::VariableDependency::isWithinRange |
( |
const DepVarStruct & | depVar | ) |
const |
|
inherited |
Check if depVar is within this procedure range.
◆ read() [1/2]
◆ read() [2/2]
| 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
◆ m_etaMax
| float Ringer::VariableDependency::m_etaMax {0} |
|
privateinherited |
◆ m_etaMin
| float Ringer::VariableDependency::m_etaMin {0} |
|
privateinherited |
◆ m_etDependency
◆ 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: