Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
ParticleBank.h
Go to the documentation of this file.
1#ifndef PARTICLEBANK_H
2#define PARTICLEBANK_H
3
6
7namespace Heed {
8
10
11void treat_particle_bank(int s_erase = 1); // s_erase is signature
12// that the particle should be delepet from particle bank after the tracking.
13// Otherwise (0) it is not deleted, which makes possible, for example,
14// further printing or other actions
15
16}
17
18#endif
Definition: BGMesh.cpp:3
void treat_particle_bank(int s_erase)
Definition: ParticleBank.cpp:5
AbsList< ActivePtr< gparticle > > particle_bank
Definition: TrackHeed.cc:42