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