ATLAS Offline Software
Loading...
Searching...
No Matches
ABBAMapping.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ABBAMAPPING_H
6#define ABBAMAPPING_H
7#include <map>
9class MsgStream;
10
12{
13public:
14 static void fill(std::map<int, HWIdentifier> *toFill, int iphi, MsgStream& log);
15
16};
17
18#endif // ABBAMAPPING_H
19
static void fill(std::map< int, HWIdentifier > *toFill, int iphi, MsgStream &log)