#include "TPCDigiProcessor.h"#include <iostream>#include <iomanip>#include <vector>#include <map>#include <cmath>#include <algorithm>#include <gsl/gsl_randist.h>#include "marlin/VerbosityLevels.h"#include "marlin/ProcessorEventSeeder.h"#include "Circle.h"#include "SimpleHelix.h"#include "constants.h"#include "LCCylinder.h"#include <IMPL/LCFlagImpl.h>#include <IMPL/LCRelationImpl.h>#include <stdexcept>#include "voxel.h"#include <marlin/Global.h>#include <gear/GEAR.h>#include <gear/TPCParameters.h>#include <gear/PadRowLayout2D.h>#include <gear/BField.h>#include "UTIL/LCTrackerConf.h"#include <UTIL/ILDConf.h>Go to the source code of this file.
Functions | |
| bool | compare_phi (Voxel_tpc *a, Voxel_tpc *b) |
| bool | compare_z (Voxel_tpc *a, Voxel_tpc *b) |
Variables | |
| TPCDigiProcessor | aTPCDigiProcessor |
Definition at line 49 of file TPCDigiProcessor.cc.
Definition at line 53 of file TPCDigiProcessor.cc.
| TPCDigiProcessor aTPCDigiProcessor |
Definition at line 47 of file TPCDigiProcessor.cc.