ATLAS Offline Software
Namespaces | Functions
NavigationTesterAlg.cxx File Reference
#include <GaudiKernel/StatusCode.h>
#include <set>
#include <algorithm>
#include <iterator>
#include "TrigCompositeUtils/ChainNameParser.h"
#include "NavigationTesterAlg.h"
#include "SpecialCases.h"
Include dependency graph for NavigationTesterAlg.cxx:

Go to the source code of this file.

Namespaces

 xAOD
 ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
 
 Trig
 The common trigger namespace for trigger analysis tools.
 

Functions

std::ostream & xAOD::operator<< (std::ostream &os, const xAOD::IParticle *p)
 
template<typename T >
std::ostream & std::operator<< (std::ostream &os, const std::set< T > &s)
 

Function Documentation

◆ operator<<()

template<typename T >
std::ostream& std::operator<< ( std::ostream &  os,
const std::set< T > &  s 
)

Definition at line 44 of file NavigationTesterAlg.cxx.

45  {
46  os << "{";
47  for (auto itr = s.begin(); itr != s.end(); ++itr)
48  {
49  if (itr != s.begin())
50  os << ", ";
51  os << *itr;
52  }
53  return os << "}";
54  }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231