mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@1 951219d9-93cf-4727-9268-0efd64621fa3
13 lines
124 B
C++
13 lines
124 B
C++
#include "eigerDetector.h"
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
eigerDetector::eigerDetector(int id): slsDetector(EIGER,id)
|
|
{
|
|
;
|
|
}
|
|
|