Skip to content
Snippets Groups Projects
Commit daa0b3f0 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Quick fixes for MacOS compilation errors.

  Fixes not necessarily correct, just avoid the errors.
parent 8304c8de
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ THcRaster::THcRaster( const char* name, const char* description,
//_____________________________________________________________________________
THcRaster::~THcRaster()
{
delete [] fPedADC;
delete [] fAvgPedADC;
// delete [] fPedADC;
// delete [] fAvgPedADC;
}
......
......@@ -27,7 +27,8 @@ class THcRaster : public THaBeamDet, public THcHitList {
Int_t Decode( const THaEvData& );
Int_t Process();
TVector3 GetPosition() const { return fPosition[2]; }
// TVector3 GetPosition() const { return fPosition[2]; }
TVector3 GetPosition() const { return fPosition[0]; }
TVector3 GetDirection() const { return fDirection; } // Hall C we don't use raster direction yet.
Double_t GetCurrentX() { return fRawPos[0]; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment