ATLAS Offline Software
Loading...
Searching...
No Matches
BeamPipeDetectorFactory_Lite.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#include "GeoModelKernel/GeoVolumeCursor.h"
8#include "GeoModelKernel/GeoPhysVol.h"
9#include "GeoModelKernel/GeoDefinitions.h"
10
11
12
16
17
19{
21 GeoVolumeCursor cursor(world);
22 while (!cursor.atEnd()) {
23 if (cursor.getName()=="BeamPipe") m_manager->addTreeTop(cursor.getVolume());
24 cursor.next();
25 }
26}
27
32
virtual const BeamPipeDetectorManager * getDetectorManager() const override
virtual void create(GeoPhysVol *world) override