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

In This Package:

GiGaTrajectoryPoint.h File Reference

#include "CLHEP/Vector/LorentzVector.h"
#include "GiGa/GiGaUtil.h"
#include "G4TrajectoryPoint.hh"
#include "G4VTrajectoryPoint.hh"

Include dependency graph for GiGaTrajectoryPoint.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  GiGaTrajectoryPoint
 Customisation of "standard" G4TrajectoryPoint to incorporate TimeOfFlight of the point. More...

Defines

#define GIGA_GIGATRAJECTORYPOINT_H   1

Functions

GiGaTrajectoryPointgigaTrajectoryPoint (G4TrajectoryPoint *g4)
GiGaTrajectoryPointgigaTrajectoryPoint (G4VTrajectoryPoint *g4)
const GiGaTrajectoryPointgigaTrajectoryPoint (const G4TrajectoryPoint *g4)
const GiGaTrajectoryPointgigaTrajectoryPoint (const G4VTrajectoryPoint *g4)

Define Documentation

#define GIGA_GIGATRAJECTORYPOINT_H   1

Definition at line 20 of file GiGaTrajectoryPoint.h.


Function Documentation

GiGaTrajectoryPoint* gigaTrajectoryPoint ( G4TrajectoryPoint *  g4  )  [inline]

Definition at line 201 of file GiGaTrajectoryPoint.h.

00202 {
00203   GiGaUtil::FastCast<G4TrajectoryPoint,GiGaTrajectoryPoint> cast ;
00204   return cast( g4 );
00205 };

GiGaTrajectoryPoint* gigaTrajectoryPoint ( G4VTrajectoryPoint *  g4  )  [inline]

Definition at line 217 of file GiGaTrajectoryPoint.h.

00218 {
00219   GiGaUtil::FastCast<G4VTrajectoryPoint,GiGaTrajectoryPoint> cast ;
00220   return cast( g4 );
00221 };

const GiGaTrajectoryPoint* gigaTrajectoryPoint ( const G4TrajectoryPoint *  g4  )  [inline]

Definition at line 234 of file GiGaTrajectoryPoint.h.

00235 {
00236   GiGaUtil::FastCast<const G4TrajectoryPoint,const GiGaTrajectoryPoint> cast ;
00237   return cast( g4 );
00238 };

const GiGaTrajectoryPoint* gigaTrajectoryPoint ( const G4VTrajectoryPoint *  g4  )  [inline]

Definition at line 251 of file GiGaTrajectoryPoint.h.

00252 {
00253   GiGaUtil::FastCast<const G4VTrajectoryPoint,const GiGaTrajectoryPoint> cast ;
00254   return cast( g4 );
00255 };

| 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