#include <string>
#include <vector>
#include "GiGa/GiGaUtil.h"
#include "G4VUserTrackInformation.hh"
#include "GaussTools/GaussHitBase.h"
#include "GaussTools/DetTrackInfo.h"
Include dependency graph for GaussTrackInformation.h:
Go to the source code of this file.
Classes | |
class | GaussTrackInformation |
Class which is used to store auxilliary information about G4Track,. More... | |
Defines | |
#define | GaussTools_GaussTrackInformation_H 1 |
Functions | |
GaussTrackInformation * | gaussTrackInformation (G4VUserTrackInformation *g4) |
const GaussTrackInformation * | gaussTrackInformation (const G4VUserTrackInformation *g4) |
#define GaussTools_GaussTrackInformation_H 1 |
Definition at line 3 of file GaussTrackInformation.h.
GaussTrackInformation* gaussTrackInformation | ( | G4VUserTrackInformation * | g4 | ) | [inline] |
Definition at line 170 of file GaussTrackInformation.h.
00171 { 00172 GiGaUtil::FastCast<G4VUserTrackInformation,GaussTrackInformation> cast; 00173 return cast( g4 ); 00174 };
const GaussTrackInformation* gaussTrackInformation | ( | const G4VUserTrackInformation * | g4 | ) | [inline] |
Definition at line 186 of file GaussTrackInformation.h.
00187 { 00188 GiGaUtil::FastCast< 00189 const G4VUserTrackInformation,const GaussTrackInformation> cast; 00190 return cast( g4 ); 00191 };