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

Merge branch '22.0-cppcheck-SCT_Cabling' into 'master'

22.0-cppcheck-SCT_Cabling

See merge request !46449
parents de03fad6 b9ee7cab
No related branches found
No related tags found
9 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46538Draft: Added missing xAOD::TrigConfKeys from DESDM_MCP,!46514TGC Digitization: Implementation of signal propagation time between the sensor edge and ASD,!4644922.0-cppcheck-SCT_Cabling
...@@ -44,7 +44,7 @@ namespace SCT_Cabling{ ...@@ -44,7 +44,7 @@ namespace SCT_Cabling{
std::string formatModuleOutput(const unsigned int rod, const unsigned int fibre, 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 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(" "); const std::string sep(" ");
using std::to_string; using std::to_string;
std::string result= to_string(rod)+sep+to_string(fibre)+sep+to_string(bec)+sep+to_string(layerDisk)+sep; std::string result= to_string(rod)+sep+to_string(fibre)+sep+to_string(bec)+sep+to_string(layerDisk)+sep;
......
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