ATLAS Offline Software
Loading...
Searching...
No Matches
CommonTruthMatchWeights.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11#ifndef COMMONTRUTHMATCHWEIGHTS_H
12#define COMMONTRUTHMATCHWEIGHTS_H
13
15
16#include <vector>
17
18namespace Trk {
19
21 {
22 public:
23 CommonTruthMatchWeights(const std::string& type, const std::string& name, const IInterface* parent);
24
25 virtual StatusCode initialize() override;
26
27 protected:
28 // Subdetector weights
29 std::vector<double> m_subDetWeights;
30 };
31
32} // end namespace Trk
33
34#endif/*COMMONTRUTHMATCHWEIGHTS_H*/
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
virtual StatusCode initialize() override
CommonTruthMatchWeights(const std::string &type, const std::string &name, const IInterface *parent)
Ensure that the ATLAS eigen extensions are properly loaded.