Project
Loading...
Searching...
No Matches
ElectronicMapperString.cxx
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
11
13#include "MapCRU.h"
14#include "MapFEC.h"
15
16namespace o2::mch::raw
17{
18
19std::string ElectronicMapperString::sCruMap = "";
20std::string ElectronicMapperString::sFecMap = "";
21
22template <>
28
29template <>
35
36template <>
42
43template <>
44std::set<uint16_t> getSolarUIDs<ElectronicMapperString>()
45{
47 return m.getSolarUIDs();
48}
49
50} // namespace o2::mch::raw
const GLfloat * m
Definition glcorearb.h:4066
FeeLink2SolarMapper createFeeLink2SolarMapper< ElectronicMapperString >()
std::function< std::optional< DsDetId >(DsElecId)> Elec2DetMapper
Definition Mapper.h:42
std::set< uint16_t > getSolarUIDs< ElectronicMapperString >()
Solar2FeeLinkMapper createSolar2FeeLinkMapper< ElectronicMapperString >()
Elec2DetMapper createElec2DetMapper< ElectronicMapperString >(uint64_t)
std::function< std::optional< uint16_t >(FeeLinkId id)> FeeLink2SolarMapper
From (feeId,linkId) to solarId.
Definition Mapper.h:52
std::function< std::optional< FeeLinkId >(uint16_t solarId)> Solar2FeeLinkMapper
From solarId to (feeId,linkId)
Definition Mapper.h:57