23 #include "StMuFmsCluster.h"
25 #include "StFmsCluster.h"
27 StMuFmsCluster::StMuFmsCluster(
int detectorId,
int category,
float energy,
28 float x,
float y,
float smin,
float smax,
29 float chi1,
float chi2,
int id)
30 : mDetectorId(detectorId), mCategory(category), mEnergy(energy),
31 mX(x), mY(y), mSigmaMin(smin), mSigmaMax(smax),
32 mChi2Ndf1Photon(chi1), mChi2Ndf2Photon(chi2), mId(id){ }
34 StMuFmsCluster::StMuFmsCluster(
const StFmsCluster& cluster)
35 : mDetectorId(cluster.detectorId()), mCategory(cluster.category()), mEnergy(cluster.energy()),
36 mX(cluster.x()), mY(cluster.y()),
37 mSigmaMin(cluster.sigmaMin()), mSigmaMax(cluster.sigmaMax()),
38 mChi2Ndf1Photon(cluster.chi2Ndf1Photon()), mChi2Ndf2Photon(cluster.chi2Ndf2Photon()),
42 StMuFmsCluster::~StMuFmsCluster() { }
44 void StMuFmsCluster::Clear(Option_t* ) {
TRefArray mHits
StMuFmsHits in the current cluster.
TRefArray mPhotons
StMuFmsPoints in the cluster.