Skip to content

Commit

Permalink
remove paul to colors header
Browse files Browse the repository at this point in the history
  • Loading branch information
clarenc3 committed Aug 17, 2022
1 parent 9c748d2 commit 187f0a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EventSelectionScripts/analyse.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "paul_tol_colors.hpp"
//#include "paul_tol_colors.hpp"

TFile *f = NULL;
TTree *caf = NULL;
Expand Down Expand Up @@ -128,12 +128,14 @@ void analyse(std::string name) {
h4->SetTitle("Four LAr tracks");
h5->SetTitle("More than four LAr tracks");

/*
h0->SetLineColor(kBlack);
h1->SetLineColor(tolcols::kTBriBlue);
h2->SetLineColor(tolcols::kTBriGreen);
h3->SetLineColor(tolcols::kTBriYellow);
h4->SetLineColor(tolcols::kTBriRed);
h5->SetLineColor(tolcols::kTBriPurple);
*/

h0->SetLineWidth(2);
h1->SetLineWidth(2);
Expand Down

0 comments on commit 187f0a7

Please sign in to comment.