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

Friends And Related Function Documentation

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

◆ run1

bool SoshiFormat::run1 =false

Definition at line 22 of file PixelModuleDataStream.h.


The documentation for this struct was generated from the following file:
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
SoshiFormat::run1
bool run1
Definition: PixelModuleDataStream.h:22
lumiFormat.i
int i
Definition: lumiFormat.py:92
SoshiFormat::m_is
std::istream * m_is
Definition: PixelModuleDataStream.h:21