ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2MuonSA::BarrelRoadData Class Reference

#include <BarrelRoadData.h>

Collaboration diagram for TrigL2MuonSA::BarrelRoadData:

Public Types

typedef float(* Roads)[12][8]

Public Member Functions

 BarrelRoadData ()
Roads roads (void) const

Private Attributes

float m_roads [2][12][8]

Friends

class BarrelRoadDataSvc

Detailed Description

Definition at line 10 of file BarrelRoadData.h.

Member Typedef Documentation

◆ Roads

typedef float(* TrigL2MuonSA::BarrelRoadData::Roads)[12][8]

Definition at line 13 of file BarrelRoadData.h.

Constructor & Destructor Documentation

◆ BarrelRoadData()

TrigL2MuonSA::BarrelRoadData::BarrelRoadData ( )

Definition at line 43 of file BarrelRoadData.cxx.

44{
45 for(int th=0;th<2;++th) {
46 for(int pos=0;pos<4;++pos) {
47 for(int ly=0;ly<8;++ly) {
48 m_roads[th][pos*3][ly] = MuonRoads[th][pos*3][ly];
49 m_roads[th][pos*3+1][ly] = MuonRoads[th][pos*3+1][ly];
50 m_roads[th][pos*3+2][ly] = MuonRoads[th][pos*3+2][ly];
51 }
52 }
53 }
54}
const float MuonRoads[2][12][8]

Member Function Documentation

◆ roads()

BarrelRoadData::Roads TrigL2MuonSA::BarrelRoadData::roads ( void ) const
inline

Definition at line 29 of file BarrelRoadData.h.

30 {
32 }

◆ BarrelRoadDataSvc

friend class BarrelRoadDataSvc
friend

Definition at line 24 of file BarrelRoadData.h.

Member Data Documentation

◆ m_roads

float TrigL2MuonSA::BarrelRoadData::m_roads[2][12][8]
private

Definition at line 22 of file BarrelRoadData.h.


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