Skip to content

Commit 06b7ed0

Browse files
author
mstoye
committed
Merge pull request #8 from mstoye/origin/master
added a Zllnunu
2 parents 88fc125 + cbf37a0 commit 06b7ed0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

myplots.C

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ void plotHist ( vector <TFile*> Files, vector <SampleInfo> Names, TString Hist
4444
}
4545
else{
4646
histMC->SetLineColor(kRed);
47-
alegend->AddEntry(histMC,"all MC","lp");
47+
// alegend->AddEntry(histMC,"all MC","lp");
4848
histMC->SetLineWidth(3);
49-
histMC->Draw("same");
49+
// histMC->Draw("same");
5050
}
5151
alegend->Draw("same");
5252
}
@@ -156,10 +156,10 @@ void myplots()
156156
Names.push_back(ttlep);
157157
*/
158158

159-
SUSYLooperHists mytt1l(privateZZll);
160-
TFile* mytt1lep = mytt1l.Loop();
161-
Files.push_back(mytt1lep);
162-
Names.push_back(privateZZ);
159+
SUSYLooperHists myprivateZZll(privateZZll);
160+
TFile* myprivateZZllfile = myprivateZZll.Loop();
161+
Files.push_back(myprivateZZllfile);
162+
Names.push_back(privateZZll);
163163

164164
SUSYLooperHists myZZll(ZZll);
165165
TFile* myZZllfile = myZZll.Loop();

0 commit comments

Comments
 (0)