00001
00002
00003 #ifndef MUONIDHELPERS_MUONSTATIONINDEXHELPERS_H
00004 #define MUONIDHELPERS_MUONSTATIONINDEXHELPERS_H
00005
00006 #include <vector>
00007 #include "MuonIdHelpers/MuonStationIndex.h"
00008
00009 namespace Muon {
00010 class MuonStationIndexHelpers {
00011 public:
00012
00014 static std::vector<MuonStationIndex::TechnologyIndex> technologiesInStation( MuonStationIndex::StIndex stIndex );
00015
00017 static bool isSmall( int sector );
00018 };
00019 }
00020
00021 #endif