ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_Builder.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef BCMGEOMODEL_BCMBCMBUILDER_H
6#define BCMGEOMODEL_BCMBCMBUILDER_H
7
10#include <vector>
11
12class GeoVPhysVol;
13class StoreGateSvc;
14
15namespace InDetDD
16{
17
22
23 class BCM_Builder : public extends<AthAlgTool, IGeoSubDetTool>
24 {
25 public:
26 BCM_Builder(const std::string&,const std::string&,const IInterface*);
27
29 virtual ~BCM_Builder () = default;
30
32 virtual StatusCode initialize() override;
34 virtual StatusCode finalize() override;
36 virtual StatusCode build(GeoVPhysVol* parent) override;
37
38 private:
39
41 std::vector<double> m_module0;
42 std::vector<double> m_moduleI;
43 std::vector<double> m_moduleII;
44 std::vector<double> m_moduleIII;
45 std::vector<double> m_moduleIV;
46 std::vector<double> m_moduleV;
47 std::vector<double> m_moduleVI;
48 std::vector<double> m_moduleVII;
49 unsigned int m_moduleon;
50 bool m_bcmon;
52 };
53} // end of namespace
54
55#endif
std::vector< double > m_moduleIV
Definition BCM_Builder.h:45
std::vector< double > m_module0
member variables for algorithm properties:
Definition BCM_Builder.h:41
virtual ~BCM_Builder()=default
default destructor
std::vector< double > m_moduleVI
Definition BCM_Builder.h:47
unsigned int m_moduleon
Definition BCM_Builder.h:49
std::vector< double > m_moduleV
Definition BCM_Builder.h:46
std::vector< double > m_moduleII
Definition BCM_Builder.h:43
BCM_Builder(const std::string &, const std::string &, const IInterface *)
virtual StatusCode build(GeoVPhysVol *parent) override
build the BCM geometry
std::vector< double > m_moduleIII
Definition BCM_Builder.h:44
std::vector< double > m_moduleI
Definition BCM_Builder.h:42
std::vector< double > m_moduleVII
Definition BCM_Builder.h:48
virtual StatusCode finalize() override
standard Athena-Algorithm method
virtual StatusCode initialize() override
standard Athena-Algorithm method
The Athena Transient Store API.
Message Stream Member.