CFEL - ASG Software Suite  2.5.0
CASS
delayline_detector_analyzer_backend.hpp
Go to the documentation of this file.
1 //Copyright (C) 2010 Lutz Foucar
2 
3 /**
4  * @file delayline_detector_analyzer_backend.hpp file contains base class for all
5  * delayline detector analyzers.
6  *
7  * @author Lutz Foucar
8  */
9 
10 #ifndef __DELAYLINE_DETECTOR_ANALYZER_BACKEND_H_
11 #define __DELAYLINE_DETECTOR_ANALYZER_BACKEND_H_
12 
14 
15 namespace cass
16 {
17 namespace ACQIRIS
18 {
19 /** base class for delayline detector analysis.
20  *
21  * @author Lutz Foucar
22  */
24 {
25 public:
26  /** constructor.
27  *
28  * @note does this need to know what kind of waveform analyzers are
29  * present? the list of Singals / Peak should be created by the
30  * class Signal itselve?
31  */
34  {}
35 
36  /** virtual destructor*/
38 };
39 }//end namespace acqiris
40 }//end namespace cass
41 #endif
file contains base class for all detector analyzers.
Base class for all detector analyzers.