![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Dumps on screen the content of the reconstructed optical flashes. More...
#include "larcorealg/CoreUtils/enumerate.h"#include "larcorealg/CoreUtils/values.h"#include "lardataobj/RecoBase/OpFlash.h"#include "lardataobj/RecoBase/OpHit.h"#include "art/Framework/Core/EDAnalyzer.h"#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Principal/Event.h"#include "canvas/Persistency/Common/Assns.h"#include "canvas/Persistency/Common/FindManyP.h"#include "canvas/Persistency/Common/Ptr.h"#include "canvas/Utilities/InputTag.h"#include "fhiclcpp/types/Atom.h"#include "fhiclcpp/types/Comment.h"#include "fhiclcpp/types/Name.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include <cassert>#include <optional>#include <ostream>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | ophit::DumpOpFlashes |
| Prints the content of all the flashes on screen. More... | |
| struct | ophit::DumpOpFlashes::Config |
Namespaces | |
| ophit | |
Dumps on screen the content of the reconstructed optical flashes.
Definition in file DumpOpFlashes_module.cc.