ATLAS Offline Software
Loading...
Searching...
No Matches
IAFP_LinkNumTranslator.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef AFP_BYTESTREAM2RAWCNV_IAFP_LINKNUMTRANSLATOR_H
5#define AFP_BYTESTREAM2RAWCNV_IAFP_LINKNUMTRANSLATOR_H
6
7#include "GaudiKernel/IAlgTool.h"
8
13class IAFP_LinkNumTranslator : virtual public IAlgTool {
14public:
16
17 virtual unsigned int translate(unsigned int origlink) const = 0;
18};
19
20#endif // AFP_BYTESTREAM2RAWCNV_IAFP_LINKNUMTRANSLATOR_H
virtual unsigned int translate(unsigned int origlink) const =0
DeclareInterfaceID(IAFP_LinkNumTranslator, 1, 0)