11#ifndef EMCBHACALIBDATA_H
12#define EMCBHACALIBDATA_H
74 double&
matrixMEle(
int row,
int column ) {
return ( ( *_matrixM )( row, column ) ); }
81 double&
vectorR(
int ind ) {
return ( _vectorR[ind] ); }
87 int xtalInd(
int ind ) {
return ( _xtalInd[ind] ); }
94 int&
xtalHits(
int ind ) {
return ( _xtalHits[ind] ); }
106 void writeOut( ostream& OutM, ostream& outV );
109 void readIn( istream& InM, istream& InV );
double & vectorR(int ind)
int & xtalHitsDir(int ind)
double & matrixMEle(int row, int column)
void printVec(int number)
EmcLSSMatrix * getMatrixM()
void writeOut(ostream &OutM, ostream &outV)
EmcBhaCalibData(int numxtals)
void readIn(istream &InM, istream &InV)