|
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"Go to the source code of this file.
Functions | |
| void | palette2 () |
| void | setStyle () |
| void | resizePalette (TH1 *h) |
| void | init (TTree *t, double sqs) |
| void | config_pad (TVirtualPad *p, double b=0.1, double r=0.07, double t=0.05, double l=0.1) |
| void | config_histo (TH1 *h, double labs=0.018, TString titley="", TString titlex="") |
| void | config_histo2d (TH1 *h, TString titley="", TString titlex="") |
| void | config_histo1d (TH1 *h, TString titley="", TString titlex="", int lincol=1, int fillcol=0, int fillstyle=0, TString label="M") |
| int | crosstag (TString fname, int fact=1, int saveplots=0, double sqs=-1.) |
Variables | |
| std::map< int, int > | codeidx |
| std::map< int, int > | drawline |
| Int_t | tagline [60] |
| Int_t | mode |
| Int_t | recmode |
| Int_t | tag |
| Int_t | tagall |
| Int_t | tagm |
| Int_t | codes [60] |
| Int_t | nlines |
Definition at line 132 of file crosstag.C.
| void config_histo1d | ( | TH1 * | h, |
| TString | titley = "", |
||
| TString | titlex = "", |
||
| int | lincol = 1, |
||
| int | fillcol = 0, |
||
| int | fillstyle = 0, |
||
| TString | label = "M" |
||
| ) |
Definition at line 178 of file crosstag.C.
References codes, config_histo(), i, and nlines.
Referenced by crosstag().
Definition at line 159 of file crosstag.C.
References codes, config_histo(), i, and nlines.
Referenced by crosstag().
| void config_pad | ( | TVirtualPad * | p, |
| double | b = 0.1, |
||
| double | r = 0.07, |
||
| double | t = 0.05, |
||
| double | l = 0.1 |
||
| ) |
Definition at line 120 of file crosstag.C.
| int crosstag | ( | TString | fname, |
| int | fact = 1, |
||
| int | saveplots = 0, |
||
| double | sqs = -1. |
||
| ) |
Definition at line 203 of file crosstag.C.
References c1, c2, c3, codeidx, codes, config_histo1d(), config_histo2d(), config_pad(), drawline, f, i, init, leg, mode, nlines, resizePalette(), setStyle(), t, tag, tagall, tagline, and TString.
| void init | ( | TTree * | t, |
| double | sqs | ||
| ) |
| void palette2 | ( | ) |
Definition at line 27 of file crosstag.C.
References Double_t.
| void resizePalette | ( | TH1 * | h | ) |
| void setStyle | ( | ) |
Definition at line 39 of file crosstag.C.
Referenced by crosstag(), full_core_ntp(), overall_perf(), overall_perf_full(), overall_perf_toy(), showvarexample(), toy_core(), and toy_core_ntp().
| std::map<int,int> codeidx |
Definition at line 21 of file crosstag.C.
Referenced by crosstag(), evaltrig(), and init().
| Int_t codes[60] |
Definition at line 23 of file crosstag.C.
Referenced by config_histo1d(), config_histo2d(), crosstag(), and init().
| std::map<int,int> drawline |
Definition at line 21 of file crosstag.C.
Referenced by crosstag(), and init().
| Int_t mode |
Definition at line 23 of file crosstag.C.
| Int_t nlines |
Definition at line 23 of file crosstag.C.
Referenced by Check_particle_path(), config_histo1d(), config_histo2d(), crosstag(), evaltrig(), init(), and treeMerge().
| Int_t recmode |
Definition at line 23 of file crosstag.C.
Referenced by init().
| Int_t tag |
Definition at line 23 of file crosstag.C.
Referenced by PndSoftTriggerTask::CreateKs0Cands(), crosstag(), PndSoftTriggerTask::FillGlobalLists(), init(), PndOnlineFilterInfo::SetNTag(), PndSoftTriggerTask::TagMode(), and writeTuple().
| Int_t tagall |
Definition at line 23 of file crosstag.C.
Referenced by crosstag(), and init().
| Int_t tagline[60] |
Definition at line 23 of file crosstag.C.
Referenced by crosstag(), and init().
| Int_t tagm |
Definition at line 23 of file crosstag.C.
Referenced by init().
1.8.5