AlcapDAQ
1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
analyzer
rootana
src
test
MaxBinCFAPGenerator.h
Go to the documentation of this file.
1
#ifndef MAXBINCFAPGENERATOR_H__
2
#define MAXBINCFAPGENERATOR_H__
3
4
#include "
TSetupData.h
"
5
#include "
TVAnalysedPulseGenerator.h
"
6
7
8
class
MaxBinCFAPGenerator
:
public
TVAnalysedPulseGenerator
{
9
10
private
:
11
double
fFraction
;
// Fraction of height to get time from
12
13
public
:
14
MaxBinCFAPGenerator
(
double
fraction = 0.5);
15
16
virtual
void
ProcessPulses
(
const
TSetupData
*,
const
PulseIslandList_t&, AnalysedPulseList_t&);
17
18
};
19
20
#endif // MAXBINCFAPGENERATOR_H__
Generated by
1.8.4