ATLAS Offline Software
Control
AthenaExamples
ToyConversion
src
ToyConversionSvc.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
ToyConversion/ToyConversionSvc.h
"
6
long
int
7
ToyConversionSvc::storageType
() {
8
return
0xff;
9
}
10
11
long
int
ToyConversionSvc::repSvcType
()
const
{
12
return
storageType
();
13
}
14
15
ToyConversionSvc::~ToyConversionSvc
() {
16
//std::cout << "deleting toy " << this << std::endl;
17
}
18
19
ToyConversionSvc::ToyConversionSvc
(
const
std::string &
name
, ISvcLocator*
svc
) :
20
ConversionSvc(
name
,
svc
,storageType())
21
{
22
//std::cout << "building toy " << this << std::endl;
23
}
24
ToyConversionSvc::storageType
static long int storageType()
Definition:
ToyConversionSvc.cxx:7
Handler::svc
AthROOTErrorHandlerSvc * svc
Definition:
AthROOTErrorHandlerSvc.cxx:10
ToyConversionSvc.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
ToyConversionSvc::ToyConversionSvc
ToyConversionSvc(const std::string &name, ISvcLocator *svc)
Definition:
ToyConversionSvc.cxx:19
ToyConversionSvc::repSvcType
virtual long int repSvcType() const override
Definition:
ToyConversionSvc.cxx:11
ToyConversionSvc::~ToyConversionSvc
virtual ~ToyConversionSvc()
Definition:
ToyConversionSvc.cxx:15
Generated on Thu Nov 7 2024 21:28:44 for ATLAS Offline Software by
1.8.18