4#ifndef MUONTRKTRACKTHINTOOL_H
5#define MUONTRKTRACKTHINTOOL_H
12#include "GaudiKernel/ServiceHandle.h"
14#include "GaudiKernel/ToolHandle.h"
32 virtual StatusCode
execute(
const EventContext& ctx)
const override;
33 virtual StatusCode
finalize()
override;
36 mutable std::atomic<int>
m_All{0};
42 {
this,
"StreamName",
"",
"Name of the stream being thinned" };
44 {
this,
"TrackCollectionKey",
"MuonSpectrometerTracks",
"" };
47 {
this,
"MuonReadKey",
"Muons",
"Key to retrieve the xAOD::MuonContainer"};
Property holding a SG store/key/clid from which a ReadHandle is made.
HandleKey object for adding thinning to an object.
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
HandleKey object for adding thinning to an object.