ra4_macros  bede988c286599a3a84b77a4d788ac0a971e89f9
plot_pie.hpp
Go to the documentation of this file.
1 #ifndef H_PLOT_PIE
2 #define H_PLOT_PIE
3 
4 #include <vector>
5 
6 #include "TString.h"
7 
8 #include "utilities_macros.hpp"
9 
10 class TChain;
11 
12 void DrawPie(const pfeats &pfeat, const std::vector<sfeats> &samples, const std::vector<TChain*> &chains);
13 
14 TString FormatName(TString name);
15 
16 #endif
TString FormatName(TString name)
Definition: plot_pie.cxx:227
void DrawPie(const pfeats &pfeat, const std::vector< sfeats > &samples, const std::vector< TChain * > &chains)
Definition: plot_pie.cxx:183