ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
#include <vector>
#include <string>
#include <set>
#include "TGraph.h"
#include "TRandom3.h"
#include "TPaveText.h"
#include "small_tree_quick.hpp"
Go to the source code of this file.
Functions | |
std::set< size_t > | GetRandomIndices (small_tree_quick &st, double norm, TRandom3 &rand3) |
void | Process (small_tree_quick &st, TGraph &g, TGraph &g_full, int color, int marker, int size, const std::set< size_t > &indices, int nleps=0) |
std::string | GetLabel (const std::string &str, double rho) |
void | GetOptions (int argc, char *argv[]) |
void | SetStyle (TPaveText &pt) |
std::string GetLabel | ( | const std::string & | str, |
double | rho | ||
) |
void GetOptions | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 129 of file make_card.cxx.
std::set<size_t> GetRandomIndices | ( | small_tree_quick & | st, |
double | norm, | ||
TRandom3 & | rand3 | ||
) |
Definition at line 177 of file scatter_mj_mt.cxx.
References small_tree::GetEntries(), small_tree_quick::GetEntry(), and small_tree::weight().
Referenced by main().
void Process | ( | small_tree_quick & | st, |
TGraph & | g, | ||
TGraph & | g_full, | ||
int | color, | ||
int | marker, | ||
int | size, | ||
const std::set< size_t > & | indices, | ||
int | nleps = 0 |
||
) |
Definition at line 194 of file scatter_mj_mt.cxx.
References AddPoint(), f, small_tree::GetEntries(), small_tree_quick::GetEntry(), small_tree::ht(), Timer::Iterate(), small_tree::met(), anonymous_namespace{scatter_mj_mt.cxx}::met_max, anonymous_namespace{scatter_mj_mt.cxx}::met_min, small_tree_quick::mj(), small_tree::mt(), small_tree::nbm(), small_tree::nels(), small_tree::njets(), anonymous_namespace{scatter_mj_mt.cxx}::njets_max, anonymous_namespace{scatter_mj_mt.cxx}::njets_min, small_tree::nmus(), small_tree_quick::ntruleps(), and Timer::Start().
Referenced by main().
void SetStyle | ( | TPaveText & | pt | ) |
Definition at line 294 of file scatter_mj_mt.cxx.
Referenced by main().