GACEN  0.0.3
DetectorAnalyser.h
Go to the documentation of this file.
1 
2 #ifndef DETECTORANALYSER_H
3 #define DETECTORANALYSER_H
4 
5 #include <iostream>
6 
7 #include "DataContainer.h"
8 
9 namespace gacen {
16  {
17  public:
18  // Constructors/Destructors
19  //
20 
27 
34  virtual ~DetectorAnalyser ();
35 
42  void verify_dark (DataContainer Data);
43 
44  protected:
45 
46  private:
48  int size;
49 
51  float ** dark_mean;
52 
54  float ** dark_var;
55  };
56 }
57 #endif // DETECTORANALYSER_H
Detector Analyser.
Definition: DetectorAnalyser.h:15
Definition: Controller.h:11
Manage data.
Definition: DataContainer.h:17
void verify_dark(DataContainer Data)