GGS(GenericGEANT4Simulation)Software
2.7.0
|
#include "G4Allocator.hh"
#include "G4THitsCollection.hh"
#include "G4ThreeVector.hh"
#include "G4VHit.hh"
#include "G4VPhysicalVolume.hh"
#include "montecarlo/scoring/GGSPartHit.h"
#include "utils/GGSFactory.h"
#include "utils/GGSMiscUtils.h"
#include <numeric>
Go to the source code of this file.
Data Structures | |
class | GGSIntHit |
Definition of GGS Integrated Hit. More... | |
Macros | |
#define | RegisterIntHit(className) |
Typedefs | |
typedef G4THitsCollection < GGSIntHit > | GGSIntHitsCollection |
Alias for G4 template hits collection for GGSIntHit. | |
using | GGSIntHitFactory = GGSFactory< GGSIntHit, const std::vector< G4double > & > |
Alias for integrated hit factory type. | |
Variables | |
G4Allocator< GGSIntHit > * | GGSIntHitAllocator |
Alias for G4 template memory allocator for GGSIntHit. | |
GGSIntHit class definition.
Definition in file GGSIntHit.h.
#define RegisterIntHit | ( | className | ) |
Definition at line 280 of file GGSIntHit.h.