ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkTools
TrkTruthCreatorTools
TrkTruthCreatorTools
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
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
16
#include <vector>
17
18
namespace
Trk
{
19
20
class
CommonTruthMatchWeights
:
public
AthAlgTool
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.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
Trk::CommonTruthMatchWeights::initialize
virtual StatusCode initialize() override
Definition
CommonTruthMatchWeights.cxx:27
Trk::CommonTruthMatchWeights::CommonTruthMatchWeights
CommonTruthMatchWeights(const std::string &type, const std::string &name, const IInterface *parent)
Definition
CommonTruthMatchWeights.cxx:11
Trk::CommonTruthMatchWeights::m_subDetWeights
std::vector< double > m_subDetWeights
Definition
CommonTruthMatchWeights.h:29
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
type
Generated on
for ATLAS Offline Software by
1.17.0