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

#include <Cluster.h>

Public Attributes

real fCharge
 Total charge.
 
i32 fSize
 Difference between first and last channel.
 
real fPosition
 Cluster centre in channel number units.
 
real fPositionError
 Cluster centre error (r.m.s.) in channel number units.
 
u32 fTime
 cluster time [ns]
 
real fTimeError
 Error of cluster time [ns].
 

Private Member Functions

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

Friends

class boost::serialization::access
 

Detailed Description

Definition at line 14 of file data/sts/Cluster.h.

Member Function Documentation

◆ serialize()

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

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

References fCharge, fPosition, fPositionError, fSize, fTime, and fTimeError.

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

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

Member Data Documentation

◆ fCharge

real cbm::algo::sts::Cluster::fCharge

Total charge.

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

Referenced by cbm::algo::sts::Hitfinder::FindHits(), and serialize().

◆ fPosition

real cbm::algo::sts::Cluster::fPosition

Cluster centre in channel number units.

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

Referenced by cbm::algo::sts::Hitfinder::IntersectClusters(), and serialize().

◆ fPositionError

real cbm::algo::sts::Cluster::fPositionError

Cluster centre error (r.m.s.) in channel number units.

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

Referenced by cbm::algo::sts::Hitfinder::IntersectClusters(), and serialize().

◆ fSize

i32 cbm::algo::sts::Cluster::fSize

Difference between first and last channel.

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

Referenced by serialize().

◆ fTime

u32 cbm::algo::sts::Cluster::fTime

cluster time [ns]

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

Referenced by serialize().

◆ fTimeError

real cbm::algo::sts::Cluster::fTimeError

Error of cluster time [ns].

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

Referenced by cbm::algo::sts::Hitfinder::CreateHit(), cbm::algo::sts::Hitfinder::FindHits(), and serialize().


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