#include <string>
#include <vector>
#include "TTree.h"
#include "TBranch.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 "art_root_io/TFileService.h"
#include "art_root_io/TFileDirectory.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "larsim/MCCheater/ParticleInventoryService.h"
#include "larpandora/LArPandoraInterface/LArPandoraHelper.h"
#include "lardataobj/RecoBase/Hit.h"
#include "lardataobj/RecoBase/PFParticle.h"
#include "lardataobj/RecoBase/Vertex.h"
#include "dunereco/FDSensOpt/FDSensOptData/EnergyRecoOutput.h"
#include "dunereco/RegCNN/func/RegCNNResult.h"
Go to the source code of this file.
Classes | |
class | myana::RegCNNVertexAna |
Namespaces | |
myana | |
Variables | |
const int | kMax = 1000 |
const int kMax = 1000 |
Definition at line 31 of file RegCNNVertexAna_module.cc.