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
params.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file params.h
1
#ifndef __params_H__
2
#define __params_H__
3
4
#include <vector>
5
#include <string>
6
7
#define Nr 16
8
#define Nphi 128
9
10
#define Nhybrid 14 //we killed one of the sectors as it was sparking to the GEM due to ground issues.
11
#define CHhybrid 128
12
#define Nsrs Nhybrid*CHhybrid
13
14
// Data type to define the zigzag shape...
15
struct
CheveronPad_t
16
{
17
std::string
fName
;
18
double
fPolyWidth
;
19
int
fPolyLayer
;
20
std::vector<double>
fX
;
21
std::vector<double>
fY
;
22
std::vector<double>
fVia
;
23
std::vector<double>
fWire
;
24
std::vector<double>
r
;
25
std::vector<double>
phi
;
26
std::vector<int>
ID
;
27
};
28
29
#endif
/* __params_H__ */
analysis
blob
master
TPC
groot
params.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:58
using
1.8.2 with
sPHENIX GitHub integration