#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 "fhiclcpp/ParameterSet.h"
#include "art_root_io/TFileService.h"
#include "FlashHypothesisAnaAlg.h"
#include "larana/OpticalDetector/OpDigiProperties.h"
#include "larsim/PhotonPropagation/PhotonVisibilityService.h"
#include "lardata/DetectorInfoServices/ServicePack.h"
#include "lardata/DetectorInfoServices/LArPropertiesService.h"
#include "TH1F.h"
#include "TTree.h"
Go to the source code of this file.