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
8
class
Experimental
:
public
virtual
ReadRun
{
9
public
:
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
ReadRun.h
Experimental
Class containing experimental functions.
Definition
Experimental.h:8
Experimental::RebinAll
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,...
Definition
Experimental.cc:16
Experimental::Experimental
Experimental(int no_of_bin_files_to_read)
Initializer will call initializer of ReadRun class.
Definition
Experimental.h:12
Experimental::DerivativeAll
void DerivativeAll()
Derivative of all waveforms.
Definition
Experimental.cc:42
ReadRun
Definition
ReadRun.h:57
src
Experimental.h
Generated by
1.9.8