moench should work as well.. without filer

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@714 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2014-01-16 09:46:33 +00:00
parent 172d452bb2
commit 0df39b24e9
5 changed files with 173 additions and 201 deletions

View File

@ -65,7 +65,7 @@ singlePhotonFilter::singlePhotonFilter(int nx, int ny,
#ifndef MYROOT1
//photonHitList=(single_photon_hit**) (new int*[nChannelsX*nChannelsY/(nClusterX*nClusterY)*1000]);
photonHitList=new single_photon_hit*[nChannelsX*nChannelsY/(nClusterX*nClusterY)*1000];
photonHitList=new single_photon_hit*[nChannelsX*nChannelsY/(nClusterX*nClusterY)*1000];
for (int ii=0; ii<nChannelsX*nChannelsY/(nClusterX*nClusterY)*1000; ii++)
photonHitList[ii]=new single_photon_hit(nClusterX, nClusterY);
cout << nClusterX << " " << nClusterY << " " << nClusterX*nClusterY << endl;