mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user