ATLAS Offline Software
RpcGlobalUtilities.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  global functions and stuff ...
7  -----------------------------------------
8  ***************************************************************************/
9 
10 #ifndef RPCRAWDATAMONITORING_RPCGLOBALUTILITIES_H
11 #define RPCRAWDATAMONITORING_RPCGLOBALUTILITIES_H
12 
13 #include <string>
14 
17 
18 class RpcIdHelper;
19 namespace RpcGM {
20 
21 std::vector<int> RpcStripShift(const MuonGM::MuonDetectorManager* m_muonMgr,
22  const RpcIdHelper& rpcIdHelper,
23  Identifier prdcoll_id, int irpctriggerInfo);
24 std::vector<std::string> RpcLayerSectorSideName(const RpcIdHelper& rpcIdHelper,
25  Identifier prdcoll_id,
26  int irpctriggerInfo);
27 
28 } // namespace RpcGM
29 
30 #endif // RPCRAWDATAMONITORING_RPCGLOBALUTILITIES_H
RpcGM::RpcStripShift
std::vector< int > RpcStripShift(const MuonGM::MuonDetectorManager *muonMgr, const RpcIdHelper &rpcIdHelper, Identifier prdcoll_id, int irpctriggerInfo)
Definition: RpcGlobalUtilities.cxx:17
RpcIdHelper
Definition: RpcIdHelper.h:51
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
MuonDetectorManager.h
MuonGM::MuonDetectorManager
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
Definition: MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h:49
RpcGM
Definition: RpcGlobalUtilities.cxx:16
RpcGM::RpcLayerSectorSideName
std::vector< std::string > RpcLayerSectorSideName(const RpcIdHelper &rpcIdHelper, Identifier prdcoll_id, int irpctriggerInfo)
Definition: RpcGlobalUtilities.cxx:468
RpcReadoutElement.h