1 #ifndef MACRO_FUN4ALLJETANA_C
2 #define MACRO_FUN4ALLJETANA_C
20 #include <fastjetmedianbkg/RhoFluct.h>
21 #include <fastjetmedianbkg/PrintTowers.h>
22 R__LOAD_LIBRARY(libfun4all.so)
23 R__LOAD_LIBRARY(libg4centrality.so)
24 R__LOAD_LIBRARY(libg4jets.so)
25 R__LOAD_LIBRARY(libjetbase.so)
26 R__LOAD_LIBRARY(libjetbackground.so)
27 R__LOAD_LIBRARY(libjetrhomedian.so)
28 R__LOAD_LIBRARY(libjetbackground.so)
33 , const
float jet_R = 0.4
34 , const
string& out_name = "
test.
root"
36 , const
string& list_calo_cluster=""
38 , const
string& list_bbc=""
39 , const
string& list_global=""
44 gSystem->Load(
"libjetrhomedian");
45 gSystem->Load(
"libg4dst");
61 cout <<
" Fatal: missing bbc input file. Exiting." << endl;
65 if (list_global!=
"") {
70 cout <<
" Fatal: missing global dst list file. Exiting." << endl;
95 if (list_calo_cluster!=
"") {
100 cout <<
" Fatal: missing calo cluster list file. Exiting." << endl;
107 cout <<
" Done in Fun4All_RhoFluct.C " << endl;