ATLAS Offline Software
|
#include <ILayerMaterialAnalyser.h>
Public Member Functions | |
DeclareInterfaceID (ILayerMaterialAnalyser, 1, 0) | |
Creates the InterfaceID and interfaceID() method. More... | |
virtual | ~ILayerMaterialAnalyser () |
Virtual destructor. More... | |
virtual StatusCode | analyseLayerMaterial (const Layer &lay) const =0 |
process the layer - after material creation and loading More... | |
virtual StatusCode | analyseLayerMaterial (const Layer &lay, const LayerMaterialProperties &lmp) const =0 |
process the layer material - after material creation and beofre loading More... | |
virtual StatusCode | analyseLayerMaterial (const Layer &lay, const MaterialPropertiesMatrix &lmr) const =0 |
process the layer material record - before material creation More... | |
virtual StatusCode | analyseLayerMaterial (const Layer &lay, const LayerMaterialRecord &lmr) const =0 |
process the layer material record - before material creation More... | |
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.