ATLAS Offline Software
Loading...
Searching...
No Matches
SrCaloCalibrationHitContainerCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef SRCALOCALIBRATIONHITCONTAINERCNV
6#define SRCALOCALIBRATIONHITCONTAINERCNV
7
11// Gaudi
12#include "GaudiKernel/MsgStream.h"
13// typedef to the latest persistent versioCn
15
17 : public T_AthenaPoolCustomCnv<SrCaloCalibrationHitContainer,
18 SrCaloCalibrationHitContainer_PERS> {
20
21 public:
25
26 protected:
30};
31
32#endif
SrCaloCalibrationHitContainer_p1 SrCaloCalibrationHitContainer_PERS
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
SrCaloCalibrationHitContainer * createTransient(const Token *token)
SrCaloCalibrationHitContainer_PERS * createPersistent(SrCaloCalibrationHitContainer *transCont)
Compatibility for old converter classes that don't get passed the key.
This class provides a token that identifies in a unique way objects on the persistent storage.
Definition Token.h:21