ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloReco
centrality
ClusterIso
compressor
Half
HelixHough
intt
jetbackground
KFParticle_sPHENIX
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
PHTpcTracker
tpc
tpccalib
PHTpcCentralMembraneClusterizer.cc
PHTpcCentralMembraneClusterizer.h
PHTpcResiduals.cc
PHTpcResiduals.h
TpcDirectLaserReconstruction.cc
TpcDirectLaserReconstruction.h
TpcSpaceChargeMatrixContainer.h
TpcSpaceChargeMatrixContainerLinkDef.h
TpcSpaceChargeMatrixContainerv1.cc
TpcSpaceChargeMatrixContainerv1.h
TpcSpaceChargeMatrixContainerv1LinkDef.h
TpcSpaceChargeMatrixInversion.cc
TpcSpaceChargeMatrixInversion.h
TpcSpaceChargeReconstruction.cc
TpcSpaceChargeReconstruction.h
TpcSpaceChargeReconstructionHelper.cc
TpcSpaceChargeReconstructionHelper.h
tpcdaq
trackbase
trackbase_historic
trackreco
trigger
vararray
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
TpcSpaceChargeReconstructionHelper.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TpcSpaceChargeReconstructionHelper.h
1
#ifndef TPCCALIB_TPCSPACECHARGERECONSTRUCTIONHELPER_H
2
#define TPCCALIB_TPCSPACECHARGERECONSTRUCTIONHELPER_H
3
9
#include <array>
10
11
// forward declarations
12
class
TH3;
13
class
TString;
14
15
class
TpcSpaceChargeReconstructionHelper
16
{
17
18
public
:
19
21
24
static
void
extrapolate_z
( TH3* hin );
25
27
static
std::tuple<double, double>
get_zref_range
(
double
r
);
28
30
34
static
void
extrapolate_phi1
( TH3* hin );
35
37
40
static
void
extrapolate_phi2
( TH3* hin );
41
43
48
static
std::tuple<TH3*, TH3*>
split
( TH3* hin );
49
58
static
TH3*
copy_histogram
( TH3* hin,
const
TString&
name
);
59
60
};
61
62
#endif
coresoftware
blob
master
offline
packages
tpccalib
TpcSpaceChargeReconstructionHelper.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration