From a66c904ecc874f7c804e374351bb7b7ed616bdfd Mon Sep 17 00:00:00 2001 From: juanan Date: Wed, 30 Aug 2023 15:01:40 +0200 Subject: [PATCH] Addressing error while loading macros --- macros/REST_Raw_PlotVetoData.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/REST_Raw_PlotVetoData.C b/macros/REST_Raw_PlotVetoData.C index 37eb3359..acb17388 100644 --- a/macros/REST_Raw_PlotVetoData.C +++ b/macros/REST_Raw_PlotVetoData.C @@ -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;