Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
g4histos
g4ihcal
g4intt
g4jets
g4main
g4micromegas
g4mvtx
PHG4EICMvtxDetector.cc
PHG4EICMvtxDetector.h
PHG4EICMvtxSteppingAction.cc
PHG4EICMvtxSteppingAction.h
PHG4EICMvtxSubsystem.cc
PHG4EICMvtxSubsystem.h
PHG4MvtxCable.h
PHG4MvtxDefs.h
PHG4MvtxDetector.cc
PHG4MvtxDetector.h
PHG4MvtxDigitizer.cc
PHG4MvtxDigitizer.h
PHG4MvtxDisplayAction.cc
PHG4MvtxDisplayAction.h
PHG4MvtxHitReco.cc
PHG4MvtxHitReco.h
PHG4MvtxSteppingAction.cc
PHG4MvtxSteppingAction.h
PHG4MvtxSubsystem.cc
PHG4MvtxSubsystem.h
PHG4MvtxSupport.cc
PHG4MvtxSupport.h
g4ohcal
g4tpc
g4trackfastsim
g4tracking
g4vertex
g4waveformsim
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHG4MvtxDefs.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4MvtxDefs.h
1
// Tell emacs that this is a C++ source
2
// This file is really -*- C++ -*-.
3
#ifndef G4MVTX_PHG4MVTXDEFS_H
4
#define G4MVTX_PHG4MVTXDEFS_H
5
6
#include <string>
7
#include <vector>
8
9
namespace
PHG4MvtxDefs
10
{
11
static
constexpr
unsigned
int
kNLayers
= 3;
12
13
enum
14
{
15
kRmn
,
16
kRmd
,
17
kRmx
,
18
kNModPerStave
,
19
kPhi0
,
20
kNStave
,
21
kNPar
22
};
23
24
static
const
double
mvtxdat
[
kNLayers
][
kNPar
] = {
25
{24.61, 25.23, 27.93, 9., 0.285, 12.},
// for each layer: rMin, rMid, rMax, NChip/Stave, phi0, nStaves
26
{31.98, 33.36, 36.25, 9., 0.199, 16.},
27
{39.93, 41.48, 44.26, 9., 0.166, 20.}};
28
29
static
const
int
GLOBAL
= -1;
30
static
const
int
ALPIDE_SEGMENTATION
= -2;
31
static
const
int
SUPPORTPARAMS
= -3;
32
33
// passive volume indices
34
35
// detid of support structures
36
37
}
// namespace PHG4MvtxDefs
38
39
#endif
coresoftware
blob
master
simulation
g4simulation
g4mvtx
PHG4MvtxDefs.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:15
using
1.8.2 with
sPHENIX GitHub integration