StFms
0.0.0
FMS software in the STAR framework
|
#include <StMuFmsUtil.h>
Public Member Functions | |
StMuFmsUtil () | |
~StMuFmsUtil () | |
StMuFmsCollection * | getMuFms (StFmsCollection *) |
StFmsCollection * | getFms (StMuFmsCollection *) |
void | fillMuFms (StMuFmsCollection *, StFmsCollection *) |
void | fillFms (StFmsCollection *, StMuFmsCollection *) |
Protected Member Functions | |
void | fillMuFmsHits (StMuFmsCollection *, StFmsCollection *) |
void | fillMuFmsClusters (StMuFmsCollection *, StFmsCollection *) |
void | fillMuFmsPoints (StMuFmsCollection *, StFmsCollection *) |
void | setMuFmsPointParentClusters (StMuFmsCollection *, StFmsCollection *) |
void | fillFmsHits (StFmsCollection *, StMuFmsCollection *) |
void | fillFmsClusters (StFmsCollection *, StMuFmsCollection *) |
void | fillFmsPoints (StFmsCollection *, StMuFmsCollection *) |
void | setFmsPointParentClusters (StFmsCollection *, StMuFmsCollection *) |
Definition at line 24 of file StMuFmsUtil.h.
StMuFmsUtil::StMuFmsUtil | ( | ) |
Definition at line 64 of file StMuFmsUtil.cxx.
StMuFmsUtil::~StMuFmsUtil | ( | ) |
Definition at line 67 of file StMuFmsUtil.cxx.
void StMuFmsUtil::fillFms | ( | StFmsCollection * | fmscol, |
StMuFmsCollection * | muFms | ||
) |
Definition at line 104 of file StMuFmsUtil.cxx.
|
protected |
Create StFmsClusters from StMuFmsClusters and fill StFmsCollection
Definition at line 229 of file StMuFmsUtil.cxx.
|
protected |
Create StFmsHits from StMuFmsHits and fill StFmsCollection
Definition at line 210 of file StMuFmsUtil.cxx.
|
protected |
Create StFmsPoints from StMuFmsPoints and fill StFmsCollection
Definition at line 253 of file StMuFmsUtil.cxx.
void StMuFmsUtil::fillMuFms | ( | StMuFmsCollection * | muFms, |
StFmsCollection * | fmscol | ||
) |
Definition at line 88 of file StMuFmsUtil.cxx.
|
protected |
Create StMuFmsClusters from StFmsClusters and fill StMuFmsCollection
Definition at line 142 of file StMuFmsUtil.cxx.
|
protected |
Create StMuFmsHits from StFmsHits and fill StMuFmsCollection
Definition at line 117 of file StMuFmsUtil.cxx.
|
protected |
Create StMuFmsPoints from StFmsPoints and fill StMuFmsCollection
Definition at line 177 of file StMuFmsUtil.cxx.
StFmsCollection * StMuFmsUtil::getFms | ( | StMuFmsCollection * | muFms | ) |
StMuFmsCollection * StMuFmsUtil::getMuFms | ( | StFmsCollection * | fmscol | ) |
|
protected |
Set the parent clusters of StFmsPoints
Definition at line 269 of file StMuFmsUtil.cxx.
|
protected |
Set the parent clusters of StMuFmsPoints
Definition at line 188 of file StMuFmsUtil.cxx.