NSCL DDAS  1.0
Support for XIA DDAS at the NSCL
 All Classes Namespaces Files Functions Variables Macros Pages
TraceAlgorithms.h
1 // TraceAlgorithms.h
2 //
3 // Author : Jeromy Tompkins
4 // Date : 8/14/2013
5 
6 #ifndef TRACEALGORITHMS_H
7 #define TRACEALGORITHMS_H
8 
9 // Include the primitive types
10 #include "AmplitudeProcessor.hpp"
11 #include "BaseLineProcessor.hpp"
12 #include "PeakFindProcessor.hpp"
13 #include "RiseTimeProcessor.hpp"
14 #include "Threshold.hpp"
15 
16 // Include the AlgoIterators
17 #include "AlgoIterator.hpp"
18 #include "SumIterator.hpp"
19 #include "TrapFilter.hpp"
20 
21 #include "CFD.hpp"
22 
23 #endif