FairShip
Loading...
Searching...
No Matches
splitcalPoint Class Reference

#include <splitcalPoint.h>

Inheritance diagram for splitcalPoint:
Collaboration diagram for splitcalPoint:

Public Member Functions

 splitcalPoint ()
 
virtual ~splitcalPoint ()
 
void extraPrintInfo () const override
 
- Public Member Functions inherited from SHiP::DetectorPoint
 DetectorPoint ()
 
 ~DetectorPoint ()=default
 
 DetectorPoint (Int_t eventID, Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, Int_t pdgCode, TVector3 Lpos, TVector3 Lmom)
 
 DetectorPoint (Int_t eventID, Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, Int_t pdgCode)
 
 DetectorPoint (const DetectorPoint &point)=default
 
DetectorPointoperator= (const DetectorPoint &point)=default
 
virtual void Print () const
 
Int_t PdgCode () const
 
TVector3 LastPoint () const
 
TVector3 LastMom () const
 
virtual void extraPrintInfo () const
 

Additional Inherited Members

- Protected Attributes inherited from SHiP::DetectorPoint
Int_t fPdgCode
 
std::array< Double_t, 3 > fLpos
 
std::array< Double_t, 3 > fLmom
 

Detailed Description

Definition at line 12 of file splitcalPoint.h.

Constructor & Destructor Documentation

◆ splitcalPoint()

splitcalPoint::splitcalPoint ( )

Default constructor

Definition at line 12 of file splitcalPoint.cxx.

◆ ~splitcalPoint()

splitcalPoint::~splitcalPoint ( )
virtual

Destructor

Definition at line 16 of file splitcalPoint.cxx.

16{}

Member Function Documentation

◆ extraPrintInfo()

void splitcalPoint::extraPrintInfo ( ) const
overridevirtual

Reimplemented from SHiP::DetectorPoint.

Definition at line 19 of file splitcalPoint.cxx.

19 {
20 LOG(info) << "This is the splitcal";
21}

The documentation for this class was generated from the following files: