#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 "canvas/Utilities/InputTag.h"#include "fhiclcpp/ParameterSet.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "art_root_io/TFileService.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "canvas/Persistency/Common/Assns.h"#include "nusimdata/SimulationBase/GTruth.h"#include "nusimdata/SimulationBase/MCTruth.h"#include "nusimdata/SimulationBase/MCParticle.h"#include "SimulationDataProducts/EnergyDeposit.h"#include "SimulationDataProducts/SimChannel.h"#include "SimulationDataProducts/CaloDeposit.h"#include "ReconstructionDataProducts/TPCCluster.h"#include "ReconstructionDataProducts/Hit.h"#include "ReconstructionDataProducts/Track.h"#include "ReconstructionDataProducts/TrackIoniz.h"#include "ReconstructionDataProducts/TrackTrajectory.h"#include "ReconstructionDataProducts/Vertex.h"#include "ReconstructionDataProducts/Vee.h"#include "ReconstructionDataProducts/CaloHit.h"#include "ReconstructionDataProducts/Cluster.h"#include "CoreUtils/ServiceUtil.h"#include "MCCheater/BackTracker.h"#include "Geometry/GeometryGAr.h"#include <TTree.h>#include <TH1F.h>#include <TH2F.h>#include <TDatabasePDG.h>#include <TParticlePDG.h>#include <vector>#include <string>#include <map>#include <iostream>Go to the source code of this file.
Classes | |
| class | BackTrackerAna |
1.8.11