#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/types/Atom.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "larcorealg/CoreUtils/counter.h"
#include "artdaq-core/Data/Fragment.hh"
#include "sbndaq-artdaq-core/Overlays/ICARUS/ICARUSTriggerV2Fragment.hh"
#include "sbnobj/Common/POTAccounting/BNBSpillInfo.h"
#include "ifdh_art/IFBeamService/IFBeam_service.h"
#include "ifbeam_c.h"
#include "MWRData.h"
#include <memory>
#include <vector>
#include <cassert>
Go to the source code of this file.
Classes | |
class | sbn::BNBRetriever |
struct | sbn::BNBRetriever::Config |
struct | sbn::BNBRetriever::TriggerInfo_t |
struct | sbn::BNBRetriever::MWRdata_t |
Namespaces | |
sbn | |
This module creates Common Analysis Files. | |
Based heavily on code by Z. Pavlovic written for MicroBooNE Based heavily on code by NOvA collaboration (Thanks NOvA!): https://cdcvs.fnal.gov/redmine/projects/novaart/repository/entry/trunk/IFDBSpillInfo/BNBInfo_module.cc
Definition in file BNBRetriever_module.cc.