From e880de1423e6d19334e64ea82744d62cc571772b Mon Sep 17 00:00:00 2001
From: matta <matta@npt>
Date: Tue, 18 Jan 2011 21:58:26 +0000
Subject: [PATCH] * Change TW1Physics to allow compilation on Linux  -
 Definition of Method ReadCalibrationRun was missing, resulting an error while
 compiling NPA

---
 NPLib/W1/TW1Physics.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NPLib/W1/TW1Physics.h b/NPLib/W1/TW1Physics.h
index 28d62c54a..988a7b4aa 100644
--- a/NPLib/W1/TW1Physics.h
+++ b/NPLib/W1/TW1Physics.h
@@ -128,7 +128,7 @@ class TW1Physics : public TObject, public NPA::VDetector
    void AddDetector(double theta, double phi, double distance, double beta_u, double beta_v, double beta_w);
 
    // Use for reading Calibration Run, very simple methods; only apply calibration, no condition
-   void ReadCalibrationRun();
+   void ReadCalibrationRun() {};
 
 
  public: // Methods used for event treatement
-- 
GitLab