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 -------------------------------------------
6 : TObject(),
7 fdigi(0),
8 fDetectorID(-1)
9{
10}
11// -------------------------------------------------------------------------
12
13
14
15// ----- Standard constructor ------------------------------------------
16ShipHit::ShipHit(Int_t detID, Float_t digi)
17 :TObject(),
18 fdigi (digi),
19 fDetectorID (detID)
20{
21}
22
23// -------------------------------------------------------------------------
24
25
26// ----- Destructor ----------------------------------------------------
28// -------------------------------------------------------------------------
29
30
ShipHit()
Definition ShipHit.cxx:5
virtual ~ShipHit()
Definition ShipHit.cxx:27
ClassImp(ecalContFact) ecalContFact