ATLAS Offline Software
DetectorDescription
AGDD
AGDDModel
src
AGDDPcon.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/AGDDPcon.h
"
7
#include "
AGDDKernel/AGDDBuilder.h
"
8
9
void
AGDDPcon::CreateSolid
(
const
AGDDBuilder
&
builder
)
10
{
11
builder
.CreatePcon(
this
);
12
}
13
14
void
AGDDPcon::CreateVolume
(
AGDDBuilder
&
builder
)
15
{
16
CreateSolid
(
builder
);
17
builder
.CreateVolume(
this
);
18
}
AGDDPcon.h
AGDDBuilder.h
AGDDPcon::CreateSolid
virtual void CreateSolid(const AGDDBuilder &builder) override
Definition:
AGDDPcon.cxx:9
AGDDBuilder
Definition:
AGDDBuilder.h:31
createSimpleDistributions.builder
builder
Definition:
createSimpleDistributions.py:52
AGDDPcon::CreateVolume
virtual void CreateVolume(AGDDBuilder &builder) override
Definition:
AGDDPcon.cxx:14
Generated on Mon Dec 23 2024 21:06:45 for ATLAS Offline Software by
1.8.18