ATLAS Offline Software
Loading...
Searching...
No Matches
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
9#include <string>
10#include <vector>
11#include <iostream>
12
14public:
15 AGDDIntersection(const std::string& s,
18 virtual void CreateVolume (AGDDBuilder& builder) override;
19 virtual void CreateSolid (const AGDDBuilder& builder) override;
20private:
21};
22
23#endif
static Double_t ss
virtual void CreateSolid(const AGDDBuilder &builder) override
AGDDIntersection(const std::string &s, AGDDVolumeStore &vs, AGDDSectionStore &ss)
virtual void CreateVolume(AGDDBuilder &builder) override
AGDDVolume(const std::string &s, AGDDVolumeStore &vs, AGDDSectionStore &ss, bool v=false)