wavecatcher-analysis
Loading...
Searching...
No Matches
Experimental.h
Go to the documentation of this file.
1
2#ifndef _Experimental
3#define _Experimental
4
5#include "ReadRun.h"
6#include <TRandom3.h>
7
8class Experimental : public virtual ReadRun {
9public:
12 Experimental(int no_of_bin_files_to_read) : ReadRun(no_of_bin_files_to_read) { }
13
14 void RebinAll(int = 2, float = 0, unsigned long = 0);
15 void DerivativeAll();
16};
17#endif
Class containing experimental functions.
Definition Experimental.h:8
void RebinAll(int=2, float=0, unsigned long=0)
Rebin the data to test bandwidth effects. Will combine an integer number of bins into a new,...
Experimental(int no_of_bin_files_to_read)
Initializer will call initializer of ReadRun class.
void DerivativeAll()
Derivative of all waveforms.