ATLAS Offline Software
Loading...
Searching...
No Matches
LArHitFloatContainerCnv.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#ifndef LARHITFLOATCONTAINERCNV
6#define LARHITFLOATCONTAINERCNV
7
12// Gaudi
13#include "GaudiKernel/MsgStream.h"
14// typedef to the latest persistent version
16
17class LArHitContainer;
18
19class LArHitFloatContainerCnv : public T_AthenaPoolCustomCnv<LArHitFloatContainer, LArHitContainer_PERS > {
21protected:
22public:
24protected:
28};
29
30#endif
LArHitContainer_p2 LArHitContainer_PERS
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
Persistent represenation of a LArHitContainer,.
Hit collection.
LArHitFloatContainer * createTransient()
LArHitContainer_PERS * createPersistent(LArHitFloatContainer *transCont)
LArHitFloatContainerCnv(ISvcLocator *svcloc)
LArHitFloatContainer * copyLArHitToFloat(const LArHitContainer *double_cont)
Container for LArHitFloat.
Compatibility for old converter classes that don't get passed the key.