ATLAS Offline Software
Loading...
Searching...
No Matches
InDetLowBetaCandidate_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 InDetLowBetaCandidate_P1_H
6#define InDetLowBetaCandidate_P1_H
7
8#include <vector>
10 {
11 public:
13
14 //private:
15
16 std::vector<float> m_data;
18
19 };
20
21#endif