ATLAS Offline Software
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 
6 long int
8  return 0xff;
9 }
10 
11 long int ToyConversionSvc::repSvcType() const {
12  return storageType();
13 }
14 
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:195
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