#include "GhostFramework.h"
#include "GhostInputs.h"
#include "GhostFakeData.h"
#include "TH2D.h"
#include "TGraph.h"
#include "TFile.h"
#include "TStyle.h"
#include "TCanvas.h"
#include "TSystem.h"
#include "TApplication.h"
#include "TRandom3.h"
#include "TMinuit.h"
#include "TAxis.h"
#include "TString.h"
#include "MessageService/MsgService.h"
#include "MessageService/MsgFormat.h"
#include "TObjectTable.h"
#include <fcntl.h>
#include <unistd.h>
#include <iostream>
#include <vector>
#include <string>
#include <fstream>
#include <math.h>
#include <sstream>
Go to the source code of this file.
Functions | |
CVSID ("$Id: GhostFramework.cxx,v 1.1 2012/04/26 11:32:51 blake Exp $") | |
static void | fcnNuisance (Int_t &, Double_t *, Double_t &f, Double_t *par, Int_t) |
Variables | |
static GhostFramework * | fGhostFramework = 0 |
CVSID | ( | "$Id: GhostFramework. | cxx, | |
v 1.1 2012/04/26 11:32:51 blake Exp $" | ||||
) |
static void fcnNuisance | ( | Int_t & | , | |
Double_t * | , | |||
Double_t & | f, | |||
Double_t * | par, | |||
Int_t | ||||
) | [static] |
Definition at line 39 of file GhostFramework.cxx.
Referenced by GhostFramework::FindInitialNuisanceValues(), and GhostFramework::LogLikelihood().
00040 { 00041 f=0.; 00042 f = fGhostFramework->LogLikelihoodNuisance(par); 00043 }
GhostFramework* fGhostFramework = 0 [static] |
Definition at line 37 of file GhostFramework.cxx.
Referenced by GhostFramework::Instance().