ATLAS Offline Software
Classes | Functions
Tree.h File Reference
#include <vector>
#include <ostream>
Include dependency graph for Tree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tree
 

Functions

std::ostream & operator<< (std::ostream &, const Tree &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const Tree  
)

Definition at line 84 of file Tree.cxx.

84  {
85  out << "[";
86  auto n = t.size();
87  auto i = 0u;
88 
89  for(; i < n; ++i){out << t.parent(i) << " ";}
90 
91  out << "]";
92  return out;
93 }
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
Trk::u
@ u
Enums for curvilinear frames.
Definition: ParamDefs.h:83
lumiFormat.i
int i
Definition: lumiFormat.py:92
beamspotman.n
n
Definition: beamspotman.py:731