![]() |
The Gaudi Framework
master (ff829712)
|
Classes | |
class | CheckerAlg |
Comparison of Reconstructed Tracks and MCTracks. More... | |
class | DigitizationAlg |
Digitization algorithm returning a set of hits from MCHits, basically adding noise. More... | |
class | GeneratorAlg |
Generator algorithm returning a set of random tracks. More... | |
struct | Hit |
most simple Hit ever : in 2D space, and thus fully defined by x and y More... | |
struct | IRandomGenSvc |
struct | MCHit |
most simple MC Hit ever : in 2D space, and thus fully defined by x and y More... | |
struct | MCTrack |
most simple MC Track ever : in 2D space, starting from the origin and thus fully defined by an angle theta More... | |
class | RandomGenSvc |
class | SimulationAlg |
Simulation algorithm creating MC Hits from a set of tracks. More... | |
struct | Track |
most simple Track ever : in 2D space, starting from the origin and thus fully defined by an angle theta More... | |
class | TrackingAlg |
Tracking algorithm building tracks from hits using a simplified Hough transform. More... | |
Typedefs | |
using | Hits = std::vector<Hit> |
using | MCHits = std::vector<MCHit> |
using | MCTracks = std::vector<MCTrack> |
using | Tracks = std::vector<Track> |
using Gaudi::Example::TinyExperiment::Hits = std::vector<Hit> |
using Gaudi::Example::TinyExperiment::MCHits = std::vector<MCHit> |
using Gaudi::Example::TinyExperiment::MCTracks = std::vector<MCTrack> |
using Gaudi::Example::TinyExperiment::Tracks = std::vector<Track> |