ATLAS Offline Software
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 {
12 public:
13  static void fill(std::map<int, HWIdentifier> *toFill, int iphi);
14 
15 };
16 
17 #endif // ABBAMAPPING_H
18 
ABBAMapping::fill
static void fill(std::map< int, HWIdentifier > *toFill, int iphi)
Definition: ABBAMapping.cxx:22
LArABBADecoder.h
ABBAMapping
Definition: ABBAMapping.h:11