Skip to content
Snippets Groups Projects
Commit c3ff0bcc authored by Adrian Meyer-Ahrens's avatar Adrian Meyer-Ahrens
Browse files

Increase Version in Classdef, initialize fGasPar as NULL

parent 87d2c670
No related branches found
No related tags found
1 merge request!919Increase Version in Classdef, initialize fGasPar as nullptr
......@@ -89,7 +89,7 @@ private:
TObjArray* fHistdEdx = NULL; // Prob. of dEdx for 5 particle species
Int_t fNofTracks = 0; // Number of tracks successfully fitted
CbmTrdParSetGas* fGasPar; // Gas parameters, path to input reference spectra located here
CbmTrdParSetGas* fGasPar = NULL; // Gas parameters, path to input reference spectra located here
static const Int_t fgkNParts = 5; // numer of different particle species
enum EParticleType
......@@ -108,7 +108,7 @@ private:
Double_t GetProbability(Int_t iType, Double_t mom, Double_t dedx) const;
ClassDef(CbmTrdSetTracksPidLike, 1);
ClassDef(CbmTrdSetTracksPidLike, 2);
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment