#include "art/Framework/Core/EDProducer.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 "larcore/Geometry/Geometry.h"
#include "FlashFinderFMWKInterface.h"
Go to the source code of this file.
Namespaces | |
lightana | |
Macros | |
#define | __FLASHFINDERFMWKINTERFACE_CXX__ |
Functions | |
std::vector< size_t > | lightana::ListOpChannels (int cryostat) |
std::vector< size_t > | lightana::ListOpDets (int cryostat) |
size_t | lightana::NOpDets (int cryostat) |
std::vector< size_t > | lightana::ListOpChannelsByTPC (int tpc) |
std::vector< int > | lightana::PDNamesToList (std::vector< std::string > pd_names) |
size_t | lightana::OpDetFromOpChannel (size_t opch) |
void | lightana::OpDetCenterFromOpChannel (size_t opch, double *xyz) |
#define __FLASHFINDERFMWKINTERFACE_CXX__ |
Definition at line 2 of file sbndcode/sbndcode/OpDetReco/OpFlash/FlashFinder/FlashFinderFMWKInterface.cxx.