Ignore:
Timestamp:
Jun 10, 2002, 10:04:42 AM (23 years ago)
Author:
ansari
Message:

StatNTuple(Mean-sigma) ajoute a SimpleCleaner - Reza 10/6/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/simcleaner.h

    r2014 r2048  
    1111#include "toiprocessor.h"
    1212#include "tvector.h"
    13 #include "poly.h"
     13#include "ntuple.h"
    1414
    1515// ---- Calcul de ligne de base
     
    3131
    3232  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; }
    3337
    3438  inline void   SetRange(double min=-9.e19, double max=+9.e19)
     
    7882  double gl_sum, gl_sum2;  // Global Sum(x) - Sum(x^2)
    7983  int_4 ns_glms;             // Nb d'echantillon pour  Global Sum(x) - Sum(x^2)
     84
     85  bool fg_meansignt;
     86  NTuple* meansignt;
    8087};
    8188
Note: See TracChangeset for help on using the changeset viewer.