summaryrefslogtreecommitdiff
path: root/src/main/SAP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/SAP.h')
-rw-r--r--src/main/SAP.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/main/SAP.h b/src/main/SAP.h
deleted file mode 100644
index 8b0c1aa..0000000
--- a/src/main/SAP.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * SAP.h
- *
- * Created on: May 24, 2011
- * Author: jakob
- */
-
-#ifndef SAP_H_
-#define SAP_H_
-
-#include <vector>
-#include "InteractionDetector.h"
-#include "Particle.h"
-#include "Element.h"
-
-namespace vhc {
-
-class SAP {
-
-private:
- vector<Particle*> particles;
- element->localpos
- particle->localpos
-
-public:
-
- //static const double THRESHOLD_RADIUS;
-
- SAP();
- virtual ~SAP();
-
- virtual void applyInteractions();
- virtual void acceleratorClosed();
-
- virtual void react(const ParticleAddedEvent& event) = 0;
- virtual void react(const ParticleRemovedEvent& event) = 0;
-};
-
-}
-
-#endif /* SAP_H_ */