ATLAS Offline Software
Loading...
Searching...
No Matches
DetectorDescription
AGDD
AGDDModel
AGDDModel
AGDDIntersection.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef AGDDIntersection_H
6
#define AGDDIntersection_H
7
8
#include "
AGDDKernel/AGDDVolume.h
"
9
#include <string>
10
#include <vector>
11
#include <iostream>
12
13
class
AGDDIntersection
:
public
AGDDVolume
{
14
public
:
15
AGDDIntersection
(
const
std::string& s,
16
AGDDVolumeStore
& vs,
17
AGDDSectionStore
&
ss
):
AGDDVolume
(s,vs,
ss
) {}
18
virtual
void
CreateVolume
(
AGDDBuilder
& builder)
override
;
19
virtual
void
CreateSolid
(
const
AGDDBuilder
& builder)
override
;
20
private
:
21
};
22
23
#endif
AGDDVolume.h
ss
static Double_t ss
Definition
LArPhysWaveHECTool.cxx:37
AGDDBuilder
Definition
AGDDBuilder.h:31
AGDDIntersection::CreateSolid
virtual void CreateSolid(const AGDDBuilder &builder) override
Definition
AGDDIntersection.cxx:9
AGDDIntersection::AGDDIntersection
AGDDIntersection(const std::string &s, AGDDVolumeStore &vs, AGDDSectionStore &ss)
Definition
AGDDIntersection.h:15
AGDDIntersection::CreateVolume
virtual void CreateVolume(AGDDBuilder &builder) override
Definition
AGDDIntersection.cxx:15
AGDDSectionStore
Definition
AGDDSectionStore.h:15
AGDDVolumeStore
Definition
AGDDVolumeStore.h:15
AGDDVolume::AGDDVolume
AGDDVolume(const std::string &s, AGDDVolumeStore &vs, AGDDSectionStore &ss, bool v=false)
Definition
AGDDVolume.cxx:10
Generated on
for ATLAS Offline Software by
1.14.0