EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Namespaces | |
namespace | GFTools |
Namespace for various tools, mainly smoothing. | |
namespace | genfit |
Defines for I/O streams used for error and debug printing. | |
Classes | |
class | GFAbsBField |
Generic Interface to magnetic fields in GENFIT. More... | |
class | GFAbsFinitePlane |
Abstract base class for implementing arbitrarily shaped finite detector planes. More... | |
class | GFAbsRecoHit |
Base Class for representing a Hit in GENFIT. More... | |
class | GFAbsRecoHitComparator |
class | GFAbsTrackRep |
Base Class for genfit track representations. Defines interface for track parameterizations. More... | |
class | GFConstField |
Constant Magnetic field. More... | |
class | GFDaf |
Determinstic Annealing Filter (DAF) implementation. More... | |
class | GFDafHit |
Wrapper class for use with GFDaf. More... | |
class | GFDetPlane |
Detector plane genfit geometry class. More... | |
class | GFException |
Exception class for error handling in GENFIT (provides storage for diagnostic information) More... | |
class | GFFieldManager |
Singleton which provides access to magnetic field for track representations. More... | |
class | GFKalman |
Generic Kalman Filter implementation. More... | |
class | GFPlanarHitPolicy |
Policy class implementing a planar hit geometry. More... | |
class | GFPseudoSpacepointWireHitPolicy |
Policy class implementing a poseudo space point hit geometry. More... | |
class | GFRecoHitFactory |
Factory object to create RecoHits from digitized and clustered data. More... | |
class | GFRecoHitIfc< HitPolicy > |
RecoHit interface template class. Provides comfortable interface to create RecoHits. More... | |
class | GFAbsRecoHitProducer |
Abstract interface class for GFRecoHitProducer. More... | |
class | GFRecoHitProducer< hit_T, recoHit_T > |
Template class for a hit producer module. More... | |
class | GFRectFinitePlane |
Concrete implementation of finitie detector plane for rectangles. More... | |
class | GFSpacepointHitPolicy |
Policy class implementing a space point hit geometry. More... | |
class | GFTrack |
Track object for genfit. genfit algorithms work on these objects. More... | |
class | GFTrackCand |
Track candidate – a list of cluster indices. More... | |
class | GFWireHitPolicy |
policy class for hits in wire detectors (STT and DCH) which do not measure the coordinate along the wire More... | |
class | GFWirepointHitPolicy |
policy class for hits in wire detectors (STT and DCH) which can measure the coordinate along the wire More... | |
class | LSLTrackRep |
a local straight line track representation More... | |
class | VirtSpacePointRecoHit |
A basic space point reco hit. Uses a TVector3 for initialization. More... | |
Macros | |
#define | CACHE |
Typedefs | |
typedef GFRecoHitIfc < GFSpacepointHitPolicy > | SpacepointRecoHit |
Define a hit policy template specialization. | |
Functions | |
bool | GFAbsRecoHitComparator::operator() (const std::pair< unsigned int, GFAbsRecoHit * > lhs, const std::pair< unsigned int, GFAbsRecoHit * > rhs) const |
#define CACHE |
Definition at line 33 of file FieldManager.h.
View newest version in sPHENIX GitHub at line 33 of file FieldManager.h
Define a hit policy template specialization.
Definition at line 34 of file VirtSpacePointRecoHit.h.
View newest version in sPHENIX GitHub at line 34 of file VirtSpacePointRecoHit.h
|
inline |
Comparison operator used in GFTrack::sortHits(). Compares sorting parameter rho.
Definition at line 37 of file GFAbsRecoHitComparator.h.
View newest version in sPHENIX GitHub at line 37 of file GFAbsRecoHitComparator.h