#include "art/Utilities/ToolMacros.h"
#include "fhiclcpp/ParameterSet.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Handle.h"
#include "art/Persistency/Common/PtrMaker.h"
#include "lardataobj/RawData/RawDigit.h"
#include "lardataobj/RawData/RDTimeStamp.h"
#include "artdaq-core/Data/Fragment.hh"
#include "dunecore/DuneObj/PDSPTPCDataInterfaceParent.h"
#include "daqdataformats/Fragment.hpp"
#include <hdf5.h>
Go to the source code of this file.
Classes | |
class | HDColdboxDataInterface |
Typedefs | |
typedef dunedaq::daqdataformats::Fragment | duneFragment |
typedef std::vector< duneFragment > | duneFragments |
typedef std::vector< raw::RawDigit > | RawDigits |
typedef std::vector< raw::RDTimeStamp > | RDTimeStamps |
typedef dunedaq::daqdataformats::Fragment duneFragment |
Definition at line 16 of file HDColdboxDataInterface.h.
typedef std::vector<duneFragment> duneFragments |
Definition at line 17 of file HDColdboxDataInterface.h.
typedef std::vector<raw::RawDigit> RawDigits |
Definition at line 19 of file HDColdboxDataInterface.h.
typedef std::vector<raw::RDTimeStamp> RDTimeStamps |
Definition at line 20 of file HDColdboxDataInterface.h.