Hall A ROOT/C++ Analyzer (podd)
|
#include "THaFormula.h"
#include "THaArrayString.h"
#include "THaVarList.h"
#include "THaCutList.h"
#include "THaCut.h"
#include "TROOT.h"
#include "TError.h"
#include "TVirtualMutex.h"
#include "TMath.h"
#include "DataType.h"
#include "Helper.h"
#include <cstring>
#include <cassert>
#include <algorithm>
#include <numeric>
#include <vector>
Go to the source code of this file.
Enumerations | |
enum | EFuncCode { kLength , kSum , kMean , kStdDev , kMax , kMin , kGeoMean , kMedian , kIteration , kNumSetBits } |
Functions | |
static Int_t | CheckBlacklistedNames (const TString &name) |
static Int_t | NumberOfSetBits (UInt_t v) |
static Int_t | NumberOfSetBits (ULong64_t v) |
enum EFuncCode |
Enumerator | |
---|---|
kLength | |
kSum | |
kMean | |
kStdDev | |
kMax | |
kMin | |
kGeoMean | |
kMedian | |
kIteration | |
kNumSetBits |
Definition at line 39 of file THaFormula.cxx.
Definition at line 422 of file THaFormula.cxx.
Definition at line 43 of file THaFormula.cxx.
Definition at line 54 of file THaFormula.cxx.