Skip to content

Commit b4c723e

Browse files
committed
Please consider the following formatting changes
1 parent abb9471 commit b4c723e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventFiltering/macros/getMenu.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void getMenu(std::string period)
6363

6464
std::cout << "First line: " << firstLine << '\n';
6565
TGrid::Connect("alien://");
66-
TFile *scalersFile = TFile::Open((std::string("alien://") + firstLine).data(), "READ");
66+
TFile* scalersFile = TFile::Open((std::string("alien://") + firstLine).data(), "READ");
6767
TH1D* counters = (TH1D*)scalersFile->Get("central-event-filter-task/scalers/mFiltered");
6868
TAxis* axis = counters->GetXaxis();
6969

0 commit comments

Comments
 (0)