Skip to content
Snippets Groups Projects
Commit 6e07ac14 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Remove merge

parent ebff00c1
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,6 @@ ...@@ -5,12 +5,6 @@
// THcDetectorBase // THcDetectorBase
// //
// Add hitlist to the Hall A detector base // Add hitlist to the Hall A detector base
<<<<<<< HEAD
//
//////////////////////////////////////////////////////////////////////////
#include "ThcDetectorBase.h"
=======
// May not need to inherit from THaDetectorBase since we may end up // May not need to inherit from THaDetectorBase since we may end up
// replacing most of the methods // replacing most of the methods
// //
...@@ -20,7 +14,6 @@ ...@@ -20,7 +14,6 @@
#include "THaEvData.h" #include "THaEvData.h"
#include "THaDetMap.h" #include "THaDetMap.h"
#include "TClonesArray.h" #include "TClonesArray.h"
>>>>>>> d715b6024d14d1acc253ad0eef3926e5d9f69035
using namespace std; using namespace std;
...@@ -28,21 +21,15 @@ THcDetectorBase::THcDetectorBase( const char* name, ...@@ -28,21 +21,15 @@ THcDetectorBase::THcDetectorBase( const char* name,
const char* description ) : const char* description ) :
THaDetectorBase(name, description) THaDetectorBase(name, description)
{ {
<<<<<<< HEAD
=======
// Normal constructor. // Normal constructor.
fRawHitList = NULL; fRawHitList = NULL;
>>>>>>> d715b6024d14d1acc253ad0eef3926e5d9f69035
} }
THcDetectorBase::THcDetectorBase() : THaDetectorBase() { THcDetectorBase::THcDetectorBase() : THaDetectorBase() {
} }
<<<<<<< HEAD
THcDetectorBase::~THcDetectorBase() : ~THaDetectorBase() {
=======
THcDetectorBase::~THcDetectorBase() { THcDetectorBase::~THcDetectorBase() {
// Destructor // Destructor
} }
...@@ -109,7 +96,6 @@ Int_t THcDetectorBase::Decode( const THaEvData& evdata ) { ...@@ -109,7 +96,6 @@ Int_t THcDetectorBase::Decode( const THaEvData& evdata ) {
fRawHitList->Sort(fNRawHits); fRawHitList->Sort(fNRawHits);
return fNRawHits; // Does anything care what is returned return fNRawHits; // Does anything care what is returned
>>>>>>> d715b6024d14d1acc253ad0eef3926e5d9f69035
} }
ClassImp(THcDetectorBase) ClassImp(THcDetectorBase)
...@@ -2,14 +2,11 @@ ...@@ -2,14 +2,11 @@
#define ROOT_THcDetectorBase #define ROOT_THcDetectorBase
#include "THaDetectorBase.h" #include "THaDetectorBase.h"
<<<<<<< HEAD
=======
#include "THcRawHit.h" #include "THcRawHit.h"
#include "TClonesArray.h" #include "TClonesArray.h"
using namespace std; using namespace std;
>>>>>>> d715b6024d14d1acc253ad0eef3926e5d9f69035
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// //
...@@ -17,24 +14,12 @@ using namespace std; ...@@ -17,24 +14,12 @@ using namespace std;
// //
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
<<<<<<< HEAD
=======
//class THaDetMap; //class THaDetMap;
>>>>>>> d715b6024d14d1acc253ad0eef3926e5d9f69035
class THcDetectorBase : public THaDetectorBase { class THcDetectorBase : public THaDetectorBase {
public: public:
<<<<<<< HEAD
virtual ~THaDetectorBase();
THaDetectorBase(); // only for ROOT I/O
protected:
ClassDef(ThcDetectorBase,0)
=======
virtual ~THcDetectorBase(); virtual ~THcDetectorBase();
THcDetectorBase(); // only for ROOT I/O THcDetectorBase(); // only for ROOT I/O
...@@ -56,6 +41,5 @@ class THcDetectorBase : public THaDetectorBase { ...@@ -56,6 +41,5 @@ class THcDetectorBase : public THaDetectorBase {
protected: protected:
ClassDef(THcDetectorBase,0) ClassDef(THcDetectorBase,0)
>>>>>>> d715b6024d14d1acc253ad0eef3926e5d9f69035
}; };
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment