6 #ifndef STAR_StFcsPi0FinderForEcal_HH
7 #define STAR_StFcsPi0FinderForEcal_HH
15 #include "StFcsDbMaker/StFcsDb.h"
32 void st(Int_t run2) { filename = Form(
"StFcsPi0invariantmass%i.root", run2); };
38 TH1F* h1_num_entries = 0;
39 TH1F* h1_inv_mass_cluster = 0;
40 TH1F* h1_Zgg_cluster = 0;
41 TH1F* h1_opening_angle_cluster = 0;
42 TH1F* h1_each_cluster_energy = 0;
43 TH1F* h1_two_cluster_energy_nocut = 0;
44 TH1F* h1_two_cluster_energy_allcut = 0;
45 TH1F* h1_dgg_cluster = 0;
46 TH1F* h1_Zgg_nocut_cluster = 0;
47 TH1I* h1_nCluster = 0;
48 TH1F* h1_inv_mass_cluster_nocut = 0;
49 TH1I* h1_nclu_good = 0;
50 TH1I* h1_clu_nTowers = 0;
52 TH1F* h1_inv_mass_point = 0;
53 TH1F* h1_Zgg_point = 0;
54 TH1F* h1_opening_angle_point = 0;
55 TH1F* h1_each_point_energy = 0;
56 TH1F* h1_two_point_energy_nocut = 0;
57 TH1F* h1_two_point_energy_allcut = 0;
58 TH1F* h1_dgg_point = 0;
59 TH1F* h1_Zgg_nocut_point = 0;
60 TH1F* h1list_mass_by_Ntower[748];
61 TH1F* h1list_mass_by_Stower[748];
62 TH1F* h1list_NEtower[748];
63 TH1F* h1list_SEtower[748];
64 TH1F* h1_EcalMult_E1 = 0;
66 TH1I* h1_npoi_good = 0;
67 TH1F* h1_inv_mass_point_nocut = 0;
69 TH2F* h2_EcalMult_vs_TofMult = 0;
70 TH2F* h2_cluster_position = 0;
71 TH2F* h2_cluster_position_cut = 0;
72 TH2F* h2_point_position = 0;
73 TH2F* h2_cluster_invmass_vs_dgg = 0;
74 TH2F* h2_cluster_invmass_vs_Zgg = 0;
75 TH2F* h2_cluster_dgg_vs_E1pE2 = 0;
76 TH2F* h2_point_invmass_vs_dgg = 0;
77 TH2F* h2_point_invmass_vs_Zgg = 0;
78 TH2F* h2_point_dgg_vs_E1pE2 = 0;
84 int mMaxEvents = 10000;