Skip to content
Snippets Groups Projects
Commit 45390d8c authored by Administrator's avatar Administrator Committed by Florian Uhlig
Browse files

Cleanup mvd code

Remove path from include statements
Add missing include statements and remove unneeded ones.
Use forward declaration whenever possible.
parent a92abf48
No related branches found
No related tags found
1 merge request!1371Add time based digitization and reconstruction for MVD
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <map> // for allocator, __map_i... #include <map> // for allocator, __map_i...
#include <utility> // for pair #include <utility> // for pair
#include <TClonesArray.h> // for TClonesArray
using std::endl; using std::endl;
using std::fixed; using std::fixed;
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "TArrayS.h" #include "TArrayS.h"
#include "TCanvas.h" #include "TCanvas.h"
#include <TClonesArray.h>
#include "TH1.h" #include "TH1.h"
#include "TH1F.h" #include "TH1F.h"
#include "TH2.h" #include "TH2.h"
......
...@@ -15,12 +15,14 @@ ...@@ -15,12 +15,14 @@
#include "CbmMvdDigi.h" #include "CbmMvdDigi.h"
#include "CbmMvdPoint.h" #include "CbmMvdPoint.h"
#include "CbmMvdSensor.h" #include "CbmMvdSensor.h"
#include "CbmMvdCluster.h"
#include "CbmMvdSensorTask.h" #include "CbmMvdSensorTask.h"
#include "FairTask.h" #include "FairTask.h"
#include "TArrayS.h" #include "TArrayS.h"
#include "TCanvas.h" #include "TCanvas.h"
#include <TClonesArray.h>
#include "TH1.h" #include "TH1.h"
#include "TH1F.h" #include "TH1F.h"
#include "TH2.h" #include "TH2.h"
......
...@@ -80,8 +80,4 @@ private: ...@@ -80,8 +80,4 @@ private:
ClassDef(CbmMvdPixelCharge, 1); ClassDef(CbmMvdPixelCharge, 1);
}; };
<<<<<<< HEAD
=======
>>>>>>> 85e08e45 (Create separate simulation library from mvd code)
#endif #endif
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