Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <algorithm>
#include <cstdio>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <limits>
#include <numeric>
#include <TCanvas.h>
#include <TGraph.h>
#include <TInterpreter.h>
#include <TROOT.h>
#include "Garfield/ComponentAnalyticField.hh"
#include "Garfield/GarfieldConstants.hh"
#include "Garfield/Numerics.hh"
#include "Garfield/ViewBase.hh"
#include "Garfield/ViewCell.hh"
Go to the source code of this file.
Namespaces | |
namespace | Garfield |
Typedefs | |
using | Garfield::CMatrix = std::vector<std::vector<std::complex<double> > > |
using | Garfield::DMatrix = std::vector<std::vector<double> > |