ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEFInfoTrackContainer_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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigMuonEventTPCnv
8 * @class : TrigMuonEFInfoTrackContainer_p2
9 *
10 * @brief persistent partner for TrigMuonEFInfoTrackContainer
11 *
12 **********************************************************************************/
13#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEFINFOTRACKCONTAINER_P2_H
14#define TRIGMUONEVENTTPCNV_TRIGMUONEFINFOTRACKCONTAINER_P2_H
15
17#include <vector>
18
19class TrigMuonEFInfoTrackContainer_p2 : public std::vector<TPObjRef> {
20 public:
23
24};
25#endif