FairRoot
|
#include <FairTutPropTrack.h>
Public Member Functions | |
FairTutPropTrack () | |
FairTutPropTrack (int pdgcode, const FairTrackParP &first, const std::vector< std::pair< int, int >> &hitsvector, int trueMCTrackIndex) | |
void | Print () |
FairTrackParP | GetParamFirst () |
int | GetNofHits () |
std::pair< int, int > | GetHitIndex (int i) |
int | GetMCTrackIndex () |
Definition at line 17 of file FairTutPropTrack.h.
FairTutPropTrack::FairTutPropTrack | ( | ) |
Definition at line 16 of file FairTutPropTrack.cxx.
FairTutPropTrack::FairTutPropTrack | ( | int | pdgcode, |
const FairTrackParP & | first, | ||
const std::vector< std::pair< int, int >> & | hitsvector, | ||
int | trueMCTrackIndex | ||
) |
Definition at line 24 of file FairTutPropTrack.cxx.
|
inline |
Definition at line 30 of file FairTutPropTrack.h.
|
inline |
Definition at line 31 of file FairTutPropTrack.h.
|
inline |
Definition at line 29 of file FairTutPropTrack.h.
|
inline |
Definition at line 28 of file FairTutPropTrack.h.
void FairTutPropTrack::Print | ( | ) |
Definition at line 35 of file FairTutPropTrack.cxx.