Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InttFelixMap.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file InttFelixMap.h
1 #ifndef FELIX_MAP_H
2 #define FELIX_MAP_H
3 
4 #include <cstdlib>
5 
6 namespace INTT_Felix
7 {
8  struct Ladder_s
9  {
10  int barrel;
11  int layer;
12  int ladder;
13  };
14 
15  int FelixMap(int const&, int const&, struct Ladder_s&);
16 };
17 
18 #endif//FELIX_MAP_H