ATLAS Offline Software
Loading...
Searching...
No Matches
MuonFeatureContainerCnv_tlp1.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 : MuonFeatureContainerCnv_tlp1
9 *
10 * @brief "top-level" transient-persistent converter for MuonFeatureContainer_tlp1
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id: MuonFeatureContainerCnv_tlp1.h,v 1.2 2009-04-01 22:12:14 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGMUONEVENTTPCNV_MUONFEATURECONTAINER_CNV_TLP1_H
19#define TRIGMUONEVENTTPCNV_MUONFEATURECONTAINER_CNV_TLP1_H
20
23
25
26class MuonFeatureContainerCnv_tlp1 : public AthenaPoolTopLevelTPConverter< MuonFeatureContainerCnv_p1, MuonFeatureContainer_tlp1 >
27{
28
29 public:
30
33
34 //default methods
35 virtual void setPStorage( MuonFeatureContainer_tlp1 *storage );
36
37 protected:
41
42}; //end of class definitions
43
44#endif
TopLevelTPConverter< MAIN_CNV, TL_PERS > AthenaPoolTopLevelTPConverter
MuonFeatureContainerCnv_p1 m_muonFeatureContainerCnv
virtual void setPStorage(MuonFeatureContainer_tlp1 *storage)