Skip to content

Implement InDetSimDataCollectionCnv_p1/2/3_test (ATLASSIM-4575)

Susumu Oda requested to merge oda/athena:master-ATLASSIM-4575 into master

Implement InDetSimDataCollectionCnv_p1/2/3_test.

https://its.cern.ch/jira/browse/ATLASSIM-4575

  • Based on MuonEventTPCnv/test/MuonSimDataCollectionCnv_p1_test.cxx and InDetEventTPCnv/test/PixelClusterContainerCnv_p1_test.cxx.
  • initMcEventCollection had to be changed not to call initGaudi twice. Otherwise, the tests stop.
  • InDetEventAthenaPool had to be added because InDetEventAthenaPoolPoolCnv (poolcnv_library) cannot be linked.
  • Use template methods to avoid code dupications.

The tests worked locally.

Tag @jchapman

Edited by Susumu Oda

Merge request reports