ATLAS Offline Software
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Ringer::PreProcessing::Norm::Sequential Class Referenceabstract

#include <Normalizations.h>

Inheritance diagram for Ringer::PreProcessing::Norm::Sequential:
Collaboration diagram for Ringer::PreProcessing::Norm::Sequential:

Public Member Functions

 Sequential ()
 
 Sequential (const float stopEnergy, const float energyThres)
 
virtual void execute (std::vector< float > &inputSpace) const final override
 
virtual void write (TDirectory *configDir, const char *idxStr="") const =0
 Write Ringer procedure to configuration directory. More...
 

Private Member Functions

 Sequential (Sequential &&)
 

Private Attributes

float m_stopEnergy
 The stop energy threshold for increasing noise. More...
 
float m_energyThres
 The energy threshold for choosing. More...
 

Detailed Description

Definition at line 141 of file Normalizations.h.

Constructor & Destructor Documentation

◆ Sequential() [1/3]

Ringer::PreProcessing::Norm::Sequential::Sequential ( )
inline

Definition at line 148 of file Normalizations.h.

149  : m_stopEnergy(0),
150  m_energyThres(0){;}

◆ Sequential() [2/3]

Ringer::PreProcessing::Norm::Sequential::Sequential ( const float  stopEnergy,
const float  energyThres 
)
inline

Definition at line 152 of file Normalizations.h.

155  : m_stopEnergy(stopEnergy),
156  m_energyThres(energyThres){;}

◆ Sequential() [3/3]

Ringer::PreProcessing::Norm::Sequential::Sequential ( Sequential &&  )
private

Member Function Documentation

◆ execute()

virtual void Ringer::PreProcessing::Norm::Sequential::execute ( std::vector< float > &  inputSpace) const
finaloverridevirtual

◆ write()

virtual void Ringer::IRingerProcedure::write ( TDirectory *  configDir,
const char *  idxStr = "" 
) const
pure virtualinherited

Write Ringer procedure to configuration directory.

Member Data Documentation

◆ m_energyThres

float Ringer::PreProcessing::Norm::Sequential::m_energyThres
private

The energy threshold for choosing.

Definition at line 165 of file Normalizations.h.

◆ m_stopEnergy

float Ringer::PreProcessing::Norm::Sequential::m_stopEnergy
private

The stop energy threshold for increasing noise.

Definition at line 163 of file Normalizations.h.


The documentation for this class was generated from the following file:
Ringer::PreProcessing::Norm::Sequential::m_stopEnergy
float m_stopEnergy
The stop energy threshold for increasing noise.
Definition: Normalizations.h:163
Ringer::PreProcessing::Norm::Sequential::m_energyThres
float m_energyThres
The energy threshold for choosing.
Definition: Normalizations.h:165