Skip to content

Commit

Permalink
Addressing error while loading macros
Browse files Browse the repository at this point in the history
  • Loading branch information
juanangp committed Aug 30, 2023
1 parent ac06dcb commit a66c904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/REST_Raw_PlotVetoData.C
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Int_t REST_Raw_PlotVetoData(
obsID = aTree->GetObservableID(obsNameTime[i]);
peakTimeMap.clear();

any a = aTree->GetObservable(obsID);
auto a = aTree->GetObservable(obsID);

a >> peakTimeMap;

Expand Down

0 comments on commit a66c904

Please sign in to comment.