VMC Examples Version 6.6
Loading...
Searching...
No Matches
GarfieldPhysics.h File Reference

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"
Include dependency graph for GarfieldPhysics.h:
This graph shows which files directly or indirectly include this file:

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_MeVMapParticlesEnergy
 

Detailed Description

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.

Date
28/10/2015
Author
D. Pheiffer, CERN

Definition in file GarfieldPhysics.h.

Typedef Documentation

◆ EnergyRange_MeV

typedef std::pair<double, double> EnergyRange_MeV

Definition at line 45 of file GarfieldPhysics.h.

◆ MapParticlesEnergy

typedef std::map<const std::string, EnergyRange_MeV> MapParticlesEnergy

Definition at line 46 of file GarfieldPhysics.h.