#include "Alignment/AlignRotB.h"#include "Bfield/bfield.h"#include "Bfield/BFMagnet.h"#include "Config/CfgConfig.h"#include "Config/CfgParam.h"#include "EventDataModel/EDMEventHandle.h"#include "TrkRBase/TrkChamGeo.h"#include "TrkRBase/TrkCand.h"#include "TrkRBase/WireClust.h"#include "TrkRBase/TrkRUtil.h"#include <TMinuit.h>#include <TTree.h>#include <cmath>#include <cassert>#include <iostream>Go to the source code of this file.
Functions | |
| MODULE_DECL (AlignRotB) | |
| static void | gsFCN (int &, double *, double &f, double *par, int) |
Variables | |
| static AlignRotB * | gModule = 0 |
| static void gsFCN | ( | int & | , | |
| double * | , | |||
| double & | f, | |||
| double * | par, | |||
| int | ||||
| ) | [static] |
Definition at line 232 of file AlignRotB.cxx.
References AlignChamZ::ComputeF(), gModule, and Swimmer::SetFieldRotZ().
00234 { 00235 // Setup field rotation 00236 Swimmer::SetFieldRotZ(par[0], par[1]); 00237 00238 // Compute the function we want to minimize 00239 f = gModule->ComputeF(); 00240 }
| MODULE_DECL | ( | AlignRotB | ) |
Definition at line 31 of file AlignRotB.cxx.
1.4.7