23 #ifndef RestCore_TRestRawSignalRecoverChannelsProcess
24 #define RestCore_TRestRawSignalRecoverChannelsProcess
26 #include "TRestLegacyProcess.h"
31 std::vector<Int_t> fChannelIds;
36 for (
const auto& channelId : fChannelIds) {
37 RESTMetadata <<
"Channel id to recover: " << channelId <<
RESTendl;
43 RESTWarning <<
"Creating legacy process TRestRawSignalRecoverChannelsProcess" <<
RESTendl;
44 RESTWarning <<
"This process is now implemented under TRestDetectorSignalRecoveryProcess" <<
RESTendl;
48 RESTWarning <<
"Creating legacy process TRestRawSignalRecoverChannelsProcess" <<
RESTendl;
49 RESTWarning <<
"This process is now implemented under TRestDetectorSignalRecoveryProcess" <<
RESTendl;
void BeginPrintProcess()
[name, cut range]
Base class for legacy process.
A process allowing to recover selected channels from a TRestRawSignalEvent.
void PrintMetadata() override
It prints out the process parameters stored in the metadata structure.