10#ifndef DERIVATIONFRAMEWORK_EGTRANSVERSEMASSTOOL_H
11#define DERIVATIONFRAMEWORK_EGTRANSVERSEMASSTOOL_H
17#include "GaudiKernel/EventContext.h"
30 using base_class::base_class;
32 virtual StatusCode
initialize()
override final;
33 virtual StatusCode
addBranches(
const EventContext& ctx)
const override final;
39 Gaudi::Property<std::string>
m_expression1{
this,
"ObjectRequirements",
"true"};
40 Gaudi::Property<float>
m_METmin{
this,
"METmin", -999.f};
46 "SG key of output object" };
50 "ObjectContainerName",
52 "SG key of first container"
58 "SG key of second container"
65 "Pt1 if different than default"
70 "ObjectPhiBranchName",
72 "Phi1 if different than default"
79 "Pt2 if different than default"
86 "Phi2 if different than default"
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.