Skip to content

Commit

Permalink
Merge pull request #165 from JeffersonLab/aaust_multi_pidfom_memleak
Browse files Browse the repository at this point in the history
added ParticleID in cut action on PIDFOM to avoid memory leak
  • Loading branch information
aaust authored Jan 4, 2023
2 parents e80344f + dfb2e25 commit fbe9fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/DSelector/DCutActions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ bool DCutAction_NoPIDHit::Perform_Action(void)
string DCutAction_PIDFOM::Get_ActionName(void) const
{
ostringstream locStream;
locStream << DAnalysisAction::Get_ActionName() << "_" << dMinimumConfidenceLevel;
locStream << DAnalysisAction::Get_ActionName() << "_" << dParticleID << "_" << dMinimumConfidenceLevel;
return locStream.str();
}

Expand Down

0 comments on commit fbe9fa2

Please sign in to comment.