mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
enCalLog and angCalLog added
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@233 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -24,6 +24,10 @@ class slsDetectorActions : public virtual slsDetectorBase
|
||||
// : public virtual postProcessing
|
||||
{
|
||||
public :
|
||||
|
||||
enum {noScan, energyScan, thresholdScan, trimbitsScan, scriptScan, positionScan};
|
||||
|
||||
|
||||
/** default constructor */
|
||||
slsDetectorActions(){};
|
||||
|
||||
@ -202,6 +206,11 @@ class slsDetectorActions : public virtual slsDetectorBase
|
||||
int setLastIndex(int i=-1){if (i>=0 && i>lastIndex) lastIndex=i; return lastIndex;};
|
||||
|
||||
|
||||
virtual double moveDetector(double)=0;
|
||||
virtual double getDetectorPosition()=0;
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user