LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Dumps on screen the content of the raw digits. More...
#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"
#include "lardataalg/Utilities/StatCollector.h"
#include "lardataobj/RawData/RawDigit.h"
#include "lardataobj/RawData/raw.h"
#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 "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 <algorithm>
#include <iomanip>
#include <string>
Go to the source code of this file.
Classes | |
class | detsim::DumpRawDigits |
Prints the content of all the raw digits on screen. More... | |
struct | detsim::DumpRawDigits::Config |
Namespaces | |
detsim | |
Detector simulation of raw signals on wires. | |
Dumps on screen the content of the raw digits.
Definition in file DumpRawDigits_module.cc.