ATLAS Offline Software
Loading...
Searching...
No Matches
MM_ClusterOnTrack_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MM__CLUSTER_ON_TRACK_P1_TRK_H
6#define MM__CLUSTER_ON_TRACK_P1_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: MM_ClusterOnTrack_p1.h
11//
12//-----------------------------------------------------------------------------
13#include <vector>
14
17namespace Muon
18{
21 {
22 public:
24
29
32
35 std::vector<float> m_stripDriftDists;
36 std::vector<float> m_stripDriftDistErrors_0_0;
37 std::vector<float> m_stripDriftDistErrors_1_1;
38 // set default to unknow (=64) in case a file is read were the author was not yet persitified
39 uint8_t m_author{64};
40 };
41}
42
43#endif // MM__CLUSTER_ON_TRACK_P1_TRK_H
unsigned int value_type
std::vector< float > m_stripDriftDists
float m_positionAlongStrip
position along strip (double in transient world)
std::vector< float > m_stripDriftDistErrors_1_1
Identifier32::value_type m_id
base RIO_OnTrack_p1 info
std::vector< float > m_stripDriftDistErrors_0_0
ElementLinkInt_p3 m_prdLink
Link to PRD.
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.