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