Skip to content
Snippets Groups Projects
Commit 762edcbf authored by nicolas's avatar nicolas
Browse files

* Add dependence to DetectorList.inc file in Makefile

parent 25495cde
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
#include "TVector2.h"
#include "TVector3.h"
#include "TObject.h"
#include "TH1.h"
//#include "TH1.h"
using namespace std ;
......
#ifndef TTigEventFragment_H
#define TTigEventFragment_H
#include"TH1F.h"
#include"TObject.h"
#include"TH1F.h"
#include <vector>
using namespace std;
......
......@@ -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 ///////////
////////////////////////////////////////////
......
......@@ -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 ##########
......
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