Skip to content

Commit

Permalink
fix calo writers
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn authored and fwyzard committed Jul 26, 2016
1 parent 5946d08 commit 299d487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondTools/Geometry/plugins/calowriters.cc
Expand Up @@ -75,7 +75,7 @@ CaloGeometryDBEP<HcalGeometry, CaloGeometryDBWriter>::produceAligned( const type

ptr->fillDefaultNamedParameters() ;

ptr->allocateCorners( hcalTopology->ncells() ) ;
ptr->allocateCorners( hcalTopology->ncells() + hcalTopology->getHFSize() ) ;

ptr->allocatePar( dvec.size() ,
HcalGeometry::k_NumberOfParametersPerShape ) ;
Expand Down

0 comments on commit 299d487

Please sign in to comment.