#include <cmath>
#include <iostream>
#include <map>
#include <vector>
#include "TTree.h"
#include "TH1F.h"
#include "TH2F.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "canvas/Persistency/Common/FindManyP.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Handle.h"
#include "art/Framework/Services/Optional/TFileDirectory.h"
#include "art/Framework/Services/Optional/TFileService.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "canvas/Persistency/Common/PtrVector.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "RecoBase/CellHit.h"
#include "RecoBase/Cluster.h"
#include "Utilities/AssociationUtil.h"
#include "art/Framework/Core/ModuleMacros.h"
Go to the source code of this file.
Classes | |
class | slicer::IdenticalSlicerAna |
Namespaces | |
slicer | |
Class to help Slicer4D manage the collection of hits. | |