ra4_macros  bede988c286599a3a84b77a4d788ac0a971e89f9
scatter_mj_mt.hpp
Go to the documentation of this file.
1 #ifndef H_SCATTER_MJ_MT
2 #define H_SCATTER_MJ_MT
3 
4 #include <vector>
5 #include <string>
6 #include <set>
7 
8 #include "TGraph.h"
9 #include "TRandom3.h"
10 #include "TPaveText.h"
11 
12 #include "small_tree_quick.hpp"
13 
14 std::set<size_t> GetRandomIndices(small_tree_quick &st, double norm, TRandom3 &rand3);
15 
16 void Process(small_tree_quick &st, TGraph &g, TGraph &g_full,
17  int color, int marker, int size,
18  const std::set<size_t> & indices, int nleps = 0);
19 
20 std::string GetLabel(const std::string &str, double rho);
21 
22 void GetOptions(int argc, char *argv[]);
23 
24 void SetStyle(TPaveText &pt);
25 
26 #endif
std::set< size_t > GetRandomIndices(small_tree_quick &st, double norm, TRandom3 &rand3)
std::string GetLabel(const std::string &str, double rho)
void GetOptions(int argc, char *argv[])
Definition: make_card.cxx:129
void SetStyle(TPaveText &pt)
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)