#include <NSWOfflineHelper.h>
Definition at line 48 of file NSWOfflineHelper.h.
◆ NSWOfflineRobId()
| Muon::nsw::helper::NSWOfflineRobId::NSWOfflineRobId |
( |
const std::string & | station_name, |
|
|
int8_t | station_eta, |
|
|
uint8_t | station_phi ) |
Definition at line 47 of file NSWOfflineHelper.cxx.
48{
51 const std::pair <std::string, bool> name_and_side = {detectorString,
station_eta > 0};
52
53 uint8_t detId = Muon::nsw::helper::s_station_to_detector_map.at (name_and_side);
55
56
57
59 if( detectorString=="MM" && splitConfig == 3) continue;
60 uint32_t sourceId = (detId << 16) | (splitConfig << 8) | sector;
62 }
63
64}
std::vector< uint32_t > m_sourceIds
str station_name
Simple script to generate a BIS78 cabling map as used for the Monte Carlo processing.
◆ ~NSWOfflineRobId()
| virtual Muon::nsw::helper::NSWOfflineRobId::~NSWOfflineRobId |
( |
| ) |
|
|
inlinevirtual |
◆ get_ids()
| const std::vector< uint32_t > & Muon::nsw::helper::NSWOfflineRobId::get_ids |
( |
| ) |
const |
|
inline |
◆ m_sourceIds
| std::vector<uint32_t> Muon::nsw::helper::NSWOfflineRobId::m_sourceIds |
|
private |
The documentation for this class was generated from the following files: