ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEFBjetContainer_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 *
7 * @Project: Trigger
8 * @Package: TrigParticleTPCnv
9 * @class : TrigEFBjetContainer_p2
10 *
11 * @brief persistent partner for TrigEFBjetContainer
12 *
13 * @author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
14 *
15 **********************************************************************************/
16
17#ifndef TRIGPARTICLETPCNV_TRIGEFBJETCONTAINER_P2_H
18#define TRIGPARTICLETPCNV_TRIGEFBJETCONTAINER_P2_H
19
21#include <vector>
22
23class TrigEFBjetContainer_p2 : public std::vector<TPObjRef> {
24
25 public:
26
28
29};
30
31#endif