Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jlab
hallc
analyzer_software
hcana
Commits
6e07ac14
Commit
6e07ac14
authored
13 years ago
by
Stephen A. Wood
Browse files
Options
Downloads
Patches
Plain Diff
Remove merge
parent
ebff00c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/THcDetectorBase.cxx
+0
-14
0 additions, 14 deletions
src/THcDetectorBase.cxx
src/THcDetectorBase.h
+0
-16
0 additions, 16 deletions
src/THcDetectorBase.h
with
0 additions
and
30 deletions
src/THcDetectorBase.cxx
+
0
−
14
View file @
6e07ac14
...
@@ -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
)
This diff is collapsed.
Click to expand it.
src/THcDetectorBase.h
+
0
−
16
View file @
6e07ac14
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment