Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
OnlMon
blob
main
subsystems
intt
InttFelixMap.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration