ATLAS Offline Software
AGDDSnake.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #include "AGDDModel/AGDDSnake.h"
8 
10 {
11  builder.CreateSnake(this);
12 }
13 
14 
16 {
18  builder.CreateVolume(this);
19 }
AGDDSnake::CreateSolid
virtual void CreateSolid(const AGDDBuilder &builder) override
Definition: AGDDSnake.cxx:9
AGDDBuilder.h
AGDDBuilder
Definition: AGDDBuilder.h:31
createSimpleDistributions.builder
builder
Definition: createSimpleDistributions.py:52
AGDDSnake.h
AGDDSnake::CreateVolume
virtual void CreateVolume(AGDDBuilder &builder) override
Definition: AGDDSnake.cxx:15