#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Principal/Event.h"
#include "fhiclcpp/ParameterSet.h"
#include "art/Framework/Principal/Handle.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art_root_io/TFileService.h"
#include "art_root_io/TFileDirectory.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "canvas/Persistency/Common/PtrVector.h"
#include "cetlib_except/exception.h"
#include "nug4/ParticleNavigation/ParticleList.h"
#include "MCCheater/BackTracker.h"
#include "SimulationDataProducts/EnergyDeposit.h"
#include "Geometry/GeometryGAr.h"
#include "CoreUtils/ServiceUtil.h"
#include <TTree.h>
#include <iostream>
#include <cstring>
#include <sys/stat.h>
Go to the source code of this file.
|
| simb |
| Base utilities and modules for event generation and detector simulation.
|
|
| sim |
| Code to link reconstructed objects back to the MC truth information.
|
|
| gar |
| General GArSoft Utilities.
|
|
| gar::garg4 |
|