The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::Example::TinyExperiment Namespace Reference

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>
 

Typedef Documentation

◆ Hits

Definition at line 27 of file Hit.h.

◆ MCHits

Definition at line 27 of file MCHit.h.

◆ MCTracks

Definition at line 28 of file MCTrack.h.

◆ Tracks

Definition at line 28 of file Track.h.