#include "larcore/Geometry/Geometry.h"
#include "lardataobj/RecoBase/OpFlash.h"
#include "lardataobj/RecoBase/OpHit.h"
#include "lardata/Utilities/AssociationUtil.h"
#include "lardata/DetectorInfoServices/DetectorClocksService.h"
#include "lardataalg/DetectorInfo/DetectorClocks.h"
#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 <vector>
#include <string>
#include <memory>
#include <limits>
Go to the source code of this file.
Classes | |
class | opdet::OpSlicer |
Namespaces | |
opdet | |
Macros | |
#define | OpSlicer_H 1 |
Functions | |
bool | opdet::sortOpHitByTime (const art::Ptr< recob::OpHit > &left, const art::Ptr< recob::OpHit > &right) |
#define OpSlicer_H 1 |
Definition at line 13 of file OpSlicer_module.cc.