ATLAS Offline Software
MuonStationIndexHelpers.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONIDHELPERS_MUONSTATIONINDEXHELPERS_H
6 #define MUONIDHELPERS_MUONSTATIONINDEXHELPERS_H
7 
8 #include <vector>
9 
11 
12 namespace Muon {
14  public:
16  static std::vector<MuonStationIndex::TechnologyIndex> technologiesInStation(MuonStationIndex::StIndex stIndex);
17 
19  static bool isSmall(int sector);
20  };
21 } // namespace Muon
22 
23 #endif
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MuonStationIndexHelpers::technologiesInStation
static std::vector< MuonStationIndex::TechnologyIndex > technologiesInStation(MuonStationIndex::StIndex stIndex)
get techonolgies in
Definition: MuonStationIndexHelpers.cxx:9
Muon::MuonStationIndexHelpers
Definition: MuonStationIndexHelpers.h:13
Muon::MuonStationIndexHelpers::isSmall
static bool isSmall(int sector)
returns whether a sector is small
Definition: MuonStationIndexHelpers.cxx:26
Muon::MuonStationIndex::StIndex
StIndex
enum to classify the different station layers in the muon spectrometer
Definition: MuonStationIndex.h:23
MuonStationIndex.h