We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1615b1d commit 716fbc1Copy full SHA for 716fbc1
DataFormats/Parameters/include/DataFormatsParameters/AggregatedRunInfo.h
@@ -38,7 +38,7 @@ struct AggregatedRunInfo {
38
int64_t orbitEOR; // orbit when run ends after orbit reset
39
40
// we may have pointers to actual data source objects GRPECS, ...
41
- o2::parameters::GRPECSObject* grpECS = nullptr; // pointer to GRPECSobject (fetched during struct building)
+ const o2::parameters::GRPECSObject* grpECS = nullptr; // pointer to GRPECSobject (fetched during struct building)
42
43
// fills and returns AggregatedRunInfo for a given run number.
44
static AggregatedRunInfo buildAggregatedRunInfo(o2::ccdb::CCDBManagerInstance& ccdb, int runnumber);
0 commit comments