ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_DriftCircleContainer_p2.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 TRT_DRIFTCIRCLECONTAINER_P2_H
6#define TRT_DRIFTCIRCLECONTAINER_P2_H
7
8/*
9
10Author: Davide Costanzo
11
12*/
13
14#include <vector>
15#include <string>
18
19namespace InDet{
21{
22 public:
25 //private:
26 std::vector<InDet::InDetPRD_Collection_p2> m_collections;
27 std::vector<InDet::TRT_DriftCircle_p2> m_rawdata;
28// The delta identifiers of the PRD:
29 std::vector<unsigned short> m_prdDeltaId;
30};
31
32
33// inlines
34
35inline
37}
38
39#endif
std::vector< InDet::InDetPRD_Collection_p2 > m_collections
std::vector< InDet::TRT_DriftCircle_p2 > m_rawdata
Primary Vertex Finder.