ATLAS Offline Software
Loading...
Searching...
No Matches
TrigElectronContainer_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: TrigParticleTPCnv
8 * @class : TrigElectronContainer_p1
9 *
10 * @brief persistent partner for TrigElectronContainer
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14 * @author Ricardo Goncalo <r.goncalo@rhul.ac.uk> - Royal Holloway
15 *
16 * File and Version Information:
17 * $Id: TrigElectronContainer_p2.h,v 1.2 2009-04-01 22:13:30 salvator Exp $
18 *
19 * Notes: TrigElectronCnv_p2 after evolving TrigElectron to use ElementLinks
20 **********************************************************************************/
21#ifndef TRIGPARTICLETPCNV_TRIGELECTRONCONTAINER_P2_H
22#define TRIGPARTICLETPCNV_TRIGELECTRONCONTAINER_P2_H
23
25#include <vector>
26
27class TrigElectronContainer_p2 : public std::vector<TPObjRef>
28{
29
30 public:
32
33};
34
35#endif