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
PHG4CylinderCellDefs.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4CylinderCellDefs.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4CYLINDERCELLDEFS_H
4
#define G4DETECTORS_PHG4CYLINDERCELLDEFS_H
5
6
namespace
PHG4CylinderCellDefs
7
{
8
typedef
unsigned
int
keytype
;
9
static
int
keybits
= 8;
10
static
int
cell_idbits
= 32 -
keybits
;
11
enum
12
{
13
undefined
= 0,
14
sizebinning
= 1,
15
etaphibinning
= 2,
16
etaslatbinning
= 3,
17
spacalbinning
= 4
18
};
19
}
// namespace PHG4CylinderCellDefs
20
21
#endif
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4CylinderCellDefs.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:12
using
1.8.2 with
sPHENIX GitHub integration