An art filter picking its response from a previous one. More...
#include "art/Framework/Core/SharedFilter.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Handle.h"
#include "canvas/Persistency/Common/TriggerResults.h"
#include "canvas/Persistency/Common/HLTGlobalStatus.h"
#include "canvas/Persistency/Common/HLTPathStatus.h"
#include "canvas/Persistency/Common/HLTenums.h"
#include "canvas/Utilities/InputTag.h"
#include "canvas/Utilities/Exception.h"
#include "fhiclcpp/types/Atom.h"
#include "fhiclcpp/ParameterSetRegistry.h"
#include "fhiclcpp/ParameterSet.h"
#include "cetlib_except/exception.h"
#include <algorithm>
#include <vector>
#include <string>
#include <optional>
Go to the source code of this file.
Classes | |
class | FilterOnArtPathOutcome |
Filter module using a response an existing trigger path response. More... | |
struct | FilterOnArtPathOutcome::Config |
struct | FilterOnArtPathOutcome::TriggerSpec |
An art filter picking its response from a previous one.
Definition in file FilterOnArtPathOutcome_module.cc.