ATLAS Offline Software
Loading...
Searching...
No Matches
PixelClusterContainer_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 PIXELCLUSTERCONTAINER_P2_H
6#define PIXELCLUSTERCONTAINER_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::PixelCluster_p2> m_rawdata;
28};
29
30
31// inlines
32
33inline
35}
36
37#endif
std::vector< InDet::InDetPRD_Collection_p2 > m_collections
std::vector< InDet::PixelCluster_p2 > m_rawdata
Primary Vertex Finder.