ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_ClusterContainer_p3.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 SCT_CLUSTERCONTAINER_P3_H
6#define SCT_CLUSTERCONTAINER_P3_H
7
8/*
9
10Author: Davide Costanzo
11
12*/
13
14#include <vector>
15#include <string>
18#include "Identifier/Identifier.h"
19
20
21namespace InDet{
23{
24 public:
27 //private:
28 std::vector<InDet::InDetPRD_Collection_p2> m_collections;
29 std::vector<InDet::SCT_Cluster_p3> m_rawdata;
30// The delta identifiers of the PRD:
31 //std::vector<unsigned short> m_prdDeltaId;
32 std::vector<Identifier::diff_type> m_prdDeltaId;
33};
34
35
36// inlines
37
38inline
40}
41
42#endif
std::vector< InDet::SCT_Cluster_p3 > m_rawdata
std::vector< Identifier::diff_type > m_prdDeltaId
SCT_ClusterContainer_p3()
Default constructor.
std::vector< InDet::InDetPRD_Collection_p2 > m_collections
Primary Vertex Finder.