//////////////////////////////////////////////////////////////////////// // // class MGeomPixel // // include "MGeomPixel.h" ClassImp(MGeomPixel) MGeomPixel::MGeomPixel () { // // default constructor // // all values are set to zero. // Boolean are set to kFALSE // fPixId = 0 ; fXcoord = 0. ; fYcoord = 0. ; fRadius = 0. ; fNumNeigbor = 0 ; for (Int_t i=0; i<6; i++ ) { fNextNeigbor = 0 ; fXCorner = 0. ; fYCorner = 0. ; } IsInstalled = kFALSE ; IsOk = kFALSE ; }