StitchingBaseTool class. More...
#include <MasterAlgorithm.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 364 of file MasterAlgorithm.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.