ATLAS Offline Software
Loading...
Searching...
No Matches
BarrelRoadData.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGL2MUONSA_MU_BARRELROADDATA_H
6#define TRIGL2MUONSA_MU_BARRELROADDATA_H
7
8namespace TrigL2MuonSA {
9
11
12 public:
13 typedef float (*Roads)[12][8];
14
15 public:
17
18 public:
19 Roads roads(void) const;
20
21 private:
22 float m_roads[2][12][8];
23
24 friend class BarrelRoadDataSvc;
25
26 };
27
30 {
32 }
33
34}
35
36#endif // TRIGL2MUONSA_MU_BARRELROADDATA_H
37