EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicHtcTask.h File Reference
#include <TGeoMatrix.h>
#include <FairTask.h>
#include <TrKalmanFilter.h>
#include <FairTrackParP.h>
#include <EicIdealTrackingCode.h>
#include <EicTrackingDigiHitProducer.h>
+ Include dependency graph for EicHtcTask.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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().

Typedef Documentation

typedef std::map<kEntry, EicHtcHit*, bool(*)(kEntry, kEntry)> hEntry

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

Function Documentation

bool HitKeyCompare ( kEntry  ,
kEntry   
)

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().

+ Here is the caller graph for this function: