Skip to content
Snippets Groups Projects
Commit e880de14 authored by matta's avatar matta
Browse files

* Change TW1Physics to allow compilation on Linux

 - Definition of Method ReadCalibrationRun was missing, resulting an error while compiling NPA
parent 9b5170c9
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ class TW1Physics : public TObject, public NPA::VDetector ...@@ -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); 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 // Use for reading Calibration Run, very simple methods; only apply calibration, no condition
void ReadCalibrationRun(); void ReadCalibrationRun() {};
public: // Methods used for event treatement public: // Methods used for event treatement
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment