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

Interface for all services/tools that provide LVL1 menu configuration information. More...

#include <IILVL1ConfigSvc.h>

Inheritance diagram for TrigConf::IILVL1ConfigSvc:
Collaboration diagram for TrigConf::IILVL1ConfigSvc:

Public Member Functions

virtual ~IILVL1ConfigSvc ()=default
 destructor More...
 
virtual const CTPConfigctpConfig () const =0
 Provides the LVL1 trigger menu. More...
 
virtual const ThresholdConfigthresholdConfig () const =0
 Provides the LVL1 threshold configuration. More...
 
virtual const BunchGroupSetbunchGroupSet () const =0
 Provides the LVL1 bunch group set. More...
 
virtual uint32_t lvl1PrescaleKey () const =0
 accessor to the configuration lvl1 prescale key More...
 
virtual uint32_t bunchGroupSetKey () const =0
 accessor to the LVL1 bunch group set key More...
 
virtual const ::TrigConf::L1Menul1Menu (const ::EventContext &ctx) const =0
 Returns the JSON configured L1 ptree. More...
 
virtual const ::TrigConf::L1PrescalesSetl1PrescalesSet (const ::EventContext &ctx) const =0
 Returns the JSON configured L1 prescales ptree. More...
 
virtual const ::TrigConf::L1BunchGroupSetl1BunchGroupSet (const ::EventContext &ctx) const =0
 Returns the JSON configured bunchgroup ptree. More...
 

Detailed Description

Interface for all services/tools that provide LVL1 menu configuration information.

Revision
612008
Date
2014-08-15 15:35:58 +0200 (Fri, 15 Aug 2014)

Definition at line 36 of file IILVL1ConfigSvc.h.

Constructor & Destructor Documentation

◆ ~IILVL1ConfigSvc()

virtual TrigConf::IILVL1ConfigSvc::~IILVL1ConfigSvc ( )
virtualdefault

destructor

Member Function Documentation

◆ bunchGroupSet()

virtual const BunchGroupSet* TrigConf::IILVL1ConfigSvc::bunchGroupSet ( ) const
pure virtual

Provides the LVL1 bunch group set.

Implemented in TrigConf::xAODConfigTool.

◆ bunchGroupSetKey()

virtual uint32_t TrigConf::IILVL1ConfigSvc::bunchGroupSetKey ( ) const
pure virtual

accessor to the LVL1 bunch group set key

Implemented in TrigConf::xAODConfigTool.

◆ ctpConfig()

virtual const CTPConfig* TrigConf::IILVL1ConfigSvc::ctpConfig ( ) const
pure virtual

Provides the LVL1 trigger menu.

Implemented in TrigConf::xAODConfigTool.

◆ l1BunchGroupSet()

virtual const ::TrigConf::L1BunchGroupSet& TrigConf::IILVL1ConfigSvc::l1BunchGroupSet ( const ::EventContext &  ctx) const
pure virtual

Returns the JSON configured bunchgroup ptree.

◆ l1Menu()

virtual const ::TrigConf::L1Menu& TrigConf::IILVL1ConfigSvc::l1Menu ( const ::EventContext &  ctx) const
pure virtual

Returns the JSON configured L1 ptree.

◆ l1PrescalesSet()

virtual const ::TrigConf::L1PrescalesSet& TrigConf::IILVL1ConfigSvc::l1PrescalesSet ( const ::EventContext &  ctx) const
pure virtual

Returns the JSON configured L1 prescales ptree.

◆ lvl1PrescaleKey()

virtual uint32_t TrigConf::IILVL1ConfigSvc::lvl1PrescaleKey ( ) const
pure virtual

accessor to the configuration lvl1 prescale key

Implemented in TrigConf::xAODConfigTool.

◆ thresholdConfig()

virtual const ThresholdConfig* TrigConf::IILVL1ConfigSvc::thresholdConfig ( ) const
pure virtual

Provides the LVL1 threshold configuration.

Implemented in TrigConf::xAODConfigTool.


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