Resembles/Contains all information a particle hitting the EMC can provide for later use in the PID stage.
More...
#include <BSEmcRecoHit.h>
Resembles/Contains all information a particle hitting the EMC can provide for later use in the PID stage.
Contains all information such as Zernike and Lateral moments, different cluster energies (E1,E9, E25), error matrix, the calculated position, the index of the origin-cluster and how many subcluster that cluster formed
- Author
- Ben Salisbury salis.nosp@m.bury.nosp@m.@hisk.nosp@m.p.un.nosp@m.i-bon.nosp@m.n.de, HISKP Bonn
- Date
- 2021-02
Definition at line 31 of file BSEmcRecoHit.h.
◆ BSEmcRecoHit() [1/2]
BSEmcRecoHit::BSEmcRecoHit |
( |
| ) |
|
◆ BSEmcRecoHit() [2/2]
◆ ~BSEmcRecoHit()
virtual BSEmcRecoHit::~BSEmcRecoHit |
( |
| ) |
|
|
virtual |
◆ GetCentralCrystalId()
Int_t BSEmcRecoHit::GetCentralCrystalId |
( |
| ) |
const |
|
inline |
◆ GetClusterIndex()
Int_t BSEmcRecoHit::GetClusterIndex |
( |
| ) |
const |
|
inline |
◆ GetCorrectedEnergy()
Double_t BSEmcRecoHit::GetCorrectedEnergy |
( |
| ) |
const |
|
inline |
◆ GetCorrectedPosition()
const TVector3& BSEmcRecoHit::GetCorrectedPosition |
( |
| ) |
const |
|
inline |
◆ GetCov7()
const TMatrixD& BSEmcRecoHit::GetCov7 |
( |
| ) |
const |
|
inline |
◆ GetCovP4()
const TMatrixD& BSEmcRecoHit::GetCovP4 |
( |
| ) |
const |
|
inline |
◆ GetEnergy1()
Double_t BSEmcRecoHit::GetEnergy1 |
( |
| ) |
const |
|
inline |
◆ GetEnergy25()
Double_t BSEmcRecoHit::GetEnergy25 |
( |
| ) |
const |
|
inline |
◆ GetEnergy9()
Double_t BSEmcRecoHit::GetEnergy9 |
( |
| ) |
const |
|
inline |
◆ GetLateralMoment()
Double_t BSEmcRecoHit::GetLateralMoment |
( |
| ) |
const |
|
inline |
◆ GetMcIndex()
Int_t BSEmcRecoHit::GetMcIndex |
( |
Int_t |
t_idx = 0 | ) |
const |
|
inline |
◆ GetMcList()
const std::vector<Int_t>& BSEmcRecoHit::GetMcList |
( |
| ) |
const |
|
inline |
◆ GetMcSize()
Int_t BSEmcRecoHit::GetMcSize |
( |
| ) |
const |
|
inline |
◆ GetModule()
Int_t BSEmcRecoHit::GetModule |
( |
| ) |
const |
|
inline |
◆ GetNumberOfClusterCrystals()
Int_t BSEmcRecoHit::GetNumberOfClusterCrystals |
( |
| ) |
const |
|
inline |
◆ GetNumberOfSubCluster()
Int_t BSEmcRecoHit::GetNumberOfSubCluster |
( |
| ) |
const |
|
inline |
Definition at line 48 of file BSEmcRecoHit.h.
48 {
return fNumberOfSubCluster; }
◆ GetNumberOfSubClusterCrystals()
Int_t BSEmcRecoHit::GetNumberOfSubClusterCrystals |
( |
| ) |
const |
|
inline |
Definition at line 49 of file BSEmcRecoHit.h.
49 {
return fNumberOfSubClusterCrystals; }
◆ GetPosition()
const TVector3& BSEmcRecoHit::GetPosition |
( |
| ) |
const |
|
inline |
◆ GetRawEnergy()
Double_t BSEmcRecoHit::GetRawEnergy |
( |
| ) |
const |
|
inline |
◆ GetSubClusterIndex()
Int_t BSEmcRecoHit::GetSubClusterIndex |
( |
| ) |
const |
|
inline |
◆ GetTrackEntering()
FairMultiLinkedData BSEmcRecoHit::GetTrackEntering |
( |
| ) |
const |
|
inline |
◆ GetTrackExiting()
FairMultiLinkedData BSEmcRecoHit::GetTrackExiting |
( |
| ) |
const |
|
inline |
◆ GetZ20()
Double_t BSEmcRecoHit::GetZ20 |
( |
| ) |
const |
|
inline |
◆ GetZ53()
Double_t BSEmcRecoHit::GetZ53 |
( |
| ) |
const |
|
inline |
◆ IsSplitOff()
Bool_t BSEmcRecoHit::IsSplitOff |
( |
| ) |
const |
|
inline |
◆ SetCentralCrystalId()
void BSEmcRecoHit::SetCentralCrystalId |
( |
Int_t |
t_centralCrystal | ) |
|
|
inline |
Definition at line 81 of file BSEmcRecoHit.h.
81 { fCentralCrystalId = t_centralCrystal; }
◆ SetClusterIndex()
void BSEmcRecoHit::SetClusterIndex |
( |
Int_t |
t_clusterindex | ) |
|
|
inline |
Definition at line 88 of file BSEmcRecoHit.h.
88 { fClusterIndex = t_clusterindex; }
◆ SetCorrectedEnergy()
void BSEmcRecoHit::SetCorrectedEnergy |
( |
Double_t |
t_energy | ) |
|
|
inline |
◆ SetCorrectedPosition()
void BSEmcRecoHit::SetCorrectedPosition |
( |
const TVector3 & |
t_pos | ) |
|
|
inline |
Definition at line 67 of file BSEmcRecoHit.h.
67 { fCorrectedPosition = t_pos; }
◆ SetCov7()
void BSEmcRecoHit::SetCov7 |
( |
const TMatrixD & |
t_cov7 | ) |
|
|
inline |
◆ SetCovP4()
void BSEmcRecoHit::SetCovP4 |
( |
const TMatrixD & |
t_covP4 | ) |
|
|
inline |
◆ SetEnergy1()
void BSEmcRecoHit::SetEnergy1 |
( |
Double_t |
t_energy | ) |
|
|
inline |
◆ SetEnergy25()
void BSEmcRecoHit::SetEnergy25 |
( |
Double_t |
t_energy | ) |
|
|
inline |
◆ SetEnergy9()
void BSEmcRecoHit::SetEnergy9 |
( |
Double_t |
t_energy | ) |
|
|
inline |
◆ SetLateralMoment()
void BSEmcRecoHit::SetLateralMoment |
( |
Double_t |
t_latmom | ) |
|
|
inline |
◆ SetMcList()
void BSEmcRecoHit::SetMcList |
( |
const std::vector< Int_t > & |
t_mclist | ) |
|
|
inline |
◆ SetModule()
void BSEmcRecoHit::SetModule |
( |
Int_t |
t_module | ) |
|
|
inline |
◆ SetNumberOfClusterCrystals()
void BSEmcRecoHit::SetNumberOfClusterCrystals |
( |
Int_t |
t_ncrystals | ) |
|
|
inline |
Definition at line 77 of file BSEmcRecoHit.h.
77 { fNumberOfCrystals = t_ncrystals; }
◆ SetNumberOfSubCluster()
void BSEmcRecoHit::SetNumberOfSubCluster |
( |
Int_t |
t_nsubcluster | ) |
|
|
inline |
Definition at line 78 of file BSEmcRecoHit.h.
78 { fNumberOfSubCluster = t_nsubcluster; }
◆ SetNumberOfSubClusterCrystals()
void BSEmcRecoHit::SetNumberOfSubClusterCrystals |
( |
Int_t |
t_nsubclustercrystals | ) |
|
|
inline |
Definition at line 79 of file BSEmcRecoHit.h.
79 { fNumberOfSubClusterCrystals = t_nsubclustercrystals; }
◆ SetPosition()
void BSEmcRecoHit::SetPosition |
( |
const TVector3 & |
t_pos | ) |
|
|
inline |
◆ SetRawEnergy()
void BSEmcRecoHit::SetRawEnergy |
( |
Double_t |
t_energy | ) |
|
|
inline |
◆ SetSplitOff()
void BSEmcRecoHit::SetSplitOff |
( |
Bool_t |
t_IsSplitOff | ) |
|
|
inline |
◆ SetSubClusterIndex()
void BSEmcRecoHit::SetSubClusterIndex |
( |
Int_t |
t_subclusterindex | ) |
|
|
inline |
Definition at line 87 of file BSEmcRecoHit.h.
87 { fSubClusterIndex = t_subclusterindex; }
◆ SetTrackEntering()
void BSEmcRecoHit::SetTrackEntering |
( |
const FairMultiLinkedData & |
t_tracks | ) |
|
|
inline |
◆ SetTrackExiting()
void BSEmcRecoHit::SetTrackExiting |
( |
const FairMultiLinkedData & |
t_tracks | ) |
|
|
inline |
◆ SetZ20()
void BSEmcRecoHit::SetZ20 |
( |
Double_t |
t_z20 | ) |
|
|
inline |
◆ SetZ53()
void BSEmcRecoHit::SetZ53 |
( |
Double_t |
t_z53 | ) |
|
|
inline |
The documentation for this class was generated from the following file: