Hall C ROOT/C++ Analyzer (hcana)
|
#include "THcFormula.h"
#include "THcParmList.h"
#include "THaArrayString.h"
#include "THaVarList.h"
#include "THaCutList.h"
#include "THaCut.h"
#include "TMath.h"
#include <iostream>
#include <cassert>
#include <numeric>
Go to the source code of this file.
Macros | |
#define | ALL(c) (c).begin(), (c).end() |
Enumerations | |
enum | EFuncCode { kLength, kSum, kMean, kStdDev, kMax, kMin, kGeoMean, kMedian, kIteration, kNumSetBits } |
Variables | |
static const Double_t | kBig = 1e38 |
#define ALL | ( | c | ) | (c).begin(), (c).end() |
Definition at line 36 of file THcFormula.cxx.
enum EFuncCode |
Enumerator | |
---|---|
kLength | |
kSum | |
kMean | |
kStdDev | |
kMax | |
kMin | |
kGeoMean | |
kMedian | |
kIteration | |
kNumSetBits |
Definition at line 33 of file THcFormula.cxx.
|
static |
Definition at line 31 of file THcFormula.cxx.