ATLAS Offline Software
Loading...
Searching...
No Matches
IsoMuonFeatureContainer_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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigMuonEventTPCnv
8 * @class : IsoMuonFeatureContainer_p1
9 *
10 * @brief persistent partner for IsoMuonFatureContainer
11 *
12 * @author Stefano Giagu <Stefano.Giagu@cern.ch> - U. of Rome
13 *
14 * File and Version Information:
15 * $Id: IsoMuonFeatureContainer_p1.h,v 1.2 2009-04-01 22:12:14 salvator Exp $
16 **********************************************************************************/
17#ifndef TRIGMUONEVENTTPCNV_ISOMUONFEATURECONTAINER_P1_H
18#define TRIGMUONEVENTTPCNV_ISOMUONFEATURECONTAINER_P1_H
19
21#include <vector>
22
23class IsoMuonFeatureContainer_p1 : public std::vector<TPObjRef>
24{
25 public:
26
29
30 private:
31
32 std::vector<TPObjRef> m_isoMuonFeature;
33
34};// end of class definitions
35
36
37#endif
std::vector< TPObjRef > m_isoMuonFeature