ATLAS Offline Software
ForwardScrutinizer.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 "ForwardScrutinizer.h"
6 
7 ForwardScrutinizer::ForwardScrutinizer(const GeoVFullPhysVol *fullPhysVol)
8  :GeoVDetectorElement(fullPhysVol)
9 {
10 }
11 
13 {
14 }
15 
16 
17 #if defined BUILDVP1LIGHT
19  {
20  return 0;
21  }
22 #else
24  {
25  return Identifier();
26  }
27 #endif
ForwardScrutinizer.h
ForwardScrutinizer::identify
Identifier identify() const
Definition: ForwardScrutinizer.cxx:23
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
ForwardScrutinizer::ForwardScrutinizer
ForwardScrutinizer(const GeoVFullPhysVol *fullPhysVol)
Definition: ForwardScrutinizer.cxx:7
ForwardScrutinizer::~ForwardScrutinizer
virtual ~ForwardScrutinizer() override final
Definition: ForwardScrutinizer.cxx:12