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

Commit

Permalink
csv/csv_loader typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarElen committed Oct 19, 2021
1 parent 8b8e70b commit 0bdf29e
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 @@ -49,7 +49,7 @@ HcalDetectorMap::HcalDetectorMap(const std::string& connections_table, bool want

this->clear();
conditions::StreamCSVLoader csv(connections_table);
while (csv_loader.nextRow()) {
while (csv.nextRow()) {
/** Column Names
* "HGCROC" "Channel" "CMB" "Quadbar" "Bar" "Plane"
*
Expand Down

0 comments on commit 0bdf29e

Please sign in to comment.