ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSegmentQuality_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#ifndef MUONSEGMENTQUALITY_P1_H
6#define MUONSEGMENTQUALITY_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: MuonSegmentQuality_p1.h
11//
12//-----------------------------------------------------------------------------
14
15namespace Muon
16{
18 {
19 public:
22 // copied from FitQuality
23 //float m_chiSquared;
24 //float m_numberDoF;
25 std::vector<unsigned int> m_channelsWithoutHit;
26
27 };
28}
29
30#endif
std::vector< unsigned int > m_channelsWithoutHit
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.