ATLAS Offline Software
Loading...
Searching...
No Matches
StandardComponent.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 StandardComponent_H
6#define StandardComponent_H
7
9
10#include <iosfwd>
11
12namespace MuonGM {
13 class MYSQL;
14
16 public:
17 StandardComponent() = default;
18
19 double posx{0.};
20 double posy{0.};
21 double posz{0.};
22 double deadx{0.};
23 double deady{0.};
24 double dead3{0.};
25 double excent{0.};
26 int iswap{0};
27 int index{0};
28 double GetThickness(const MYSQL& mysql) const;
29 friend std::ostream &operator<<(std::ostream &os, const StandardComponent &c);
30 };
31} // namespace MuonGM
32
33#endif
Component()=default
double GetThickness() const
Definition Component.cxx:9
friend std::ostream & operator<<(std::ostream &os, const StandardComponent &c)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27
Definition index.py:1