ATLAS Offline Software
Functions
TrigNavStructure.cxx File Reference
#include <sstream>
#include <iostream>
#include <algorithm>
#include <iterator>
#include "TrigNavStructure/TypelessHolder.h"
#include "TrigNavStructure/TrigNavStructure.h"
Include dependency graph for TrigNavStructure.cxx:

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 19 of file TrigNavStructure.cxx.

20 {
21  s<< "[";for(auto i:v){s << i << ", ";} s << "]";
22  return s;
23 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
lumiFormat.i
int i
Definition: lumiFormat.py:92
python.PyAthena.v
v
Definition: PyAthena.py:157