SND@LHC Software
|
#include <ShipHit.h>
Public Member Functions | |
ShipHit () | |
ShipHit (Int_t detID, Float_t digi) | |
virtual | ~ShipHit () |
Double_t | GetDigi () const |
Int_t | GetDetectorID () const |
void | SetDigi (Float_t d) |
void | SetDetectorID (Int_t detID) |
virtual void | Print (const Option_t *opt="") const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Protected Member Functions | |
ClassDef (ShipHit, 1) | |
Protected Attributes | |
Float_t | fdigi |
digitized detector hit | |
Int_t | fDetectorID |
Detector unique identifier. | |
Friends | |
class | boost::serialization::access |
ShipHit::ShipHit | ( | ) |
Default constructor
Definition at line 5 of file ShipHit.cxx.
ShipHit::ShipHit | ( | Int_t | detID, |
Float_t | digi | ||
) |
Constructor with hit parameters
Definition at line 16 of file ShipHit.cxx.
|
virtual |
|
protected |
|
inline |
|
inlinevirtual |
|
inline |
Definition at line 45 of file ShipHit.h.
|
inline |
Definition at line 39 of file ShipHit.h.
|
protected |