Project
Loading...
Searching...
No Matches
LookUpTable.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
12
#include "
DataFormatsFIT/LookUpTable.h
"
13
#include "
CCDB/BasicCCDBManager.h
"
14
#include <unordered_map>
15
using namespace
o2::fit
;
16
template
<
typename
MapEntryCRU2ModuleType,
typename
MapEntryPM2ChannelID>
17
void
LookupTableBase<MapEntryCRU2ModuleType, MapEntryPM2ChannelID>::initCCDB
(
const
std::string& urlCCDB,
const
std::string& pathToStorageInCCDB,
long
timestamp)
18
{
19
20
auto
& mgr =
o2::ccdb::BasicCCDBManager::instance
();
21
mgr.setURL(urlCCDB);
22
mVecEntryFEE = *(mgr.getForTimeStamp<
LookupTableBase<MapEntryCRU2ModuleType, MapEntryPM2ChannelID>::Table_t
>(pathToStorageInCCDB, timestamp));
23
prepareLUT();
24
}
25
template
class
o2::fit::LookupTableBase<std::unordered_map<EntryCRU, EModuleType, HasherCRU, ComparerCRU>
,
26
std::unordered_map<EntryPM, int, HasherPM, ComparerPM>>;
BasicCCDBManager.h
o2::ccdb::BasicCCDBManager::instance
static BasicCCDBManager & instance()
Definition
BasicCCDBManager.h:346
o2::fit::LookupTableBase
Definition
LookUpTable.h:164
o2::fit::LookupTableBase::Table_t
std::vector< EntryFEE > Table_t
Definition
LookUpTable.h:166
o2::fit::LookupTableBase::initCCDB
void initCCDB(const std::string &urlCCDB, const std::string &pathToStorageInCCDB, long timestamp=-1)
Definition
LookUpTable.cxx:17
LookUpTable.h
o2::fit
Definition
ChannelData.h:27
DataFormats
Detectors
FIT
common
src
LookUpTable.cxx
Generated on Fri Apr 4 2025 16:08:28 for Project by
1.9.8