4#ifndef TRIGLONGLIVEDPARTICLESHYPO_TRIGDISTRACKHYPOTOOL_H
5#define TRIGLONGLIVEDPARTICLESHYPO_TRIGDISTRACKHYPOTOOL_H
7#include "Gaudi/Property.h"
24 const std::string& name,
25 const IInterface* parent );
39 StatusCode
decide( std::vector<DisTrkHypoInfo>& )
const;
44 Gaudi::Property< std::vector<float> >
m_cutTrackPtGeV {
this,
"cutTrackPtGeV", { float(10.0) },
"Track pT requirement in GeV" };
45 Gaudi::Property< std::vector<float> >
m_cutBDTPix4Sct0 {
this,
"cutBDTPix4Sct0", { float(0.05) },
"BDT score thershold for Pix4l_Sct0 category" };
46 Gaudi::Property< std::vector<float> >
m_cutBDTPix4Sct1p {
this,
"cutBDTPix4Sct1p",{ float(0.04) },
"BDT score thershold for Pix4l_Sct1p category" };
47 Gaudi::Property< std::vector<float> >
m_cutBDTPix3Sct0 {
this,
"cutBDTPix3Sct0", { float(0.05) },
"BDT score thershold for Pix3l_Sct0 category" };
48 Gaudi::Property< std::vector<float> >
m_cutBDTPix3Sct1p {
this,
"cutBDTPix3Sct1p",{ float(0.04) },
"BDT score thershold for Pix3l_Sct1p category" };
xAOD::TrigComposite Decision
std::set< DecisionID > DecisionIDContainer
TrigComposite_v1 TrigComposite
Declare the latest version of the class.