Skip to content
Snippets Groups Projects
Commit c4859495 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'naming.FastCaloSimHit-20180201' into 'master'

FastCaloSimHit: Comply with ATLAS naming conventions.

See merge request atlas/athena!8501

Former-commit-id: 57c5c310f68e447b71ab1f5762a88064f955756e
parents 94f83e03 0aed6dfc
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ private:
StatusCode hitConstruction();
// For reading in of Fast Hits
LArHitContainer* fastHitCont;
TileHitVector* fastTileHits;
LArHitContainer* m_fastHitCont;
TileHitVector* m_fastTileHits;
//for writing out of Hit, naming as G4 for default
SG::WriteHandle<LArHitContainer> m_embHitContainer;
SG::WriteHandle<LArHitContainer> m_emecHitContainer;
......
......@@ -29,8 +29,8 @@
FastHitConv::FastHitConv(const std::string& name, ISvcLocator* pSvcLocator ) :
AthAlgorithm(name, pSvcLocator),
fastHitCont(nullptr),
fastTileHits(nullptr),
m_fastHitCont(nullptr),
m_fastTileHits(nullptr),
m_embHitContainer("LArHitEMB"),
m_emecHitContainer("LArHitEMEC"),
m_fcalHitContainer("LArHitFCAL"),
......
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