19 if (
Verbosity()>0 ) std::cout <<
"PHG4PhenixTrackingAction::PreUserTrackingAction" << std::endl;
22 for( ActionList::const_iterator iter =
actions_.begin(); iter !=
actions_.end(); ++iter )
26 if (
Verbosity()>0 ) std::cout <<
"PHG4PhenixTrackingAction::PreUserTrackingAction - processing " << *iter << std::endl;
27 (*iter)->PreUserTrackingAction(track);
37 if (
Verbosity()>0 ) std::cout <<
"PHG4PhenixTrackingAction::PostUserTrackingAction" << std::endl;
40 for( ActionList::const_iterator iter =
actions_.begin(); iter !=
actions_.end(); ++iter )
44 if (
Verbosity()>0 ) std::cout <<
"PHG4PhenixTrackingAction::PostUserTrackingAction - processing " << *iter << std::endl;
45 (*iter)->PostUserTrackingAction(track);