ATLAS Offline Software
Loading...
Searching...
No Matches
MuonMeasurements_tlp1.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 TPCNV_MUONMEASUREMENTS_TLP1_H
6#define TPCNV_MUONMEASUREMENTS_TLP1_H
7
8//-----------------------------------------------------------------------------
9// MuonRIO_OnTrack
10//-----------------------------------------------------------------------------
17#include <vector>
18
19// ------------
20// Muon Segment
21// ------------
22
25
26
27
28//-----------------------------------------------------------------------------
29// MuonPrepRawData
30//-----------------------------------------------------------------------------
31//#include "MuonEventTPCnv/MuonPrepRawData/CscPrepData_p1.h"
32//#include "MuonEventTPCnv/MuonPrepRawData/RpcPrepData_p1.h"
33//#include "MuonEventTPCnv/MuonPrepRawData/TgcPrepData_p1.h"
34//#include "MuonEventTPCnv/MuonPrepRawData/MdtPrepData_p1.h"
35
36namespace TPCnv
37{
42 {
43 public:
45 std::vector< Muon::MuonClusterOnTrack_p1 > m_muonClustersOT;
46 std::vector< Muon::CscClusterOnTrack_p1 > m_cscClustersOT;
47 std::vector< Muon::RpcClusterOnTrack_p1 > m_rpcClustersOT;
48 std::vector< Muon::TgcClusterOnTrack_p1 > m_tgcClustersOT;
49 std::vector< Muon::MdtDriftCircleOnTrack_p1 > m_mdtDriftCirclesOT;
50 std::vector< Muon::CompetingMuonClustersOnTrack_p1> m_muonCompetingROT;
51 std::vector< Muon::MuonSegment_p1> m_muonSegments;
52 std::vector< Muon::MuonSegmentQuality_p1> m_muonSegmentQualities;
53 };
54}
55
56#endif
std::vector< Muon::CscClusterOnTrack_p1 > m_cscClustersOT
std::vector< Muon::MuonSegmentQuality_p1 > m_muonSegmentQualities
std::vector< Muon::MuonClusterOnTrack_p1 > m_muonClustersOT
std::vector< Muon::MdtDriftCircleOnTrack_p1 > m_mdtDriftCirclesOT
std::vector< Muon::MuonSegment_p1 > m_muonSegments
std::vector< Muon::TgcClusterOnTrack_p1 > m_tgcClustersOT
std::vector< Muon::RpcClusterOnTrack_p1 > m_rpcClustersOT
std::vector< Muon::CompetingMuonClustersOnTrack_p1 > m_muonCompetingROT