ATLAS Offline Software
Loading...
Searching...
No Matches
xAOD::TrigNavigation_v1 Class Reference

Interface to the raw trigger navigation information of the event. More...

#include <TrigNavigation_v1.h>

Inheritance diagram for xAOD::TrigNavigation_v1:
Collaboration diagram for xAOD::TrigNavigation_v1:

Public Member Functions

 TrigNavigation_v1 ()
 Default constructor.
const std::vector< unsigned int > & serialized () const
 expose the navigation information (in serialized form)
void setSerialized (const std::vector< unsigned int > &value)
 sets the serialized form of the navigation from the argument

Detailed Description

Interface to the raw trigger navigation information of the event.

This interface is used to access the raw trigger navigation information in the event. It should only be used directly by experts, regular users should access the trigger navigation information rather through the TrigNavStructure class.

Author
Tomasz Bold
Revision
631149
Date
2014-11-26 13:26:18 +0100 (Wed, 26 Nov 2014)

Definition at line 34 of file TrigNavigation_v1.h.

Constructor & Destructor Documentation

◆ TrigNavigation_v1()

xAOD::TrigNavigation_v1::TrigNavigation_v1 ( )

Default constructor.

Definition at line 15 of file TrigNavigation_v1.cxx.

16 : SG::AuxElement() {
17
18 }
AuxElement(SG::AuxVectorData *container, size_t index)
Base class for elements of a container that can have aux data.

Member Function Documentation

◆ serialized()

const std::vector< unsigned int > & xAOD::TrigNavigation_v1::serialized ( ) const

expose the navigation information (in serialized form)

◆ setSerialized()

void xAOD::TrigNavigation_v1::setSerialized ( const std::vector< unsigned int > & value)

sets the serialized form of the navigation from the argument


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