GGS(GenericGEANT4Simulation)Software
2.7.0
|
#include "G4Allocator.hh"
#include "G4Step.hh"
#include "G4THitsCollection.hh"
#include "G4ThreeVector.hh"
#include "G4VHit.hh"
#include "G4VPhysicalVolume.hh"
#include "utils/GGSMiscUtils.h"
#include "utils/GGSFactory.h"
Go to the source code of this file.
Data Structures | |
class | GGSPosHit |
Definition of GGS Position Hit. More... | |
Macros | |
#define | RegisterPosHit(className) |
Typedefs | |
typedef G4THitsCollection < GGSPosHit > | GGSPosHitsCollection |
Alias for G4 template hits collection for GGSPosHit. | |
using | GGSPosHitFactory = GGSFactory< GGSPosHit > |
Alias for integrated hit factory type. | |
Variables | |
G4Allocator< GGSPosHit > | GGSPosHitAllocator |
Alias for G4 template memory allocator for GGSPosHit. | |
GGSPosHit class definition.
Definition in file GGSPosHit.h.
#define RegisterPosHit | ( | className | ) |
Definition at line 218 of file GGSPosHit.h.