ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCaloEnergyContainerCnv_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// file: MuonCaloEnergyContainerCnv_tlp1.h
7// package: Reconstruction/RecTPCnv
8// authors: Ketevi A. Assamagan
9// date: 2008-04-17
10//-----------------------------------------------------------------------------
11
12#ifndef RECTPCNV_MUONCALOENERGY_CONTAINER_CNV_TLP1_H
13#define RECTPCNV_MUONCALOENERGY_CONTAINER_CNV_TLP1_H
14
18
20
22 public AthenaPoolTopLevelTPConverter<MuonCaloEnergyContainerCnv_p1, MuonCaloEnergyContainer_tlp1>
23{
24 public:
27 virtual void setPStorage( MuonCaloEnergyContainer_tlp1 *storage );
28
29 unsigned short getConverterID() { return 3; } // This is the ID of this extending converter (i.e. InDet is 1)
30
31 protected:
33};
34
35
36#endif
TopLevelTPConverter< MAIN_CNV, TL_PERS > AthenaPoolTopLevelTPConverter
virtual void setPStorage(MuonCaloEnergyContainer_tlp1 *storage)
unsigned short getConverterID()
Returns this converter's ID.