ATLAS Offline Software
Loading...
Searching...
No Matches
ToyDetectorTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GEOMODELEXAMPLES_TOYDETECTORTOOL_H
6#define GEOMODELEXAMPLES_TOYDETECTORTOOL_H
7
8#ifndef BUILDVP1LIGHT
9
11class ToyDetectorTool final : public GeoModelTool
12{
13 public:
14 ToyDetectorTool( const std::string& type, const std::string& name, const IInterface* parent );
15 virtual ~ToyDetectorTool() override final;
16
17 virtual StatusCode create() override final;
18 private:
19 void printVolume(GeoPVConstLink volime, int level = 0);
20};
21
22#endif // BUILDVP1LIGHT
23
24#endif // GEOMODELEXAMPLES_TOYDETECTORTOOL_H
virtual StatusCode create() override final
virtual ~ToyDetectorTool() override final
ToyDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
void printVolume(GeoPVConstLink volime, int level=0)