ATLAS Offline Software
Loading...
Searching...
No Matches
LATOMEMapping.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
11
12#ifndef LATOMEMAPPING_H
13#define LATOMEMAPPING_H
14#include <map>
15#include <string>
16
17class HWIdentifier;
18class MsgStream;
19
22{
23public:
24 static void fill(std::map<int, HWIdentifier>& toFill,
25 const std::string& inputfile,
26 MsgStream& log);
27};
28
29#endif // LATOMEMAPPING_H
30
Tool to get LATOME SC and SCID mapping file and fill std::map variable with it.
static void fill(std::map< int, HWIdentifier > &toFill, const std::string &inputfile, MsgStream &log)