Skip to content
Snippets Groups Projects
Commit d68bacb2 authored by Eric Pooser's avatar Eric Pooser
Browse files

Uncomment stuff

parent 71e6caf6
Branches
Tags
No related merge requests found
...@@ -29,11 +29,11 @@ void UserScript() { ...@@ -29,11 +29,11 @@ void UserScript() {
} }
void kpp_analysis(TString histname) { void kpp_analysis(TString histname) {
TH1F* h; TH1F* h;
h = (TH1F*) gDirectory->Get(histname); h = (TH1F*) gDirectory->Get(histname);
asdf f;
if(!h) { if(!h) {
UserScript(); UserScript();
h = (TH1F*) gDirectory->Get(histname); h = (TH1F*) gDirectory->Get(histname);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment