CbmRoot
Loading...
Searching...
No Matches
cbm::algo::sts::Hit Struct Reference

#include <Hit.h>

Public Member Functions

real X () const
 
real Y () const
 
real Z () const
 
u32 Time () const
 
real Dx () const
 
real Dy () const
 
real TimeError () const
 

Public Attributes

real fX
 
real fY
 X, Y positions of hit [cm].
 
real fZ
 Z position of hit [cm].
 
u32 fTime
 Hit time [ns].
 
real fDx
 
real fDy
 X, Y errors [cm].
 
real fDxy
 XY correlation.
 
real fTimeError
 Error of hit time [ns].
 
real fDu
 Error of coordinate across front-side strips [cm].
 
real fDv
 Error of coordinate across back-side strips [cm].
 
u32 fFrontClusterId
 Index of front-side cluster, used by tracking to reduce combinatorics.
 
u32 fBackClusterId
 Index of back-side cluster, used by tracking to reduce combinatorics.
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, unsigned int)
 

Friends

class boost::serialization::access
 

Detailed Description

Definition at line 15 of file data/sts/Hit.h.

Member Function Documentation

◆ Dx()

real cbm::algo::sts::Hit::Dx ( ) const
inline

Definition at line 34 of file data/sts/Hit.h.

References fDx.

◆ Dy()

real cbm::algo::sts::Hit::Dy ( ) const
inline

Definition at line 35 of file data/sts/Hit.h.

References fDy.

◆ serialize()

template<class Archive >
void cbm::algo::sts::Hit::serialize ( Archive & ar,
unsigned int  )
inlineprivate

Definition at line 42 of file data/sts/Hit.h.

References fBackClusterId, fDu, fDv, fDx, fDxy, fDy, fFrontClusterId, fTime, fTimeError, fX, fY, and fZ.

◆ Time()

u32 cbm::algo::sts::Hit::Time ( ) const
inline

Definition at line 32 of file data/sts/Hit.h.

References fTime.

◆ TimeError()

real cbm::algo::sts::Hit::TimeError ( ) const
inline

Definition at line 36 of file data/sts/Hit.h.

References fTimeError.

◆ X()

real cbm::algo::sts::Hit::X ( ) const
inline

Definition at line 29 of file data/sts/Hit.h.

References fX.

◆ Y()

real cbm::algo::sts::Hit::Y ( ) const
inline

Definition at line 30 of file data/sts/Hit.h.

References fY.

◆ Z()

real cbm::algo::sts::Hit::Z ( ) const
inline

Definition at line 31 of file data/sts/Hit.h.

References fZ.

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 39 of file data/sts/Hit.h.

Member Data Documentation

◆ fBackClusterId

u32 cbm::algo::sts::Hit::fBackClusterId

Index of back-side cluster, used by tracking to reduce combinatorics.

Definition at line 26 of file data/sts/Hit.h.

Referenced by serialize().

◆ fDu

real cbm::algo::sts::Hit::fDu

Error of coordinate across front-side strips [cm].

Definition at line 22 of file data/sts/Hit.h.

Referenced by serialize().

◆ fDv

real cbm::algo::sts::Hit::fDv

Error of coordinate across back-side strips [cm].

Definition at line 23 of file data/sts/Hit.h.

Referenced by serialize().

◆ fDx

real cbm::algo::sts::Hit::fDx

Definition at line 19 of file data/sts/Hit.h.

Referenced by Dx(), and serialize().

◆ fDxy

real cbm::algo::sts::Hit::fDxy

XY correlation.

Definition at line 20 of file data/sts/Hit.h.

Referenced by serialize().

◆ fDy

real cbm::algo::sts::Hit::fDy

X, Y errors [cm].

Definition at line 19 of file data/sts/Hit.h.

Referenced by Dy(), and serialize().

◆ fFrontClusterId

u32 cbm::algo::sts::Hit::fFrontClusterId

Index of front-side cluster, used by tracking to reduce combinatorics.

Definition at line 25 of file data/sts/Hit.h.

Referenced by serialize().

◆ fTime

u32 cbm::algo::sts::Hit::fTime

Hit time [ns].

Definition at line 18 of file data/sts/Hit.h.

Referenced by serialize(), and Time().

◆ fTimeError

real cbm::algo::sts::Hit::fTimeError

Error of hit time [ns].

Definition at line 21 of file data/sts/Hit.h.

Referenced by serialize(), and TimeError().

◆ fX

real cbm::algo::sts::Hit::fX

Definition at line 16 of file data/sts/Hit.h.

Referenced by serialize(), and X().

◆ fY

real cbm::algo::sts::Hit::fY

X, Y positions of hit [cm].

Definition at line 16 of file data/sts/Hit.h.

Referenced by serialize(), and Y().

◆ fZ

real cbm::algo::sts::Hit::fZ

Z position of hit [cm].

Definition at line 17 of file data/sts/Hit.h.

Referenced by serialize(), and Z().


The documentation for this struct was generated from the following file: