]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
updated to new BG histo naming
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Apr 2010 14:38:19 +0000 (14:38 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Apr 2010 14:38:19 +0000 (14:38 +0000)
PWG0/eventStats/show.C

index 0b2e3a5df1580263d50b76ff82d25b8e5f6cc51a..335daaf393a2324f242c7e841d13180591c8e48d 100644 (file)
@@ -27,9 +27,9 @@ void show(const char* fileName = "event_stat.root")
   gStyle->SetStatX(0.87);
   gStyle->SetStatY(0.93);
 
-  TH2F * hBB  = (TH2F*) gDirectory->Get("physics_selection/background_identification/hCvsT_CINT1B-ABCE-NOPF-ALL");
-  TH2F * hBE  = (TH2F*) gDirectory->Get("physics_selection/background_identification/hCvsT_CINT1C-ABCE-NOPF-ALL");
-  TH2F * hBEA = (TH2F*) gDirectory->Get("physics_selection/background_identification/hCvsT_CINT1A-ABCE-NOPF-ALL");
+  TH2F * hBB  = (TH2F*) gDirectory->Get("physics_selection/background_identification/hCvsTCuts_CINT1B-ABCE-NOPF-ALL");
+  TH2F * hBE  = (TH2F*) gDirectory->Get("physics_selection/background_identification/hCvsTCuts_CINT1C-ABCE-NOPF-ALL");
+  TH2F * hBEA = (TH2F*) gDirectory->Get("physics_selection/background_identification/hCvsTCuts_CINT1A-ABCE-NOPF-ALL");
 
   if(!hBB || !hBE || !hBEA) {
     printf("WARNING: no BG histos\n");