LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
StitchingBaseTool class. More...
#include "StitchingBaseTool.h"
Public Member Functions | |
virtual void | Run (const MasterAlgorithm *const pAlgorithm, const pandora::PfoList *const pMultiPfoList, PfoToLArTPCMap &pfoToLArTPCMap, PfoToFloatMap &stitchedPfosToX0Map)=0 |
Run the algorithm tool. More... | |
StitchingBaseTool class.
Definition at line 25 of file StitchingBaseTool.h.
|
pure virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
pMultiPfoList | the list of pfos in multiple lar tpcs |
pfoToLArTPCMap | the pfo to lar tpc map |
stitchedPfosToX0Map | a map of cosmic-ray pfos that have been stitched between lar tpcs to the X0 shift |
Implemented in lar_content::StitchingCosmicRayMergingTool.