diff --git a/NPLib/Exogam/TExogamPhysics.h b/NPLib/Exogam/TExogamPhysics.h index bbe04569420a02d0be34cdf5457feb8da22f1ac4..727ee5e533f75ae6e1cbc3920f0570bd4bf53b47 100644 --- a/NPLib/Exogam/TExogamPhysics.h +++ b/NPLib/Exogam/TExogamPhysics.h @@ -34,7 +34,7 @@ #include "TVector2.h" #include "TVector3.h" #include "TObject.h" -#include "TH1.h" +//#include "TH1.h" using namespace std ; diff --git a/NPLib/Tigress/TTigEventFragment.h b/NPLib/Tigress/TTigEventFragment.h index 22f9511b65569ecab956ccf7d0fe2ed7cbadb208..a86d3be16a7e427feb02e25f8b0c4c6fbb5a7883 100644 --- a/NPLib/Tigress/TTigEventFragment.h +++ b/NPLib/Tigress/TTigEventFragment.h @@ -1,9 +1,9 @@ #ifndef TTigEventFragment_H #define TTigEventFragment_H -#include"TH1F.h" #include"TObject.h" +#include"TH1F.h" #include <vector> using namespace std; diff --git a/NPLib/VDetector/DetectorManager.cxx b/NPLib/VDetector/DetectorManager.cxx index 5a0405451804a6e62388e2a4036057d4a6a4a04b..b2734938783f2b79174bf9e92de14a7195ba9535 100644 --- a/NPLib/VDetector/DetectorManager.cxx +++ b/NPLib/VDetector/DetectorManager.cxx @@ -7,10 +7,10 @@ // Detector #include "DetectorList.inc" +//#include "TExogamPhysics.h" #include "TMust2Physics.h" #include "TCATSPhysics.h" #include "TSSSDPhysics.h" -#include "TExogamPhysics.h" #include "TPlasticPhysics.h" #include "TTrifoilPhysics.h" #include "GaspardTracker.h" @@ -56,7 +56,7 @@ void DetectorManager::ReadConfigurationFile(string Path) bool MUST2 = false; bool CATS = false; bool SSSD = false; - bool Exogam = false; +// bool Exogam = false; bool ScintillatorPlastic = false; bool Trifoil = false; bool GeneralTarget = false; @@ -262,7 +262,7 @@ void DetectorManager::ReadConfigurationFile(string Path) AddDetector("SSSD", myDetector); #endif } - +/* ////////////////////////////////////////////// ////////// Search for Exogam ///////// ////////////////////////////////////////////// @@ -283,7 +283,7 @@ void DetectorManager::ReadConfigurationFile(string Path) AddDetector("EXOGAM", myDetector); #endif } - +*/ //////////////////////////////////////////// ///////////// Search for Plastic /////////// //////////////////////////////////////////// diff --git a/NPLib/VDetector/Makefile b/NPLib/VDetector/Makefile index 71a25a11f6ed6226a8631d9c2fd151eb4e181769..7da1a470327baf1ba5ed33e8d0ab6fbdce395b83 100644 --- a/NPLib/VDetector/Makefile +++ b/NPLib/VDetector/Makefile @@ -17,7 +17,7 @@ libDetectorManager.so: DetectorManager.o # dependances VDetector.o: VDetector.cxx VDetector.h -DetectorManager.o: DetectorManager.cxx DetectorManager.h +DetectorManager.o: DetectorManager.cxx DetectorManager.h DetectorList.inc ####################################### ############# Clean and More ##########