#include "emcCalibrationDataHelper.h"
#include "emcTimeStamp.h"
#include "emcDataManager.h"
#include <vector>
#include "EmcIndexer.h"
#include "emcCalFEM.h"
#include <cassert>
#include <cstdlib>
#include <sstream>
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"
Include dependency graph for norm.C:
Go to the source code of this file.
Classes | |
class | Sector |
Functions | |
int | trim (const std::vector< float > &xx, const float &alpha, float &tmean, float &wmean, float &tvar, float &wvar, int &k, std::vector< float > &sx) |
void | outliers (const std::vector< float > &v, float mean, float sigma, size_t &under, size_t &over) |
void | norm (int runnumber, const char *outfile) |
|
Definition at line 378 of file norm.C. References emcCalibrationDataHelper::getGainBaseLine(), emcManageable::kDB_Pg, and emcCalibrationDataHelper::timeStamp(). |
|
|
|
|