SND@LHC Software
Loading...
Searching...
No Matches
ShipHit.cxx
Go to the documentation of this file.
1
#include "
ShipHit.h
"
2
3
4
// ----- Default constructor -------------------------------------------
5
ShipHit::ShipHit
()
6
: TObject(),
7
fdigi(0),
8
fDetectorID(-1)
9
{
10
}
11
// -------------------------------------------------------------------------
12
13
14
15
// ----- Standard constructor ------------------------------------------
16
ShipHit::ShipHit
(Int_t detID, Float_t digi)
17
:TObject(),
18
fdigi (digi),
19
fDetectorID (detID)
20
{
21
}
22
23
// -------------------------------------------------------------------------
24
25
26
// ----- Destructor ----------------------------------------------------
27
ShipHit::~ShipHit
() { }
28
// -------------------------------------------------------------------------
29
30
31
ClassImp
(
ShipHit
)
ShipHit.h
ShipHit
Definition
ShipHit.h:18
ShipHit::ShipHit
ShipHit()
Definition
ShipHit.cxx:5
ShipHit::~ShipHit
virtual ~ShipHit()
Definition
ShipHit.cxx:27
ClassImp
ClassImp(ecalContFact) ecalContFact
Definition
ecalContFact.cxx:8
shipdata
ShipHit.cxx
Generated by
1.9.8