![]() |
ATLAS Offline Software
|
The sim hit creator recieves a std::vector of Trk::TrackParameters and uses them to create simulated hits. More...
#include <ISimHitCreator.h>
Public Member Functions | |
| virtual | ~ISimHitCreator () |
| Virtual destructor. | |
| DeclareInterfaceID (ISimHitCreator, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual void | createHits (const ISF::ISFParticle &isp, const std::vector< Trk::HitInfo > &hits) const =0 |
| Loop over the hits, create simhits and store in hit collection. | |
The sim hit creator recieves a std::vector of Trk::TrackParameters and uses them to create simulated hits.
Hit timing comes from the extrapolator.
Definition at line 49 of file ISimHitCreator.h.
|
inlinevirtual |
|
pure virtual |
Loop over the hits, create simhits and store in hit collection.
| iFatras::ISimHitCreator::DeclareInterfaceID | ( | ISimHitCreator | , |
| 1 | , | ||
| 0 | ) |
Creates the InterfaceID and interfaceID() method.