ATLAS Offline Software
Loading...
Searching...
No Matches
InDetLowBetaContainer_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 InDetLowBetaContainer_P1_H
6#define InDetLowBetaContainer_P1_H
7
9#include <vector>
10
11class InDetLowBetaContainer_p1 : public std::vector<TPObjRef> {
12 public:
14};
15
16#endif