|
ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
#include <cstdlib>#include <fstream>#include <sstream>#include <iostream>#include <iomanip>#include <vector>#include <ctime>#include "TMath.h"#include "TChain.h"#include "TH1D.h"#include "TCanvas.h"#include "TLegend.h"#include "TLine.h"#include "TString.h"#include "TRandom3.h"#include "TGraphAsymmErrors.h"#include "styles.hpp"#include "utilities.hpp"#include "utilities_macros.hpp"Go to the source code of this file.
Functions | |
| double | calcPoisson (vector< vector< float > > &entries, vector< vector< float > > &weights, vector< float > &powers, float &uncert) |
| int | main () |
| double calcPoisson | ( | vector< vector< float > > & | entries, |
| vector< vector< float > > & | weights, | ||
| vector< float > & | powers, | ||
| float & | uncert | ||
| ) |
Definition at line 102 of file plot_poisson_gamma.cxx.
References parse_card::kappa.
Referenced by main().
| int main | ( | ) |
Definition at line 33 of file plot_poisson_gamma.cxx.
References calcKappa(), calcPoisson(), and RoundNumber().
1.8.11