16 #include "StGmtPoint.h"
17 #include "St_base/StMessMgr.h"
27 if ( !mHitLocalX || !mHitLocalX ) {
28 LOG_ERROR <<
"Passed null pointer into StGmtPoint::StGmtPoint( StGmtHit* hit1, StGmtHit* hit2, int key )" << endm;
29 LOG_ERROR << ( (!mHitLocalX && !
mHitLocalY) ?
"Both mHitLocalX and mHitLocalY are null." :
30 (!mHitLocalX ?
"mHitLocalX is null." :
"mHitLocalY is null.")) << endm;
36 LOG_ERROR <<
"Cluster pair is not from the same module." << endm;
40 mHardwarePosition = mHitLocalX->hardwarePosition();
41 mCharge = mHitLocalX->charge() + mHitLocalX->charge();
47 mHitLocalX(p.mHitLocalX), mHitLocalY(p.mHitLocalY) {
StGmtHit * mHitLocalY
Hit in Y axis.
Int_t getModule() const
Module.
StGmtPoint()
Default consturctor.
Holds data for the hit in GMT.
Holds data for the point (a.k.a. cluster) in GMT.
StGmtHit * mHitLocalX
Hit in X axis.