|
VMC Examples Version 6.7
|
Definition of the GarfieldPhysics class. More...
#include <iostream>#include <map>#include <vector>#include "AvalancheMC.hh"#include "AvalancheMicroscopic.hh"#include "ComponentAnalyticField.hh"#include "GeometryRoot.hh"#include "GeometrySimple.hh"#include "MediumMagboltz.hh"#include "Sensor.hh"#include "SolidTube.hh"#include "TrackHeed.hh"#include "TrackSimple.hh"

Go to the source code of this file.
Classes | |
| class | GarfieldParticle |
| class | GarfieldPhysics |
Typedefs | |
| typedef std::pair< double, double > | EnergyRange_MeV |
| typedef std::map< const std::string, EnergyRange_MeV > | MapParticlesEnergy |
Definition of the GarfieldPhysics class.
Garfield garfieldpp example adapted to Virtual Monte Carlo. This class is imported from garfieldpp example with no modification in the code.
Definition in file GarfieldPhysics.h.
| typedef std::pair<double, double> EnergyRange_MeV |
Definition at line 45 of file GarfieldPhysics.h.
| typedef std::map<const std::string, EnergyRange_MeV> MapParticlesEnergy |
Definition at line 46 of file GarfieldPhysics.h.