LArSoft
v09_90_00
Liquid Argon Software toolkit - https://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/Services/Registry/ServiceHandle.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "larcore/Geometry/Geometry.h"
#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"
#include "lardata/Utilities/AssociationUtil.h"
#include "lardataobj/RecoBase/Cluster.h"
#include "lardataobj/RecoBase/Hit.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 |