Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarElen committed Oct 19, 2021
1 parent 0bdf29e commit 57f714f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hcal/HcalDetectorMap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ HcalDetectorMap::HcalDetectorMap(const std::string& connections_table, bool want
csv.getInteger("Bar") /*strip*/,
csv.getInteger("Quadbar")-1 /*end??*/); //Quadbar given as 1 or 2
ldmx::HcalElectronicsID eleid(
0 /*fpga - only one FPGA during test beam*/
0 /*fpga - only one FPGA during test beam*/,
csv.getInteger("HGCROC") /*fiber*/,
csv.getInteger("Channel") /*channel*/);

Expand Down

0 comments on commit 57f714f

Please sign in to comment.