ATLAS Offline Software
Loading...
Searching...
No Matches
MuonFeatureDetailsContainer_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 TRIGMUONEVENTTPCNV_MUONFEATUREDETAILSCONTAINER_P1_H
6#define TRIGMUONEVENTTPCNV_MUONFEATUREDETAILSCONTAINER_P1_H
7
9#include <vector>
10
11class MuonFeatureDetailsContainer_p1 : public std::vector<TPObjRef>
12{
13 public:
14
17
18 private:
19
20 std::vector<TPObjRef> m_muonFeatureDetails;
21
22};// end of class definitions
23
24
25#endif