#include "TH1.h"
#include "GeometryObjects/Geo.h"
#include "RecoBase/Track.h"
#include "RecoBase/Vertex.h"
#include "RecoBase/Cluster.h"
#include "RecoBase/CellHit.h"
#include "RecoBase/HitMap.h"
#include "RecoBase/FilterList.h"
#include "ChannelInfo/BadChanList.h"
#include "Utilities/AssociationUtil.h"
#include "Utilities/func/MathUtil.h"
#include "DiscreteTracker/Cand.h"
#include "DiscreteTracker/Chain.h"
#include "DiscreteTracker/Chunk.h"
#include "DiscreteTracker/Types.h"
#include "DiscreteTracker/View.h"
#include "art/Framework/Core/EDProducer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Handle.h"
#include "art/Framework/Services/Optional/TFileService.h"
#include "fhiclcpp/ParameterSet.h"
Go to the source code of this file.
Classes | |
class | dt::DiscreteTracker |
Job module performing "discrete" track reconstruction. More... | |
struct | dt::SpliceDesc |
Namespaces | |
dt | |
Functions | |
bool | dt::CompareByLength (const rb::Track &a, const rb::Track &b) |