StFms  0.0.0
FMS software in the STAR framework
StMuFmsCollection Class Reference

#include <StMuFmsCollection.h>

Inheritance diagram for StMuFmsCollection:
Collaboration diagram for StMuFmsCollection:

Public Member Functions

 StMuFmsCollection ()
 
 ~StMuFmsCollection ()
 
void init ()
 
void addHit ()
 
void addCluster ()
 
StMuFmsPointaddPoint ()
 
unsigned int numberOfHits () const
 
unsigned int numberOfClusters () const
 
unsigned int numberOfPoints () const
 
void setFmsHitArray (TClonesArray *array)
 
void setFmsClusterArray (TClonesArray *array)
 
void setFmsPointArray (TClonesArray *array)
 
StMuFmsHitgetHit (int hitId)
 
StMuFmsClustergetCluster (int index)
 
StMuFmsPointgetPoint (int index)
 
TClonesArray * getHitArray ()
 
TClonesArray * getClusterArray ()
 
TClonesArray * getPointArray ()
 

Private Attributes

TClonesArray * mHits
 
TClonesArray * mClusters
 
TClonesArray * mPoints
 

Detailed Description

Definition at line 27 of file StMuFmsCollection.h.

Constructor & Destructor Documentation

StMuFmsCollection::StMuFmsCollection ( )
StMuFmsCollection::~StMuFmsCollection ( )

Definition at line 31 of file StMuFmsCollection.cxx.

Member Function Documentation

void StMuFmsCollection::addCluster ( )

Definition at line 57 of file StMuFmsCollection.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

void StMuFmsCollection::addHit ( )

Definition at line 50 of file StMuFmsCollection.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

StMuFmsPoint * StMuFmsCollection::addPoint ( )

Definition at line 63 of file StMuFmsCollection.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

StMuFmsCluster * StMuFmsCollection::getCluster ( int  index)

Definition at line 89 of file StMuFmsCollection.cxx.

Here is the caller graph for this function:

TClonesArray* StMuFmsCollection::getClusterArray ( )
inline

Definition at line 47 of file StMuFmsCollection.h.

Here is the caller graph for this function:

StMuFmsHit * StMuFmsCollection::getHit ( int  hitId)

Definition at line 84 of file StMuFmsCollection.cxx.

Here is the caller graph for this function:

TClonesArray* StMuFmsCollection::getHitArray ( )
inline

Definition at line 46 of file StMuFmsCollection.h.

Here is the caller graph for this function:

StMuFmsPoint * StMuFmsCollection::getPoint ( int  index)

Definition at line 94 of file StMuFmsCollection.cxx.

Here is the caller graph for this function:

TClonesArray* StMuFmsCollection::getPointArray ( )
inline

Definition at line 48 of file StMuFmsCollection.h.

Here is the caller graph for this function:

void StMuFmsCollection::init ( )

Definition at line 44 of file StMuFmsCollection.cxx.

Here is the caller graph for this function:

unsigned int StMuFmsCollection::numberOfClusters ( ) const

Definition at line 74 of file StMuFmsCollection.cxx.

Here is the caller graph for this function:

unsigned int StMuFmsCollection::numberOfHits ( ) const

Definition at line 69 of file StMuFmsCollection.cxx.

Here is the caller graph for this function:

unsigned int StMuFmsCollection::numberOfPoints ( ) const

Definition at line 79 of file StMuFmsCollection.cxx.

Here is the caller graph for this function:

void StMuFmsCollection::setFmsClusterArray ( TClonesArray *  array)
inline

Definition at line 40 of file StMuFmsCollection.h.

Here is the caller graph for this function:

void StMuFmsCollection::setFmsHitArray ( TClonesArray *  array)
inline

Definition at line 39 of file StMuFmsCollection.h.

Here is the caller graph for this function:

void StMuFmsCollection::setFmsPointArray ( TClonesArray *  array)
inline

Definition at line 41 of file StMuFmsCollection.h.

Here is the caller graph for this function:

Member Data Documentation

TClonesArray* StMuFmsCollection::mClusters
private

Definition at line 52 of file StMuFmsCollection.h.

TClonesArray* StMuFmsCollection::mHits
private

Definition at line 51 of file StMuFmsCollection.h.

TClonesArray* StMuFmsCollection::mPoints
private

Definition at line 53 of file StMuFmsCollection.h.


The documentation for this class was generated from the following files: