All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
TPCDigiProcessor.cc File Reference
#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>
Include dependency graph for TPCDigiProcessor.cc:

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
 

Function Documentation

bool compare_phi ( Voxel_tpc a,
Voxel_tpc b 
)

Definition at line 49 of file TPCDigiProcessor.cc.

bool compare_z ( Voxel_tpc a,
Voxel_tpc b 
)

Definition at line 53 of file TPCDigiProcessor.cc.

Variable Documentation

TPCDigiProcessor aTPCDigiProcessor

Definition at line 47 of file TPCDigiProcessor.cc.