DataProcessing.h 161 B

1234567891011121314151617
  1. #ifndef DATAPROCESSING_H
  2. #define DATAPROCESSING_H
  3. #include <TFile.h>
  4. using namespace std;
  5. class DataProcessing
  6. {
  7. DataProcessing(const char *fIn,
  8. };