![]() |
ATLAS Offline Software
|
Interface class for LayerMaterial analysis. More...
#include <ILayerMaterialAnalyser.h>
Public Member Functions | |
| DeclareInterfaceID (ILayerMaterialAnalyser, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual | ~ILayerMaterialAnalyser () |
| Virtual destructor. | |
| virtual StatusCode | analyseLayerMaterial (const Layer &lay) const =0 |
| process the layer - after material creation and loading | |
| virtual StatusCode | analyseLayerMaterial (const Layer &lay, const LayerMaterialProperties &lmp) const =0 |
| process the layer material - after material creation and beofre loading | |
| virtual StatusCode | analyseLayerMaterial (const Layer &lay, const MaterialPropertiesMatrix &lmr) const =0 |
| process the layer material record - before material creation | |
| virtual StatusCode | analyseLayerMaterial (const Layer &lay, const LayerMaterialRecord &lmr) const =0 |
| process the layer material record - before material creation | |
Interface class for LayerMaterial analysis.
Definition at line 33 of file ILayerMaterialAnalyser.h.
|
inlinevirtual |
|
pure virtual |
process the layer - after material creation and loading
Implemented in Trk::LayerMaterialAnalyser.
|
pure virtual |
process the layer material - after material creation and beofre loading
Implemented in Trk::LayerMaterialAnalyser.
|
pure virtual |
process the layer material record - before material creation
Implemented in Trk::LayerMaterialAnalyser.
|
pure virtual |
process the layer material record - before material creation
Implemented in Trk::LayerMaterialAnalyser.
| Trk::ILayerMaterialAnalyser::DeclareInterfaceID | ( | ILayerMaterialAnalyser | , |
| 1 | , | ||
| 0 | ) |
Creates the InterfaceID and interfaceID() method.