move on to modernize towards modern c++.

This commit is contained in:
2022-05-31 13:05:37 +02:00
parent 357e5d6069
commit d977a8cd1a
21 changed files with 97 additions and 97 deletions
+2 -2
View File
@@ -43,13 +43,13 @@
/**
* <p>Keep a single rge table from TrimSP for a given energy.
*/
typedef struct {
struct PRgeData {
Double_t energy;
PDoubleVector depth;
PDoubleVector amplitude;
PDoubleVector nn; // normalized int n(z) dz = 1 amplitudes
Double_t noOfParticles;
} PRgeData;
};
//-----------------------------------------------------------------------------
/**