Changeset 2048 in Sophya for trunk/ArchTOIPipe/ProcWSophya/simcleaner.h
- Timestamp:
- Jun 10, 2002, 10:04:42 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/simcleaner.h
r2014 r2048 11 11 #include "toiprocessor.h" 12 12 #include "tvector.h" 13 #include " poly.h"13 #include "ntuple.h" 14 14 15 15 // ---- Calcul de ligne de base … … 31 31 32 32 void SetMeanSigWindow(int wsz=256, int nbw=5); 33 34 inline void FillMeanSigNTuple(bool fg = false) 35 { fg_meansignt = fg; } 36 inline NTuple& GetMeanSigNTuple() { return *meansignt; } 33 37 34 38 inline void SetRange(double min=-9.e19, double max=+9.e19) … … 78 82 double gl_sum, gl_sum2; // Global Sum(x) - Sum(x^2) 79 83 int_4 ns_glms; // Nb d'echantillon pour Global Sum(x) - Sum(x^2) 84 85 bool fg_meansignt; 86 NTuple* meansignt; 80 87 }; 81 88
Note:
See TracChangeset
for help on using the changeset viewer.