![]() |
ATLAS Offline Software
|
Classes | |
| struct | Connection |
| One row of the table: the two layers it connects, and the stage it is in. More... | |
| struct | ReadResult |
| The table as it is on file. More... | |
Functions | |
| ReadResult | read (std::istream &inputStream) |
| Read the GBTS layer connection table. | |
| GbtsConnectionTable::ReadResult ActsTrk::GbtsConnectionTable::read | ( | std::istream & | inputStream | ) |
Read the GBTS layer connection table.
The whole table, as written: which of it applies to the detector and to the pass at hand is the caller's to decide. The bin table each connection carries is skipped, GBTS recomputes it from the layer geometry.
| inputStream | the table |
| std::runtime_error | if the table cannot be read |
Definition at line 13 of file GbtsConnectionTableReader.cxx.