5#ifndef DERIVATIONFRAMEWORK_BOOSTEDTTBARSKIMMINGTOOLALG_H
6#define DERIVATIONFRAMEWORK_BOOSTEDTTBARSKIMMINGTOOLALG_H
10#include "Gaudi/Property.h"
24 virtual StatusCode
initialize()
override {
return StatusCode::SUCCESS; }
25 virtual StatusCode
finalize()
override;
31 Gaudi::Property<double>
m_ttbarCut{
this,
"ttbarCut", 0.0,
"ttbar mass cut"};
34 mutable std::atomic<unsigned int>
m_ntot{0};
35 mutable std::atomic<unsigned int>
m_npass{0};