ATLAS Offline Software
Public Member Functions | Public Attributes | Friends | List of all members
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

Friends And Related Function Documentation

◆ 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.

◆ ntrig

int OutputFromSectorLogic::ntrig {0}

Definition at line 63 of file SectorLogic.h.

◆ ntrig1

int OutputFromSectorLogic::ntrig1 {0}

Definition at line 76 of file SectorLogic.h.

◆ ntrig2

int OutputFromSectorLogic::ntrig2 {0}

Definition at line 77 of file SectorLogic.h.

◆ ove1

int OutputFromSectorLogic::ove1 {0}

Definition at line 68 of file SectorLogic.h.

◆ ove2

int OutputFromSectorLogic::ove2 {0}

Definition at line 73 of file SectorLogic.h.

◆ ovf1

int OutputFromSectorLogic::ovf1 {0}

Definition at line 67 of file SectorLogic.h.

◆ ovf2

int OutputFromSectorLogic::ovf2 {0}

Definition at line 72 of file SectorLogic.h.

◆ pad1

int OutputFromSectorLogic::pad1 {0}

Definition at line 65 of file SectorLogic.h.

◆ pad2

int OutputFromSectorLogic::pad2 {0}

Definition at line 70 of file SectorLogic.h.

◆ pt1

int OutputFromSectorLogic::pt1 {0}

Definition at line 74 of file SectorLogic.h.

◆ pt2

int OutputFromSectorLogic::pt2 {0}

Definition at line 75 of file SectorLogic.h.

◆ r1

int OutputFromSectorLogic::r1 {0}

Definition at line 66 of file SectorLogic.h.

◆ r2

int OutputFromSectorLogic::r2 {0}

Definition at line 71 of file SectorLogic.h.

◆ roi1

int OutputFromSectorLogic::roi1 {0}

Definition at line 64 of file SectorLogic.h.

◆ roi2

int OutputFromSectorLogic::roi2 {0}

Definition at line 69 of file SectorLogic.h.

◆ sign1

int OutputFromSectorLogic::sign1 {0}

Definition at line 79 of file SectorLogic.h.

◆ sign2

int OutputFromSectorLogic::sign2 {0}

Definition at line 80 of file SectorLogic.h.


The documentation for this class was generated from the following file:
OutputFromSectorLogic::ove2
int ove2
Definition: SectorLogic.h:73
OutputFromSectorLogic::r1
int r1
Definition: SectorLogic.h:66
OutputFromSectorLogic::sign1
int sign1
Definition: SectorLogic.h:79
OutputFromSectorLogic::pad1
int pad1
Definition: SectorLogic.h:65
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
OutputFromSectorLogic::ovf1
int ovf1
Definition: SectorLogic.h:67
OutputFromSectorLogic::bcid
int bcid
Definition: SectorLogic.h:78
OutputFromSectorLogic::roi1
int roi1
Definition: SectorLogic.h:64
OutputFromSectorLogic::pt1
int pt1
Definition: SectorLogic.h:74
OutputFromSectorLogic::pt2
int pt2
Definition: SectorLogic.h:75
OutputFromSectorLogic::ove1
int ove1
Definition: SectorLogic.h:68
OutputFromSectorLogic::ntrig1
int ntrig1
Definition: SectorLogic.h:76
OutputFromSectorLogic::ntrig2
int ntrig2
Definition: SectorLogic.h:77
OutputFromSectorLogic::sign2
int sign2
Definition: SectorLogic.h:80
OutputFromSectorLogic::roi2
int roi2
Definition: SectorLogic.h:69
OutputFromSectorLogic::pad2
int pad2
Definition: SectorLogic.h:70
OutputFromSectorLogic::r2
int r2
Definition: SectorLogic.h:71
OutputFromSectorLogic::ntrig
int ntrig
Definition: SectorLogic.h:63
OutputFromSectorLogic::ovf2
int ovf2
Definition: SectorLogic.h:72