ATLAS Offline Software
Loading...
Searching...
No Matches
CentralScrutinizer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CentralScrutinizer_h
6#define CentralScrutinizer_h 1
7
8#include "GeoModelKernel/GeoVDetectorElement.h"
9#ifndef BUILDVP1LIGHT
10 #include "Identifier/Identifier.h"
11#endif
12
13class CentralScrutinizer final : public GeoVDetectorElement
14{
15 public:
16 CentralScrutinizer(const GeoVFullPhysVol *fullPhysVol);
17 virtual ~CentralScrutinizer() override final;
18
19 #if defined BUILDVP1LIGHT
20 int identify() const;
21 #else
22 Identifier identify() const;
23 #endif
24
25 private:
28};
29
30// Class CentralScrutinizer
31#endif
CentralScrutinizer(const CentralScrutinizer &right)
const CentralScrutinizer & operator=(const CentralScrutinizer &right)
Identifier identify() const
CentralScrutinizer(const GeoVFullPhysVol *fullPhysVol)
virtual ~CentralScrutinizer() override final