ATLAS Offline Software
Loading...
Searching...
No Matches
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
6long int
8 return 0xff;
9}
10
12 return storageType();
13}
14
16 //std::cout << "deleting toy " << this << std::endl;
17}
18
19ToyConversionSvc::ToyConversionSvc(const std::string &name, ISvcLocator* svc) :
20 ConversionSvc(name,svc,storageType())
21{
22 //std::cout << "building toy " << this << std::endl;
23}
24
virtual long int repSvcType() const override
ToyConversionSvc(const std::string &name, ISvcLocator *svc)
static long int storageType()