There was an error while loading. Please reload this page.
1 parent 8f1a453 commit c2f2d99Copy full SHA for c2f2d99
1 file changed
Common/Tools/PID/pidTPCModule.h
@@ -201,14 +201,10 @@ typedef struct Str_dEdx_correction {
201
class pidTPCModule
202
{
203
public:
204
- pidTPCModule()
205
- {
206
- // constructor
207
- }
208
o2::aod::pid::pidTPCConfigurables pidTPCopts;
209
210
// TPC PID Response
211
- o2::pid::tpc::Response* response;
+ o2::pid::tpc::Response* response{nullptr};
212
213
// Network correction for TPC PID response
214
ml::OnnxModel network;
0 commit comments