Implementation of the offline conversion of both test beam data streams (beamline and detector). Provided as the templated argument to art::Source. More...
#include "art/Framework/Core/FileBlock.h"
#include "art/Framework/Core/ProductRegistryHelper.h"
#include "art/Framework/IO/Sources/put_product_in_principal.h"
#include "art/Framework/IO/Sources/SourceHelper.h"
#include "art/Framework/Principal/EventPrincipal.h"
#include "art/Framework/Principal/RunPrincipal.h"
#include "art/Framework/Principal/SubRunPrincipal.h"
#include "canvas/Persistency/Provenance/SubRunID.h"
#include "canvas/Persistency/Provenance/rootNames.h"
#include "canvas/Utilities/Exception.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "artdaq-core/Data/Fragment.hh"
#include "artdaq-core/Data/ContainerFragment.hh"
#include "LArIATFragments/LariatFragment.h"
#include "LArIATFragments/TDUFragment.h"
#include "DAQ2RawDigit/NOvAInputDriverBase.h"
#include "DAQ2RawDigit/OnlineUnpack.h"
#include "DAQ2RawDigit/testbeam/BeamlineUnpack.h"
#include "GeometryObjects/GeometryBase.h"
#include "NovaDAQConventions/DAQConventions.h"
#include "NovaTimingUtilities/TimingUtilities.h"
#include "RawData/DAQHeader.h"
#include "RawData/RawDigit.h"
#include "RawData/RawTrigger.h"
#include "RawData/FlatDAQData.h"
#include "RawData/RawSumDropMB.h"
#include "RawData/RawSumDCM.h"
#include "RawFileParser/RawFileParser.h"
#include "SummaryData/RunData.h"
#include <iostream>
#include <string>
#include "TSystem.h"
#include "TDirectory.h"
#include "TFile.h"
#include "TSystemDirectory.h"
#include "TSystemFile.h"
#include "TCollection.h"
#include "TTree.h"
Go to the source code of this file.
Classes | |
struct | daq2raw::BeamlineFileIndex |
struct | daq2raw::BeamlineSpillIndex |
struct | daq2raw::BeamlineTriggerIndex |
class | daq2raw::TestBeamRawInputDriver |
Namespaces | |
daq2raw | |
A module to produce rawdata::RawDigits from NOvADDT DAQHits. | |
fhicl | |
art | |
Service to store calibration data products (CDP) in the SQLite3 metadatabase of a file. | |
Implementation of the offline conversion of both test beam data streams (beamline and detector). Provided as the templated argument to art::Source.
Definition in file TestBeamRawInputDriver.h.