Skip to content
Snippets Groups Projects
Commit 7fef2984 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'naming.LUCID_Digitization-20171010' into 'master'

LUCID_Digitization: Comply with ATLAS naming conventions.

See merge request !5298

Former-commit-id: 57f1781d
parents 442aba87 f842fb2f
No related branches found
No related tags found
8 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles
......@@ -223,11 +223,11 @@ StatusCode LUCID_DigitizationToolBox::fillDigitContainer(LUCID_SimHitCollection*
//--------------------------------------------------------------------------
StatusCode LUCID_DigitizationToolBox::recordContainers(ServiceHandle<StoreGateSvc> m_digitsStore, std::string m_key_digitCnt) {
StatusCode LUCID_DigitizationToolBox::recordContainers(ServiceHandle<StoreGateSvc> digitsStore, std::string key_digitCnt) {
m_digitContainer = new LUCID_DigitContainer();
StatusCode sc = m_digitsStore->record(m_digitContainer, m_key_digitCnt);
StatusCode sc = digitsStore->record(m_digitContainer, key_digitCnt);
return sc;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment