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