ATLAS Offline Software
Loading...
Searching...
No Matches
MioctROIGeometry.h File Reference
#include <string>
#include <ostream>
#include <iomanip>
Include dependency graph for MioctROIGeometry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MioctROIGeometry

Functions

std::ostream & mioctIndent (std::ostream &o, int lvl, int size)

Function Documentation

◆ mioctIndent()

std::ostream & mioctIndent ( std::ostream & o,
int lvl,
int size )

Definition at line 12 of file MioctROIGeometry.cxx.

13{
14 int width = lvl*size;
15 if(width==0) return o;
16 o << std::setw(lvl*size) << " ";
17 return o;
18}
const double width