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