EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <TGeoMatrix.h>
#include <FairTask.h>
#include <TrKalmanFilter.h>
#include <FairTrackParP.h>
#include <EicIdealTrackingCode.h>
#include <EicTrackingDigiHitProducer.h>
Go to the source code of this file.
Classes | |
class | EicHtcHitComponent |
class | EicHtcHit |
class | EicHtcTrack |
class | HtcKalmanFilter |
class | EicHtcTask |
Macros | |
#define | _EIC_HTC_TREE_ "htc" |
#define | _EIC_HTC_BRANCH_ "EicHtcTrack" |
#define | _EIC_HTC_TRACK_ "track" |
Typedefs | |
typedef std::pair< const char *, std::pair< unsigned, unsigned > > | kEntry |
typedef std::map< kEntry, EicHtcHit *, bool(*)(kEntry, kEntry)> | hEntry |
Functions | |
bool | HitKeyCompare (kEntry, kEntry) |
#define _EIC_HTC_BRANCH_ "EicHtcTrack" |
Definition at line 17 of file EicHtcTask.h.
View newest version in sPHENIX GitHub at line 17 of file EicHtcTask.h
Referenced by EicHtcTask::Exec().
#define _EIC_HTC_TRACK_ "track" |
Definition at line 18 of file EicHtcTask.h.
View newest version in sPHENIX GitHub at line 18 of file EicHtcTask.h
Referenced by EicHtcTask::Exec().
#define _EIC_HTC_TREE_ "htc" |
Definition at line 16 of file EicHtcTask.h.
View newest version in sPHENIX GitHub at line 16 of file EicHtcTask.h
Referenced by EicHtcTask::Exec().
Definition at line 129 of file EicHtcTask.h.
View newest version in sPHENIX GitHub at line 129 of file EicHtcTask.h
typedef std::pair<const char*, std::pair<unsigned, unsigned> > kEntry |
Definition at line 128 of file EicHtcTask.h.
View newest version in sPHENIX GitHub at line 128 of file EicHtcTask.h
Definition at line 959 of file EicHtcTask.cxx.
View newest version in sPHENIX GitHub at line 959 of file EicHtcTask.cxx
Referenced by EicHtcTrack::EicHtcTrack().