Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
pandora::ExternalParameters Class Reference

External parameters class. More...

#include "ExternallyConfiguredAlgorithm.h"

Inheritance diagram for pandora::ExternalParameters:

Public Member Functions

 ExternalParameters ()
 Default constructor.
 
virtual ~ExternalParameters ()
 Destructor.
 

Private Member Functions

void RegisterParameterAccessAttempt ()
 Register an attempt to access the external parameters during algorithm configuration.
 

Private Attributes

unsigned int m_nParameterAccessAttempts
 The number of attempts made to access the external parameters.
 

Friends

class ExternallyConfiguredAlgorithm
 

Detailed Description

External parameters class.

Definition at line 22 of file ExternallyConfiguredAlgorithm.h.

Constructor & Destructor Documentation

◆ ExternalParameters()

pandora::ExternalParameters::ExternalParameters ( )

Default constructor.

Definition at line 18 of file ExternallyConfiguredAlgorithm.cc.

◆ ~ExternalParameters()

pandora::ExternalParameters::~ExternalParameters ( )
virtual

Destructor.

Definition at line 25 of file ExternallyConfiguredAlgorithm.cc.

Member Function Documentation

◆ RegisterParameterAccessAttempt()

void pandora::ExternalParameters::RegisterParameterAccessAttempt ( )
private

Register an attempt to access the external parameters during algorithm configuration.

Definition at line 31 of file ExternallyConfiguredAlgorithm.cc.

Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ ExternallyConfiguredAlgorithm

friend class ExternallyConfiguredAlgorithm
friend

Definition at line 43 of file ExternallyConfiguredAlgorithm.h.

Member Data Documentation

◆ m_nParameterAccessAttempts

unsigned int pandora::ExternalParameters::m_nParameterAccessAttempts
private

The number of attempts made to access the external parameters.

Definition at line 41 of file ExternallyConfiguredAlgorithm.h.


The documentation for this class was generated from the following files: