ATLAS Offline Software
Loading...
Searching...
No Matches
NavigationCore.cxx File Reference
#include <sstream>
#include <iostream>
#include <algorithm>
#include "GaudiKernel/IConversionSvc.h"
#include "AthenaKernel/DataBucketBase.h"
#include "AthenaKernel/SlotSpecificObj.h"
#include "CxxUtils/crc64.h"
#include "CxxUtils/checker_macros.h"
#include "TrigConfHLTUtils/HLTUtils.h"
#include "TrigNavigation/TriggerElement.h"
#include "TrigNavigation/NavigationCore.h"
#include "TrigSerializeResult/StringSerializer.h"
#include "TrigSerializeCnvSvc/TrigStreamAddress.h"
#include <unordered_map>

Go to the source code of this file.

Functions

template<typename T>
std::ostream & operator<< (std::ostream &s, const std::vector< T > &v)

Function Documentation

◆ operator<<()

template<typename T>
std::ostream & operator<< ( std::ostream & s,
const std::vector< T > & v )

Definition at line 29 of file NavigationCore.cxx.

30{
31 s<< "[";for(auto i:v){s << i << ", ";} s << "]";
32 return s;
33}
const FeatureContainerInit< FEATURE, CONTAINER > RegisterFeatureContainerTypes< FEATURE, CONTAINER >::s