ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDTrd.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/AGDDTrd.h"
8
9void AGDDTrd::CreateSolid (const AGDDBuilder& builder)
10{
11 builder.CreateTrd(this);
12}
13
15{
16 CreateSolid (builder);
17 builder.CreateVolume(this);
18}
virtual void CreateVolume(AGDDBuilder &builder) override
Definition AGDDTrd.cxx:14
virtual void CreateSolid(const AGDDBuilder &builder) override
Definition AGDDTrd.cxx:9