ATLAS Offline Software
Loading...
Searching...
No Matches
SoshiFormat Struct Reference

#include <PixelModuleDataStream.h>

Collaboration diagram for SoshiFormat:

Public Member Functions

 SoshiFormat ()=default
 SoshiFormat (bool run1arg)

Public Attributes

std::istream * m_is {}
bool run1 =false

Friends

SoshiFormatoperator>> (std::istream &i, SoshiFormat &f)

Detailed Description

Definition at line 20 of file PixelModuleDataStream.h.

Constructor & Destructor Documentation

◆ SoshiFormat() [1/2]

SoshiFormat::SoshiFormat ( )
default

◆ SoshiFormat() [2/2]

SoshiFormat::SoshiFormat ( bool run1arg)
inline

Definition at line 24 of file PixelModuleDataStream.h.

24:m_is{}, run1(run1arg){};
std::istream * m_is

◆ operator>>

SoshiFormat & operator>> ( std::istream & i,
SoshiFormat & f )
friend

Definition at line 25 of file PixelModuleDataStream.h.

25 {
26 f.m_is = &i;
27 return f;
28 }

Member Data Documentation

◆ m_is

std::istream* SoshiFormat::m_is {}

Definition at line 21 of file PixelModuleDataStream.h.

21{};

◆ run1

bool SoshiFormat::run1 =false

Definition at line 22 of file PixelModuleDataStream.h.


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