#include <vetoHitOnTrack.h>
|
Float_t | fDist |
| distance to closest veto hit
|
|
Int_t | fHitID |
| hit ID
|
|
copied from shipdata/ShipHit.h
Definition at line 17 of file vetoHitOnTrack.h.
◆ vetoHitOnTrack() [1/2]
vetoHitOnTrack::vetoHitOnTrack |
( |
| ) |
|
Default constructor
Definition at line 5 of file vetoHitOnTrack.cxx.
6 : TObject(),
9{
10}
Float_t fDist
distance to closest veto hit
◆ vetoHitOnTrack() [2/2]
vetoHitOnTrack::vetoHitOnTrack |
( |
Int_t |
hitID, |
|
|
Float_t |
dist |
|
) |
| |
◆ ~vetoHitOnTrack()
vetoHitOnTrack::~vetoHitOnTrack |
( |
| ) |
|
|
virtual |
◆ ClassDef()
◆ GetDist()
Double_t vetoHitOnTrack::GetDist |
( |
| ) |
const |
|
inline |
◆ GetHitID()
Int_t vetoHitOnTrack::GetHitID |
( |
| ) |
const |
|
inline |
◆ Print()
virtual void vetoHitOnTrack::Print |
( |
const Option_t * |
opt = "" | ) |
const |
|
inlinevirtual |
◆ serialize()
template<class Archive >
void vetoHitOnTrack::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
inline |
Definition at line 45 of file vetoHitOnTrack.h.
46 {
47 ar& boost::serialization::base_object<TObject>(*this);
50 }
◆ SetDist()
void vetoHitOnTrack::SetDist |
( |
Float_t |
d | ) |
|
|
inline |
◆ SetHitID()
void vetoHitOnTrack::SetHitID |
( |
Int_t |
hitID | ) |
|
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ fDist
Float_t vetoHitOnTrack::fDist |
|
protected |
◆ fHitID
Int_t vetoHitOnTrack::fHitID |
|
protected |
The documentation for this class was generated from the following files: