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
TpcSpaceChargeMatrixInversion.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TpcSpaceChargeMatrixInversion.h
1
#ifndef TPCCALIB_TPCSPACECHARGEMATRIXINVERSION_H
2
#define TPCCALIB_TPCSPACECHARGEMATRIXINVERSION_H
3
8
#include <
fun4all/Fun4AllBase.h
>
9
10
#include <memory>
11
12
// forward declaration
13
class
TpcSpaceChargeMatrixContainer
;
14
20
class
TpcSpaceChargeMatrixInversion
:
public
Fun4AllBase
21
{
22
public
:
23
25
TpcSpaceChargeMatrixInversion
(
const
std::string& =
"TPCSPACECHARGEMATRIXINVERSION"
);
26
28
29
31
void
set_use_micromegas
(
bool
value
)
32
{
m_use_micromegas
=
value
; }
33
35
39
void
set_outputfile
(
const
std::string&
filename
);
40
42
bool
add
(
const
TpcSpaceChargeMatrixContainer
& );
43
45
bool
add_from_file
(
const
std::string&
filename
,
const
std::string& objectname =
"TpcSpaceChargeMatrixContainer"
);
46
48
void
calculate_distortions
();
49
51
52
private
:
53
55
std::string
m_outputfile
=
"DistortionCorrections.root"
;
56
58
bool
m_use_micromegas
=
true
;
59
61
std::unique_ptr<TpcSpaceChargeMatrixContainer>
m_matrix_container
;
62
63
};
64
65
#endif
coresoftware
blob
master
offline
packages
tpccalib
TpcSpaceChargeMatrixInversion.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration