diff --git a/InnerDetector/InDetDetDescr/SCT_Cabling/src/SCT_CablingXmlTags.h b/InnerDetector/InDetDetDescr/SCT_Cabling/src/SCT_CablingXmlTags.h index 6a02fd2d9e8eaa2444047a8f0a8eb172bf126e25..7537a50d57aa11f5dbca1e34e0c80994d9e55b3f 100644 --- a/InnerDetector/InDetDetDescr/SCT_Cabling/src/SCT_CablingXmlTags.h +++ b/InnerDetector/InDetDetDescr/SCT_Cabling/src/SCT_CablingXmlTags.h @@ -44,7 +44,7 @@ namespace SCT_Cabling{ std::string formatModuleOutput(const unsigned int rod, const unsigned int fibre, const int bec,const int layerDisk, const int eta, const int phi, const int side, const int robId, - const std::string fullsn){ + const std::string & fullsn){ const std::string sep(" "); using std::to_string; std::string result= to_string(rod)+sep+to_string(fibre)+sep+to_string(bec)+sep+to_string(layerDisk)+sep;