ATLAS Offline Software
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkEventPrimitives
WeightMatrix_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//-----------------------------------------------------------------------------
6
//
7
// file: WeightMatrix_p1.h
8
// author: Lukasz Janyst <ljanyst@cern.ch>
9
//
10
//-----------------------------------------------------------------------------
11
12
#ifndef WEIGHT_MATRIX_P1_TRK_H
13
#define WEIGHT_MATRIX_P1_TRK_H
14
15
#include <vector>
16
17
namespace
Trk
18
{
19
class
WeightMatrix_p1
20
{
21
public
:
22
WeightMatrix_p1
() {}
23
private
:
24
std :: vector<double>
m_mat
;
25
int
m_nrow
;
26
};
27
}
28
29
#endif // WEIGHT_MATRIX_P1_TRK_H
Trk::WeightMatrix_p1
Definition:
WeightMatrix_p1.h:20
Trk::WeightMatrix_p1::m_nrow
int m_nrow
Definition:
WeightMatrix_p1.h:25
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::WeightMatrix_p1::m_mat
std ::vector< double > m_mat
Definition:
WeightMatrix_p1.h:24
Trk::WeightMatrix_p1::WeightMatrix_p1
WeightMatrix_p1()
Definition:
WeightMatrix_p1.h:22
Generated on Fri Jan 10 2025 21:21:43 for ATLAS Offline Software by
1.8.18