|
FairRoot/PandaRoot
|
#include <algorithm>#include <map>#include <utility>#include <iostream>#include "TFile.h"#include "TTree.h"#include "TString.h"#include "TCanvas.h"#include "TH1F.h"#include "TH2F.h"#include "TROOT.h"#include "TEventList.h"#include "TDirectory.h"#include "TRegexp.h"#include "TStyle.h"#include "TColor.h"#include "TPaletteAxis.h"#include "TLegend.h"#include "TKey.h"#include "TGraph.h"Go to the source code of this file.
Typedefs | |
| typedef std::map< double, TH1F * > | Hmap |
| typedef std::map< double, TH1F * > ::iterator | Hmapit |
Functions | |
| void | config_graph (TGraph *g, int m=0, TString name="") |
| void | init () |
| int | evaltrig (TString fname="crosstag_histos.root", bool makeplots=0) |
Variables | |
| const int | nlines = 57 |
| std::map< int, int > | codeidx |
| TGraph | geff [100] |
| int | cnt [] = {0,0,0,0,0,0,0,0} |
| Hmap | sigmap |
| Hmap | sigimap |
| Hmap | bgmap |
| int | modes [] |
| double | BR [] |
| int | panel [] |
| TString | datatype [] = {"D^{0}","D^{*0}","D^{#pm}","D^{*#pm}","D_{s}^{(*)#pm}","c#bar{c}","bayrons/#phi","e/#mu/#gamma"} |
| double | range [] = { 2.5, 3.5, 3.0, 3.5, 3.5, 2.0, 2.0, 2.0 } |
| int | cols [10] = {1,2,4,6,kOrange+5,9,kGreen+2, kBlue+3,kCyan-2,kMagenta+2} |
Definition at line 26 of file evaltrig.C.
Definition at line 27 of file evaltrig.C.
| void config_graph | ( | TGraph * | g, |
| int | m = 0, |
||
| TString | name = "" |
||
| ) |
| int evaltrig | ( | TString | fname = "crosstag_histos.root", |
| bool | makeplots = 0 |
||
| ) |
| void init | ( | ) |
Definition at line 88 of file evaltrig.C.
References cnt, codeidx, config_graph(), geff, i, modes, nlines, and panel.
Referenced by evaltrig().
| Hmap bgmap |
Definition at line 33 of file evaltrig.C.
Referenced by evaltrig().
| double BR[] |
Definition at line 46 of file evaltrig.C.
| int cnt[] = {0,0,0,0,0,0,0,0} |
Definition at line 31 of file evaltrig.C.
Referenced by evaltrig(), and init().
| std::map<int,int> codeidx |
Definition at line 28 of file evaltrig.C.
Referenced by evaltrig(), and init().
| int cols[10] = {1,2,4,6,kOrange+5,9,kGreen+2, kBlue+3,kCyan-2,kMagenta+2} |
Definition at line 69 of file evaltrig.C.
Referenced by config_graph(), PndSdsStripCorrelator::getCombinations(), PndSdsCalcPixelDif::GetPixels(), and PndSdsStripCorrelator::getSubMatrix().
| TString datatype[] = {"D^{0}","D^{*0}","D^{#pm}","D^{*#pm}","D_{s}^{(*)#pm}","c#bar{c}","bayrons/#phi","e/#mu/#gamma"} |
Definition at line 66 of file evaltrig.C.
Referenced by evaltrig().
| TGraph geff[100] |
Definition at line 30 of file evaltrig.C.
Referenced by evaltrig(), and init().
| int modes[] |
Definition at line 36 of file evaltrig.C.
Referenced by init().
| const int nlines = 57 |
Definition at line 23 of file evaltrig.C.
Referenced by evaltrig(), and init().
| int panel[] |
Definition at line 56 of file evaltrig.C.
Referenced by evaltrig(), and init().
| double range[] = { 2.5, 3.5, 3.0, 3.5, 3.5, 2.0, 2.0, 2.0 } |
Definition at line 67 of file evaltrig.C.
Referenced by anaclust(), DrawNice2DHisto(), evaltrig(), GaussFitPlot(), LineFitPlot(), and PullFitPlot().
| Hmap sigimap |
Definition at line 33 of file evaltrig.C.
Referenced by evaltrig().
| Hmap sigmap |
Definition at line 33 of file evaltrig.C.
Referenced by evaltrig().
1.8.8