ATLAS Offline Software
Loading...
Searching...
No Matches
OutputFromSectorLogic Class Reference

#include <SectorLogic.h>

Collaboration diagram for OutputFromSectorLogic:

Public Member Functions

 OutputFromSectorLogic ()=default

Public Attributes

int ntrig {0}
int roi1 {0}
int pad1 {0}
int r1 {0}
int ovf1 {0}
int ove1 {0}
int roi2 {0}
int pad2 {0}
int r2 {0}
int ovf2 {0}
int ove2 {0}
int pt1 {0}
int pt2 {0}
int ntrig1 {0}
int ntrig2 {0}
int bcid {0}
int sign1 {0}
int sign2 {0}

Friends

std::ostream & operator<< (std::ostream &stream, OutputFromSectorLogic &o)

Detailed Description

Definition at line 61 of file SectorLogic.h.

Constructor & Destructor Documentation

◆ OutputFromSectorLogic()

OutputFromSectorLogic::OutputFromSectorLogic ( )
default

◆ operator<<

std::ostream & operator<< ( std::ostream & stream,
OutputFromSectorLogic & o )
friend

Definition at line 107 of file SectorLogic.cxx.

107 {
108 // stream << "x x ";
109 stream.setf(std::ios::dec, std::ios::basefield);
110 // stream << setw(3);
111 stream << o.sign2;
112 stream << o.sign1;
113 stream.width(3);
114 stream.fill('x');
115 stream << o.bcid;
116 stream.width(1);
117 stream.fill(' ');
118 stream << o.ntrig2;
119 stream << o.ntrig1;
120 stream << o.pt2;
121 stream << o.pt1;
122 stream << o.ove2;
123 stream << o.ovf2;
124 stream << o.r2;
125 stream << o.pad2;
126 stream << o.roi2;
127 stream << o.ove1;
128 stream << o.ovf1;
129 stream << o.r1;
130 stream << o.pad1;
131 stream << o.roi1;
132 stream << o.ntrig;
133 return stream;
134}

Member Data Documentation

◆ bcid

int OutputFromSectorLogic::bcid {0}

Definition at line 78 of file SectorLogic.h.

78{0};

◆ ntrig

int OutputFromSectorLogic::ntrig {0}

Definition at line 63 of file SectorLogic.h.

63{0};

◆ ntrig1

int OutputFromSectorLogic::ntrig1 {0}

Definition at line 76 of file SectorLogic.h.

76{0};

◆ ntrig2

int OutputFromSectorLogic::ntrig2 {0}

Definition at line 77 of file SectorLogic.h.

77{0};

◆ ove1

int OutputFromSectorLogic::ove1 {0}

Definition at line 68 of file SectorLogic.h.

68{0};

◆ ove2

int OutputFromSectorLogic::ove2 {0}

Definition at line 73 of file SectorLogic.h.

73{0};

◆ ovf1

int OutputFromSectorLogic::ovf1 {0}

Definition at line 67 of file SectorLogic.h.

67{0};

◆ ovf2

int OutputFromSectorLogic::ovf2 {0}

Definition at line 72 of file SectorLogic.h.

72{0};

◆ pad1

int OutputFromSectorLogic::pad1 {0}

Definition at line 65 of file SectorLogic.h.

65{0};

◆ pad2

int OutputFromSectorLogic::pad2 {0}

Definition at line 70 of file SectorLogic.h.

70{0};

◆ pt1

int OutputFromSectorLogic::pt1 {0}

Definition at line 74 of file SectorLogic.h.

74{0};

◆ pt2

int OutputFromSectorLogic::pt2 {0}

Definition at line 75 of file SectorLogic.h.

75{0};

◆ r1

int OutputFromSectorLogic::r1 {0}

Definition at line 66 of file SectorLogic.h.

66{0};

◆ r2

int OutputFromSectorLogic::r2 {0}

Definition at line 71 of file SectorLogic.h.

71{0};

◆ roi1

int OutputFromSectorLogic::roi1 {0}

Definition at line 64 of file SectorLogic.h.

64{0};

◆ roi2

int OutputFromSectorLogic::roi2 {0}

Definition at line 69 of file SectorLogic.h.

69{0};

◆ sign1

int OutputFromSectorLogic::sign1 {0}

Definition at line 79 of file SectorLogic.h.

79{0};

◆ sign2

int OutputFromSectorLogic::sign2 {0}

Definition at line 80 of file SectorLogic.h.

80{0};

The documentation for this class was generated from the following file: