#include "EfieldInterpolator.h"
#include "TROOT.h"
#include "TH1.h"
#include "TF1.h"
#include "TVectorD.h"
#include <TFile.h>
#include "TTreeReader.h"
#include "TTreeReaderValue.h"
#include "TTreeReaderArray.h"
#include <TMath.h>
#include <TGraph.h>
#include <TPRegexp.h>
#include <TSystemDirectory.h>
#include <TSystemFile.h>
#include <TGraph2D.h>
#include <algorithm>
#include <TString.h>
#include <fstream>
Go to the source code of this file.
◆ CastStdVec()
TVectorD CastStdVec |
( |
const std::vector< double > & |
vin | ) |
|
◆ isContainedAt()
int isContainedAt |
( |
const std::vector< double > & |
v, |
|
|
double |
val |
|
) |
| |