ATLAS Offline Software
Loading...
Searching...
No Matches
ToyConversionSvc.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TOYCONVERSION_TOYCONVERSIONSVC_H
6#define TOYCONVERSION_TOYCONVERSIONSVC_H
7
8#include "GaudiKernel/ConversionSvc.h"
9
14class ToyConversionSvc : public ConversionSvc {
15public:
16 static long int storageType();
17 virtual long int repSvcType() const override;
18
19 ToyConversionSvc(const std::string &name, ISvcLocator* svc);
20 virtual ~ToyConversionSvc();
21};
22
23#endif
virtual long int repSvcType() const override
ToyConversionSvc(const std::string &name, ISvcLocator *svc)
static long int storageType()