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

Uncomment stuff

parent 71e6caf6
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment