// This Class' Header ------------------ #include "PndMvdDetectorDescr.h" #include // C/C++ Headers ---------------------- // Collaborating Class Headers -------- PndMvdDetectorDescr::PndMvdDetectorDescr( /// const PndMvdDetector* thePndMvd, Double_t pixelCellX, Double_t pixelCellXLong, Double_t pixelCellY, Double_t stripX, Double_t stripY, Double_t feX, Double_t feY, Double_t rpStripPitch, Double_t zStripPitch, unsigned int numOfRows, unsigned int numOfColumns, unsigned int numNormalColumns, Double_t rowOffsetEdge, unsigned int zFE, unsigned int rphiFE, unsigned int channelsFE) : /// fThePndMvd(thePndMvd) , fPixelCellX(pixelCellX) , fPixelCellXLong(pixelCellXLong) , fPixelCellY(pixelCellY) , fStripX(stripX) , fStripY(stripY) , fFeX(feX) , fFeY(feY) , fRpStripPitch(rpStripPitch) , fZStripPitch(zStripPitch) , fNumOfRows(numOfRows) , fNumOfColumns(numOfColumns) , fNumNormalColumns(numNormalColumns) , fRowOffsetEdge(rowOffsetEdge) , fZFE(zFE) , fRphiFE(rphiFE) , fChannelsFE(channelsFE) { std::cout<<"PndMvdDetectorDescr::PndMvdDetectorDescr() called."<