Service keeping track of art event IDs. More...
#include "icaruscode/Utilities/EventRegistry.h"
#include "art/Framework/Services/Registry/ServiceDeclarationMacros.h"
#include "art/Framework/Services/Registry/ServiceTable.h"
#include "fhiclcpp/types/Atom.h"
#include "cetlib_except/exception.h"
#include <string>
#include <atomic>
Go to the source code of this file.
Classes | |
class | sbn::DuplicateEventTracker |
Keeps track of duplicate events in the job. More... | |
struct | sbn::DuplicateEventTracker::Config |
Service configuration. More... | |
Namespaces | |
art | |
sbn | |
This module creates Common Analysis Files. | |
Service keeping track of art event IDs.
Usage of the basic service functionality does not require this header: it suffices to configure the service for execution in art configuration file.
Definition in file DuplicateEventTracker.h.