ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEFBjetContainerCnv_tlp2.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 : TrigEFBjetContainerCnv_tlp2
10 *
11 * @brief "top level" transient-persistent converter for TrigEFBjetContainer
12 *
13 * @author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
14 *
15 **********************************************************************************/
16
17#ifndef TRIGPARTICLETPCNV_TRIGEFBJETCONTAINER_CNV_TLP2_H
18#define TRIGPARTICLETPCNV_TRIGEFBJETCONTAINER_CNV_TLP2_H
19
21
24
26
27class TrigEFBjetContainerCnv_tlp2 : public TopLevelTPConverter< TrigEFBjetContainerCnv_p2, TrigEFBjetContainer_tlp2 > {
28
29 public:
30
33
34 virtual void setPStorage( TrigEFBjetContainer_tlp2 *storage );
35
36 protected:
37
41
42};
43
44
45
46
47#endif
Defines the most specialized template for all top-level TP converters.
TrigEFBjetContainerCnv_p2 m_trigEFBjetContCnv
virtual void setPStorage(TrigEFBjetContainer_tlp2 *storage)
A stub for a method that should be provided by the converter creator.