ATLAS Offline Software
Loading...
Searching...
No Matches
MioctROIGeometry.cxx File Reference
#include "TrigConfMuctpi/MioctROIGeometry.h"
#include <iostream>
#include <iomanip>
Include dependency graph for MioctROIGeometry.cxx:

Go to the source code of this file.

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