ATLAS Offline Software
Public Member Functions | List of all members
TrigConf::ISequenceContentTableLoader Class Referenceabstract

Interface for loaders of the HLT sequences. More...

#include <ISequenceContentTableLoader.h>

Inheritance diagram for TrigConf::ISequenceContentTableLoader:
Collaboration diagram for TrigConf::ISequenceContentTableLoader:

Public Member Functions

virtual ~ISequenceContentTableLoader () override=default
 destructor More...
 
virtual bool load (TrigConfData &data)=0
 Load the HLT sequence definitions from the configuration source. More...
 
virtual void setLevel (MSGTC::Level lvl)=0
 Load the configuration data from the configuration source. More...
 
virtual MSGTC::Level outputLevel () const =0
 
virtual int verbose () const =0
 
virtual void setVerbose (int v)=0
 

Detailed Description

Interface for loaders of the HLT sequences.

Definition at line 17 of file ISequenceContentTableLoader.h.

Constructor & Destructor Documentation

◆ ~ISequenceContentTableLoader()

virtual TrigConf::ISequenceContentTableLoader::~ISequenceContentTableLoader ( )
overridevirtualdefault

destructor

Member Function Documentation

◆ load()

virtual bool TrigConf::ISequenceContentTableLoader::load ( TrigConfData data)
pure virtual

Load the HLT sequence definitions from the configuration source.

Parameters
sequenceContentreference to the SequenceContentTable object to be filled
Returns
true if the loading was successful, false otherwise

◆ outputLevel()

virtual MSGTC::Level TrigConf::ILoader::outputLevel ( ) const
pure virtualinherited

Implemented in TrigConf::DBLoader.

◆ setLevel()

virtual void TrigConf::ILoader::setLevel ( MSGTC::Level  lvl)
pure virtualinherited

Load the configuration data from the configuration source.

Parameters
ctpcreference to the data object to be filled
Returns
true if the loading was successful, false otherwise

Implemented in TrigConf::DBLoader.

◆ setVerbose()

virtual void TrigConf::ILoader::setVerbose ( int  v)
pure virtualinherited

Implemented in TrigConf::DBLoader.

◆ verbose()

virtual int TrigConf::ILoader::verbose ( ) const
pure virtualinherited

Implemented in TrigConf::DBLoader.


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