ATLAS Offline Software
Loading...
Searching...
No Matches
LATOMEMapping.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
11
12#ifndef LATOMEMAPPING_H
13#define LATOMEMAPPING_H
14#include <map>
16
19{
20public:
21 static void fill(std::map<int, HWIdentifier> *toFill, std::string inputfile);
22};
23
24#endif // LATOMEMAPPING_H
25
Byte stream converter of LATOME.
Tool to get LATOME SC and SCID mapping file and fill std::map variable with it.
static void fill(std::map< int, HWIdentifier > *toFill, std::string inputfile)