char *Background1General(float *spectrum,
int size,
int number_of_iterations,
int direction,
int filter_order,
bool compton);
}
Before defining this function suppose if i defined the spectrum as:
TSpectrum *s = new TSpectrum();
Now, how can i use the above function?
For eg. in the place of float spectrum, should i write s or what else?
Similarly for the other parameters?
Have a good day!!!
ROOT Version: 6.14
Platform: ubuntu