20 MsgStream
log(
msgSvc(),
"LArPhysWaveContainerCnv" );
30 MsgStream
log(
msgSvc(),
"LArPhysWaveContainerCnv" );
32 static const pool::Guid p1_guid(
"87E436E2-6FF4-42D3-BC70-6650C076E589");
33 static const pool::Guid p0_guid(
"C1108D27-6D30-41E8-892D-2AB127B868C9");
36 std::unique_ptr< LArPhysWaveSubset_p1 > col_vect( poolReadObject< LArPhysWaveSubset_p1 >() );
43 MsgStream
log(
msgSvc(),
"LArPhysWaveContainerCnv" );
50 throw std::runtime_error(
"Unsupported persistent version of LArPhysWaveCnv");
60 MsgStream
log(
msgSvc(),
"LArPedestalCompleteCnv" );
78 std::vector<LArPhysWave> ochvec;
79 for (
unsigned int q=0;
q<orig->
m_subset[
w].second.size();++
q){
82 unsigned int ofebid=orig->
m_subset[
w].first;
83 std::pair<unsigned int, std::vector<LArPhysWave> > opair(ofebid,ochvec);
84 result->m_subset.push_back(opair);
91 std::pair<unsigned int, LArPhysWave> opair(ofebid, ovec);
92 result->m_correctionVec.push_back(opair);