We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a3f83 commit c3194e9Copy full SHA for c3194e9
CondFormats/CSCObjects/src/CSCReadoutMappingFromFile.cc
@@ -10,8 +10,6 @@ CSCReadoutMappingFromFile::~CSCReadoutMappingFromFile() {}
10
11
void CSCReadoutMappingFromFile::fill(std::string fileName) {
12
theMappingFile = std::move(fileName);
13
- // edm::FileInPath fp = ps.getParameter<edm::FileInPath>("theMappingFile");
14
- //theMappingFile = fp.fullPath();
15
std::ifstream in(theMappingFile.c_str());
16
std::string line;
17
const std::string commentFlag = "#";
0 commit comments