Monte Carlo LYSO
Geant4 simulation for the LYSO calorimeter prototype
Variables
hit.cc File Reference

Definition of the class MyHit. More...

#include "hit.hh"
Include dependency graph for hit.cc:

Go to the source code of this file.

Variables

G4ThreadLocal G4Allocator< MyHit > * MyHitAllocator = nullptr
 G4Allocator for MyHit objects. More...
 

Detailed Description

Definition of the class MyHit.

Definition in file hit.cc.

Variable Documentation

◆ MyHitAllocator

G4ThreadLocal G4Allocator<MyHit>* MyHitAllocator = nullptr

G4Allocator for MyHit objects.

G4Allocator is a class for fast allocation of objects to the heap.

Definition at line 8 of file hit.cc.