ATLAS Offline Software
Classes | Functions
Nsw_CablingMap.h File Reference
#include <MuonCablingData/NswZebraData.h>
#include <MuonIdHelpers/IMuonIdHelperSvc.h>
#include <optional>
#include "AthenaKernel/CondCont.h"
Include dependency graph for Nsw_CablingMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Nsw_CablingMap
 

Functions

std::ostream & operator<< (std::ostream &ostr, const NswZebraData &connector)
 
 CLASS_DEF (Nsw_CablingMap, 219609437, 1)
 
 CONDCONT_DEF (Nsw_CablingMap, 110668435)
 

Function Documentation

◆ CLASS_DEF()

CLASS_DEF ( Nsw_CablingMap  ,
219609437  ,
 
)

◆ CONDCONT_DEF()

CONDCONT_DEF ( Nsw_CablingMap  ,
110668435   
)

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ostr,
const NswZebraData connector 
)

Definition at line 7 of file Nsw_CablingMap.cxx.

8  {
9  ostr << "First channel: " << connector.firstChannel
10  << ", last channel: " << connector.lastChannel
11  << " shift: " << connector.shiftChannel;
12  return ostr;
13 }
NswZebraData::firstChannel
int16_t firstChannel
Definition: NswZebraData.h:20
NswZebraData::shiftChannel
int16_t shiftChannel
Definition: NswZebraData.h:22
NswZebraData::lastChannel
int16_t lastChannel
Definition: NswZebraData.h:21