LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#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/Principal/Run.h"
#include "art/Framework/Principal/SubRun.h"
#include "canvas/Utilities/InputTag.h"
#include "fhiclcpp/ParameterSet.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 "larreco/RecoAlg/PMAlg/Utilities.h"
#include "lardata/Utilities/AssociationUtil.h"
#include "larreco/ClusterFinder/TrackShowerSplitter/Segmentation2D/Segmentation2D.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | tss::TrackShowerHits |
Namespaces | |
tss | |
Typedefs | |
typedef std::map< unsigned int, std::vector< tss::Hit2D > > | tss::view_hitmap |
typedef std::map< unsigned int, view_hitmap > | tss::tpc_view_hitmap |
typedef std::map< unsigned int, tpc_view_hitmap > | tss::cryo_tpc_view_hitmap |