Skip to content

Commit

Permalink
* Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Nov 3, 2015
1 parent 115aa4a commit 9f94a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geometry/HGCalGeometry/src/HGCalGeometry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ typedef CaloCellGeometry::Tr3D Tr3D ;
//#define DebugLog

HGCalGeometry::HGCalGeometry( const HGCalTopology& topology_ )
: mTopology( topology_ ),
: m_topology( topology_ ),
m_cellVec( topology_.totalGeomModules()),
m_validGeomIds( topology_.totalGeomModules()),
m_halfType( topology_.detectorType()),
Expand Down

0 comments on commit 9f94a6c

Please sign in to comment.