![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include <cmath>#include <algorithm>#include <iostream>#include <iomanip>#include <fstream>#include <vector>#include <string>#include "art/Framework/Core/EDProducer.h"#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Principal/Event.h"#include "fhiclcpp/ParameterSet.h"#include "art/Framework/Principal/Handle.h"#include "canvas/Persistency/Common/Ptr.h"#include "canvas/Persistency/Common/PtrVector.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "larcore/Geometry/Geometry.h"#include "larcorealg/Geometry/TPCGeo.h"#include "larcorealg/Geometry/PlaneGeo.h"#include "larcorealg/Geometry/WireGeo.h"#include "lardataobj/RecoBase/Hit.h"#include "lardataobj/RecoBase/Cluster.h"#include "lardataobj/RecoBase/Track.h"#include "lardataobj/RecoBase/Vertex.h"#include "lardataobj/RecoBase/PFParticle.h"#include "lardataobj/RecoBase/Seed.h"#include "larevt/CalibrationDBI/Interface/ChannelStatusService.h"#include "larevt/CalibrationDBI/Interface/ChannelStatusProvider.h"#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"#include "lardata/Utilities/AssociationUtil.h"#include "larreco/RecoAlg/TrackTrajectoryAlg.h"#include "larreco/RecoAlg/VertexFitAlg.h"Go to the source code of this file.
Classes | |
| struct | CluLen |
| class | trkf::CCTrackMaker |
| struct | trkf::CCTrackMaker::clPar |
| struct | trkf::CCTrackMaker::ClsChainPar |
| struct | trkf::CCTrackMaker::vtxPar |
| struct | trkf::CCTrackMaker::TrkPar |
| struct | trkf::CCTrackMaker::MatchPars |
Namespaces | |
| trkf | |
Functions | |
| bool | greaterThan (CluLen c1, CluLen c2) |
| bool | lessThan (CluLen c1, CluLen c2) |
Definition at line 58 of file CCTrackMaker_module.cc.
References CluLen::length.
Referenced by trkf::CCTrackMaker::produce(), and trkf::CCTrackMaker::SortMatches().