Interface for AFP tool that translates RawData to xAOD::AFPSiHits.
More...
#include <IAFP_Raw2DigiTool.h>
Interface for AFP tool that translates RawData to xAOD::AFPSiHits.
Definition at line 17 of file IAFP_Raw2DigiTool.h.
◆ ~IAFP_Raw2DigiTool()
virtual IAFP_Raw2DigiTool::~IAFP_Raw2DigiTool |
( |
| ) |
|
|
inlinevirtual |
◆ DeclareInterfaceID()
◆ recoAll()
virtual StatusCode IAFP_Raw2DigiTool::recoAll |
( |
const EventContext & |
ctx | ) |
const |
|
pure virtual |
Call all reconstruction steps.
◆ recoSiHits()
virtual StatusCode IAFP_Raw2DigiTool::recoSiHits |
( |
const EventContext & |
ctx | ) |
const |
|
pure virtual |
Translates RawData to xAOD::AFPSiHit and saves it to StoreGate.
This is the method that should be called in order to obtain AFP hits in form of xAOD::AFPSiHitContainer. It should read input raw data from StoreGate and save output also to StoreGate.
◆ recoToFHits()
virtual StatusCode IAFP_Raw2DigiTool::recoToFHits |
( |
const EventContext & |
ctx | ) |
const |
|
pure virtual |
Translates RawData to xAOD::AFPToFHit and saves it to StoreGate.
This is the method that should be called in order to obtain AFP hits in form of xAOD::AFPToFHitContainer. It should read input raw data from StoreGate and save output also to StoreGate.
The documentation for this class was generated from the following file: