ATLAS Offline Software
Functions
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 }
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
Base_Fragment.width
width
Definition: Sherpa_i/share/common/Base_Fragment.py:59