| 2223 | } |
| 2224 | |
| 2225 | DataProcessing TOPPBase::getProcessingInfo_(DataProcessing::ProcessingAction action) const |
| 2226 | { |
| 2227 | std::set<DataProcessing::ProcessingAction> actions; |
| 2228 | actions.insert(action); |
| 2229 | |
| 2230 | return getProcessingInfo_(actions); |
| 2231 | } |
| 2232 | |
| 2233 | DataProcessing TOPPBase::getProcessingInfo_(const std::set<DataProcessing::ProcessingAction>& actions) const |
| 2234 | { |
nothing calls this directly
no test coverage detected