#include "GeoPrimitives/GeoPrimitives.h"
#include <GaudiKernel/PhysicalConstants.h>
#include <xAODMuonPrepData/MdtDriftCircleFwd.h>
#include <Identifier/Identifier.h>
#include <Identifier/IdentifierHash.h>
#include <variant>
Go to the source code of this file.
|
| | MuonGM |
| | Ensure that the Athena extensions are properly loaded.
|
| |
| | MuonGMR4 |
| | The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy MuonReadoutGeometry.
|
| |
| | Muon |
| | NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
|
| |
| | Trk |
| | Ensure that the ATLAS eigen extensions are properly loaded.
|
| |
| | ActsTrk |
| | The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.).
|
| |
◆ operator<<()
Definition at line 21 of file MdtCalibInput.cxx.
22 ostr<<
"adc: "<<
input.adc()<<
", ";
23 ostr<<
"tdc: "<<
input.tdc()<<
", ";
26 ostr<<
"prop distance: "<<
input.signalPropagationDistance()<<
", ";
27 ostr<<
"ToF: "<<
input.timeOfFlight()<<
", ";
28 ostr<<
"trigger time: "<<
input.triggerTime();