ATLAS Offline Software
Loading...
Searching...
No Matches
TrigNavigation/TrigNavigation/TriggerElement.h
Go to the documentation of this file.
1// -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef TRIGNAVIGATION_TRIGGERELEMENT_H
8#define TRIGNAVIGATION_TRIGGERELEMENT_H
9
10
12
13#include "GaudiKernel/MsgStream.h"
14
15
16MsgStream& operator<< ( MsgStream& m, const HLT::TriggerElement& te );
17MsgStream& operator<< ( MsgStream& m, const HLT::TriggerElement::ObjectIndex& i );
18#endif //TRIGGERELEMENT_H
MsgStream & operator<<(MsgStream &m, const HLT::TriggerElement &te)
Helper class for conversion from/to int stored in TE and pair of ints used in Navigation Object point...
TriggerElement is the basic ingreedient of the interface between HLT algorithms and the navigation It...