| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

GiGaTrajectory.h File Reference

#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

GiGaTrajectorygigaTrajectory (G4VTrajectory *g4)
const GiGaTrajectorygigaTrajectory (const G4VTrajectory *g4)

Define Documentation

#define GIGA_GIGATRAJECTORY_H   1

Definition at line 23 of file GiGaTrajectory.h.


Function Documentation

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 };

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:01:15 2011 for GiGa by doxygen 1.4.7