ATLAS Offline Software
Loading...
Searching...
No Matches
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}
@ u
Enums for curvilinear frames.
Definition ParamDefs.h:77