ATLAS Offline Software
Loading...
Searching...
No Matches
SectorLogic.h File Reference
#include <array>
#include <cctype>
#include <cerrno>
#include <cfloat>
#include <climits>
#include <clocale>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <fstream>
#include <iostream>
#include "MuonCablingTools/BaseObject.h"
#include "TrigT1RPChardware/Lvl1Def.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DataFromPad
class  OutputFromSectorLogic
class  InternalRegister
class  SectorLogic

Functions

std::ostream & dfpa (std::ostream &stream, int indent, int whitesp, int ntimes)
std::ostream & ofsla (std::ostream &stream, int indent, int whitesp, int ntimes)

Function Documentation

◆ dfpa()

std::ostream & dfpa ( std::ostream & stream,
int indent,
int whitesp,
int ntimes )

Definition at line 46 of file SectorLogic.cxx.

46 {
47 int iind = 0, iwhit = 0, itime = 0;
48 for (iind = 0; iind <= indent - 1; iind++) stream << " ";
49 for (itime = 0; itime <= ntimes - 1; itime++) {
50 for (iwhit = 0; iwhit <= whitesp - 1; iwhit++) stream << " ";
51 stream << "b o r o o p m n s";
52 }
53 stream << std::endl;
54 for (iind = 0; iind <= indent - 1; iind++) stream << " ";
55 for (itime = 0; itime <= ntimes - 1; itime++) {
56 for (iwhit = 0; iwhit <= whitesp - 1; iwhit++) stream << " ";
57 stream << "c p s e f t t t g";
58 }
59 stream << std::endl;
60 return stream;
61}

◆ ofsla()

std::ostream & ofsla ( std::ostream & stream,
int indent,
int whitesp,
int ntimes )

Definition at line 83 of file SectorLogic.cxx.

83 {
84 int iind = 0, iwhit = 0, itime = 0;
85 for (iind = 0; iind <= indent - 1; iind++) stream << " ";
86 for (itime = 0; itime <= ntimes - 1; itime++) {
87 for (iwhit = 0; iwhit <= whitesp - 1; iwhit++) stream << " ";
88 stream << "ss bnnppoorproorprn";
89 }
90 stream << std::endl;
91 for (iind = 0; iind <= indent - 1; iind++) stream << " ";
92 for (itime = 0; itime <= ntimes - 1; itime++) {
93 for (iwhit = 0; iwhit <= whitesp - 1; iwhit++) stream << " ";
94 stream << "gg cttttefsdiefsdit";
95 }
96 stream << std::endl;
97 for (iind = 0; iind <= indent - 1; iind++) stream << " ";
98 for (itime = 0; itime <= ntimes - 1; itime++) {
99 for (iwhit = 0; iwhit <= whitesp - 1; iwhit++) stream << " ";
100 stream << "21 21212222211111 ";
101 }
102 stream << std::endl;
103 return stream;
104}