ATLAS Offline Software
Functions
Tree.cxx File Reference
#include "./Tree.h"
#include <algorithm>
Include dependency graph for Tree.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

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