Garfield++ v2r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <HeedPhoton.h>
Public Member Functions | |
HeedPhoton () | |
Default constructor. | |
HeedPhoton (manip_absvol *primvol, const point &pt, const vec &vel, vfloat time, long fparent_particle_number, double fenergy, HeedFieldMap *fieldmap, const bool fs_print_listing=false) | |
Constructor. | |
virtual | ~HeedPhoton () |
Destructor. | |
virtual void | physics_after_new_speed (std::vector< gparticle * > &secondaries) |
virtual void | physics (std::vector< gparticle * > &secondaries) |
virtual void | print (std::ostream &file, int l) const |
virtual HeedPhoton * | copy () const |
Public Member Functions inherited from Heed::gparticle | |
gparticle () | |
Default constructor. | |
gparticle (manip_absvol *primvol, const point &pt, const vec &vel, vfloat time) | |
Constructor. | |
virtual | ~gparticle () |
Destructor. | |
virtual void | step (std::vector< gparticle * > &secondaries) |
virtual void | change_vol (void) |
virtual void | curvature (int &fs_cf, vec &frelcen, vfloat &fmrange, vfloat prec) |
virtual void | physics_after_new_speed (std::vector< gparticle * > &) |
virtual void | physics (std::vector< gparticle * > &) |
virtual void | physics_mrange (double &fmrange) |
virtual stvpoint | calc_step_to_bord () |
Produces nextpos. | |
stvpoint | switch_new_vol () |
virtual void | fly (std::vector< gparticle * > &secondaries) |
Transport the particle. | |
virtual void | print (std::ostream &file, int l) const |
virtual gparticle * | copy () const |
Public Member Functions inherited from Heed::RegPassivePtr | |
RegPassivePtr (void) | |
RegPassivePtr (char fs_ban_del, char fs_ban_sub, char fs_ban_cop=0) | |
RegPassivePtr (const RegPassivePtr &f) | |
RegPassivePtr & | operator= (const RegPassivePtr &f) |
CountPP_ns::CountPassivePtr * | book (void) const |
void | clear_pointers (void) const |
virtual RegPassivePtr * | copy () const |
virtual | ~RegPassivePtr () |
virtual void | print (std::ostream &file, int l=1) const |
void | set_s_ban_del (char fs_ban_del) |
char | get_s_ban_del (void) const |
void | set_s_ban_sub (char fs_ban_sub) |
char | get_s_ban_sub (void) const |
void | set_s_ban_cop (char fs_ban_cop) |
char | get_s_ban_cop (void) const |
void | set_s_allow_del_at_zero_count (char fs_allow_del_at_zero_count) |
char | get_s_allow_del_at_zero_count (void) const |
long | get_total_number_of_references (void) const |
Public Attributes | |
long | particle_number |
long | parent_particle_number |
double | energy |
Photon energy [MeV]. | |
bool | s_photon_absorbed |
long | na_absorbing |
Index of absorbing atom. | |
long | ns_absorbing |
Index of absorbing shell. | |
bool | s_delta_generated |
Flag that delta-electrons are already generated (or cannot be created). | |
Public Attributes inherited from Heed::gparticle | |
bool | s_life |
long | nstep |
Step number. | |
double | total_range_from_origin |
Range from origin to currpos. | |
long | n_zero_step |
Number of previous steps with zero range (including this step). | |
stvpoint | origin |
stvpoint | prevpos |
stvpoint | currpos |
stvpoint | nextpos |
vec | curr_relcen |
Additional Inherited Members | |
Static Public Member Functions inherited from Heed::RegPassivePtr | |
static void | set_s_ban_del_ignore (char fs_ban_del_ignore) |
static char | get_s_ban_del_ignore (void) |
static void | set_s_print_adr_cpp (char fs_print_adr_cpp) |
static char | get_s_print_adr_cpp (void) |
Static Public Attributes inherited from Heed::gparticle | |
static long | max_q_zero_step = 100 |
Definition of the photon which can be emitted at atomic relaxation cascades and traced through the geometry. 2003, I. Smirnov
Definition at line 18 of file HeedPhoton.h.
|
inline |
Default constructor.
Definition at line 21 of file HeedPhoton.h.
Referenced by copy(), and physics_after_new_speed().
Heed::HeedPhoton::HeedPhoton | ( | manip_absvol * | primvol, |
const point & | pt, | ||
const vec & | vel, | ||
vfloat | time, | ||
long | fparent_particle_number, | ||
double | fenergy, | ||
HeedFieldMap * | fieldmap, | ||
const bool | fs_print_listing = false |
||
) |
Constructor.
Definition at line 23 of file HeedPhoton.cpp.
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Reimplemented from Heed::gparticle.
Definition at line 44 of file HeedPhoton.cpp.
|
virtual |
Reimplemented from Heed::gparticle.
Definition at line 112 of file HeedPhoton.cpp.
|
virtual |
Reimplemented from Heed::gparticle.
Definition at line 196 of file HeedPhoton.cpp.
double Heed::HeedPhoton::energy |
Photon energy [MeV].
Definition at line 37 of file HeedPhoton.h.
Referenced by Garfield::TrackHeed::GetCluster(), physics(), physics_after_new_speed(), and print().
long Heed::HeedPhoton::na_absorbing |
Index of absorbing atom.
Definition at line 42 of file HeedPhoton.h.
Referenced by Heed::HeedParticle::physics(), Heed::HeedParticle_BGM::physics(), physics(), physics_after_new_speed(), and print().
long Heed::HeedPhoton::ns_absorbing |
Index of absorbing shell.
Definition at line 44 of file HeedPhoton.h.
Referenced by Heed::HeedParticle::physics(), Heed::HeedParticle_BGM::physics(), physics(), physics_after_new_speed(), and print().
long Heed::HeedPhoton::parent_particle_number |
Definition at line 35 of file HeedPhoton.h.
Referenced by print().
long Heed::HeedPhoton::particle_number |
Definition at line 34 of file HeedPhoton.h.
Referenced by physics_after_new_speed(), and print().
bool Heed::HeedPhoton::s_delta_generated |
Flag that delta-electrons are already generated (or cannot be created).
Definition at line 50 of file HeedPhoton.h.
Referenced by Heed::HeedParticle::physics(), Heed::HeedParticle_BGM::physics(), physics_after_new_speed(), and print().
bool Heed::HeedPhoton::s_photon_absorbed |
Flag whether the photon has been absorbed., Used in physics_after_new_speed.
Definition at line 40 of file HeedPhoton.h.
Referenced by Heed::HeedParticle::physics(), Heed::HeedParticle_BGM::physics(), physics(), physics_after_new_speed(), and print().