Skip to content

Commit

Permalink
modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Oudihat-Radia committed Sep 3, 2024
1 parent 45ef057 commit 742b3e3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See LICENSE.md for further details
#include "GateCoincidencePulseProcessorChain.hh"

//#include "GateCoincidenceDeadTime.hh"
#include "GateCoincidenceGeometrySelector.hh"
//#include "GateCoincidenceGeometrySelector.hh"
#include "GateTriCoincidenceSorter.hh" //mhadi_add
#include "GateCCCoincidenceSequenceRecon.hh"//AE

Expand Down Expand Up @@ -94,8 +94,8 @@ void GateCoincidencePulseProcessorChainMessenger::DoInsertion(const G4String& ch
newProcessor = new GateCCCoincidenceSequenceRecon(GetProcessorChain(),newInsertionName);
//else if (childTypeName=="timeDiffSelector")
//newProcessor = new GateCoincidenceTimeDiffSelector(GetProcessorChain(),newInsertionName);
else if (childTypeName=="geometrySelector")
newProcessor = new GateCoincidenceGeometrySelector(GetProcessorChain(),newInsertionName);
//else if (childTypeName=="geometrySelector")
//newProcessor = new GateCoincidenceGeometrySelector(GetProcessorChain(),newInsertionName);
// else if (childTypeName=="buffer")
// newProcessor = new GateCoincidenceBuffer(GetProcessorChain(),newInsertionName);
//else if (childTypeName=="multiplesKiller")
Expand Down

0 comments on commit 742b3e3

Please sign in to comment.