Skip to content

Commit de614a0

Browse files
committed
TRestRawSignalRecoverChannelsProcess fixing legacy process issue
1 parent f25886a commit de614a0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

inc/TRestRawSignalRecoverChannelsProcess.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "TRestLegacyProcess.h"
2727

2828
//! A process allowing to recover selected channels from a TRestRawSignalEvent
29-
class TRestRawSignalRecoverChannelsProcess : public TRestEventProcess {
29+
class TRestRawSignalRecoverChannelsProcess : public TRestLegacyProcess {
3030
private:
3131
std::vector<Int_t> fChannelIds; //<
3232

@@ -44,7 +44,7 @@ class TRestRawSignalRecoverChannelsProcess : public TRestEventProcess {
4444
RESTWarning << "This process is now implemented under TRestDetectorSignalRecoveryProcess" << RESTendl;
4545
}
4646

47-
TRestRawSignalRecoverChannelsProcess(const char* configFilename) {
47+
TRestRawSignalRecoverChannelsProcess(char* configFilename) {
4848
RESTWarning << "Creating legacy process TRestRawSignalRecoverChannelsProcess" << RESTendl;
4949
RESTWarning << "This process is now implemented under TRestDetectorSignalRecoveryProcess" << RESTendl;
5050
}

inc/TRestRawZeroSuppresionProcess.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class TRestRawZeroSuppresionProcess : public TRestLegacyProcess {
7575
RESTWarning << "Creating legacy process TRestRawZeroSuppresionProcess" << RESTendl;
7676
RESTWarning << "This process is now implemented under TRestRawToDetectorSignalProcess" << RESTendl;
7777
}
78+
7879
TRestRawZeroSuppresionProcess(char* cfgFileName) {
7980
RESTWarning << "Creating legacy process TRestRawZeroSuppresionProcess" << RESTendl;
8081
RESTWarning << "This process is now implemented under TRestRawToDetectorSignalProcess" << RESTendl;

src/TRestRawSignalRecoverChannelsProcess.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,4 @@
6767
///
6868
#include "TRestRawSignalRecoverChannelsProcess.h"
6969

70-
using namespace std;
71-
7270
ClassImp(TRestRawSignalRecoverChannelsProcess);

0 commit comments

Comments
 (0)