#include "art/Framework/Core/EDAnalyzer.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 "art_root_io/TFileService.h"#include "canvas/Utilities/InputTag.h"#include "canvas/Persistency/Common/FindManyP.h"#include "fhiclcpp/ParameterSet.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "lardataobj/RecoBase/SpacePoint.h"#include "lardataobj/RecoBase/PointCharge.h"#include "lardataobj/RecoBase/Track.h"#include "lardataobj/RecoBase/Hit.h"#include "lardataobj/RawData/RDTimeStamp.h"#include "larsim/MCCheater/BackTrackerService.h"#include "larsim/MCCheater/ParticleInventoryService.h"#include "lardata/DetectorInfoServices/DetectorClocksService.h"#include "dune/DuneObj/ProtoDUNEBeamEvent.h"#include "protoduneana/Utilities/ProtoDUNEBeamlineUtils.h"#include "TTree.h"#include "TTimeStamp.h"Go to the source code of this file.
Classes | |
| class | proto::SaveSpacePoints |
Namespaces | |
| proto | |
| General LArSoft Utilities. | |
1.8.11