ATLAS Offline Software
|
#include "AthenaBaseComps/AthReentrantAlgorithm.h"
#include "GaudiKernel/ToolHandle.h"
#include "TrigDecisionTool/TrigDecisionTool.h"
#include "TriggerMatchingTool/R3MatchingTool.h"
#include "xAODBase/IParticleContainer.h"
#include <string>
#include <atomic>
Go to the source code of this file.
Classes | |
class | RunTriggerMatching |
Algorithm demonstrating trigger matching in Athena User provides a trigger string (wildcards possible) and the name of an offline object container, and the algorithm counts how many offline objects are matched to that trigger. More... | |