#define commen // Here is all the common stuff TTree * Trees[4]; // General Histocollection for 1D and 2D TNamed * Histos[4]; TLegend * Leg; enum sets { cexp, cors, sig, coinc }; enum relate { above, below }; enum optmode { sigvsbg, goodvsbad }; enum normal { realL0, realL1,realL2,realL3, one , none, thislevel}; enum sets { cexp, cors, sig, coinc }; TString * Titles[4] = {"Experiment","Corsika","Signal","Coincidents" } ; TString * Names[4] = {"exp","cors","sig","coinc" } ; TString * Modes[4] = {"Exp > 100","Sig+Bg \Psi>10","Sig+Bg \Psi<10","Coinc"};