File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
k4FWCore/include/k4FWCore Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
cvmfs_base : ['sft.cern.ch/lcg/views']
12
- ENVIRONMENT : ['LCG_102rc1/x86_64-centos7-gcc11-opt',
13
- ' dev3/latest/x86_64-centos7-gcc10-opt' ,
12
+ ENVIRONMENT : ['dev3/latest/x86_64-centos7-gcc10-opt',
14
13
]
15
14
include :
16
15
- cvmfs_base : ' sw.hsf.org'
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ template <typename T> const std::string DataHandle<T>::getCollMetadataCellID(con
178
178
179
179
if (pds != nullptr ) {
180
180
auto colMD = pds->getProvider ().getCollectionMetaData (id);
181
- return colMD.getStringVal (" CellIDEncodingString" );
181
+ return colMD.getValue <std::string> (" CellIDEncodingString" );
182
182
} else {
183
183
std::string msg (" Could not get Podio Data Service." );
184
184
throw GaudiException (msg, " Failed to get Collection Metadata." , StatusCode::FAILURE);
You can’t perform that action at this time.
0 commit comments