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
blob
master
A_N
Ana
AndersonAnalysisModules
AntiSigma
BBCStudy
Calo_Validation_Package
Calo_waveform_sim
Calorimeter
CalorimeterEmbedding
CalorimeterJets
cdbEMCalExample
cemcRecoAna
Centrality_Validation_Package
dNdEta_Run2023
EIC-IR
EIC-SynRad
EICAnalysis
EICMCAnalysis
EICTrigger
ElectronID
EMCal-analysis
EMCal-calibration
EMCal-commissioning
EMCal-LEDs
EMCal-position-dependent-calibration
EMCal-QA
EMCal_pi0_Calib_2023
EMCTemplateFitting
EpFinder
Event-Display
EventMix
FilterEvents
FilterEventsUpsilon
Fluence
ForwardCalo
ForwardTracking
FrawleyTrackEvalMacros
hbcup
HCal-analysis
HCalCosmicCalib
HCalHotTowerFinder
HCalib
HcalSingleHadronCalib
HF-Jet
HF-Particle
isoCluster
IsolatedTrackAnalysis
JS-Jet
mbdAnalysis
MBDStudy
MultiDetectorMultiplicity
MvtxTelescope
mybuild
ParticleID
PHFlowJetMaker
PhotonConversion
PhotonJet
pi0ClusterAna
pi0Efficiency
Pi0MassAnalysis
Prototype2
Prototype3
Prototype4
psTOF
pythiaEMCalAna
pythiaInfo
QuarkoniaBG
quickHIJING
ResonanceJetTaggingOutputs
runTrackingDiagnostics
Shift_emcal_g4hits
SimpleTrackingAnalysis
singlePhotonClusterAna
sPhenixAj
SvtxSimPerformanceCheckReco
TemplateCreation
Test
TowerInfoExample
TPC
DAMAlgorithm
DAQ
groot
macros
ABlob.C
ABlob.h
ATrace.C
ATrace.h
ATrack.C
ATrack.h
AZigzag.C
AZigzag.h
FillBlobHist.C
FillBlobHist.h
FillCalHist.C
FillCalHist.h
FillHoughHist.C
FillHoughHist.h
FillRawHist.C
FillRawHist.h
FindBlobs.C
FindBlobs.h
groot.C
groot.h
grootLinkDef.h
HoughBinSize.C
MyFavoriteMartin.C
MyFavoriteMartin.h
OutputVisualsTPC.C
OutputVisualsTPC.h
params.h
prdfoStream.cc
prdfoStream.h
Quiver.C
Quiver.h
ReconstructTracks.C
ReconstructTracks.h
SCDCorrections
TrackingPerformance
TPC-ClusterAnimation
TPC-GemGain
Tracking
TrackPid
TreeMaker
ZDC-CALIB
analysis_tpc_prototype
coresoftware
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
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