Skip to content

Commit 716fbc1

Browse files
sawenzelalcaliva
authored andcommitted
Update AggregatedRunInfo.h
(cherry picked from commit 1ff58c4)
1 parent 1615b1d commit 716fbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/Parameters/include/DataFormatsParameters/AggregatedRunInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct AggregatedRunInfo {
3838
int64_t orbitEOR; // orbit when run ends after orbit reset
3939

4040
// we may have pointers to actual data source objects GRPECS, ...
41-
o2::parameters::GRPECSObject* grpECS = nullptr; // pointer to GRPECSobject (fetched during struct building)
41+
const o2::parameters::GRPECSObject* grpECS = nullptr; // pointer to GRPECSobject (fetched during struct building)
4242

4343
// fills and returns AggregatedRunInfo for a given run number.
4444
static AggregatedRunInfo buildAggregatedRunInfo(o2::ccdb::CCDBManagerInstance& ccdb, int runnumber);

0 commit comments

Comments
 (0)