#include <vector>
#include "G4VTrajectory.hh"
#include "GiGa/GiGaTrajectoryPoint.h"
Include dependency graph for GiGaTrajectory.h:
Go to the source code of this file.
Namespaces | |
namespace | LHCb |
Classes | |
class | GiGaTrajectory |
Customisation of "standard" G4Trajectory class to incorporate TimeOfFlight of the each point. More... | |
Defines | |
#define | GIGA_GIGATRAJECTORY_H 1 |
Functions | |
GiGaTrajectory * | gigaTrajectory (G4VTrajectory *g4) |
const GiGaTrajectory * | gigaTrajectory (const G4VTrajectory *g4) |
#define GIGA_GIGATRAJECTORY_H 1 |
Definition at line 23 of file GiGaTrajectory.h.
GiGaTrajectory* gigaTrajectory | ( | G4VTrajectory * | g4 | ) | [inline] |
Definition at line 204 of file GiGaTrajectory.h.
00205 { 00206 GiGaUtil::FastCast<G4VTrajectory,GiGaTrajectory> cast ; 00207 return cast( g4 ); 00208 };
const GiGaTrajectory* gigaTrajectory | ( | const G4VTrajectory * | g4 | ) | [inline] |
Definition at line 220 of file GiGaTrajectory.h.
00221 { 00222 GiGaUtil::FastCast<const G4VTrajectory,const GiGaTrajectory> cast ; 00223 return cast( g4 ); 00224 };