#include <TrigNavigation_v1.h>
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 |
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.