ATLAS Offline Software
Loading...
Searching...
No Matches
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 & 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