Skip to content

Commit

Permalink
Merge pull request #13329 from cms-l1t-offline/pr-ifstream-fix-80x
Browse files Browse the repository at this point in the history
With one letter, fix a subtle configuration bug
  • Loading branch information
davidlange6 committed Feb 17, 2016
2 parents 309a066 + 6c14b90 commit 66fa865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TGlobal/plugins/L1TGlobalProducer.cc
Expand Up @@ -233,7 +233,7 @@ L1TGlobalProducer::L1TGlobalProducer(const edm::ParameterSet& parSet) :
unsigned int temp_numberPhysTriggers = 512;

// Get prescale factors from CSV file for now
std::fstream inputPrescaleFile;
std::ifstream inputPrescaleFile;
inputPrescaleFile.open(m_prescalesFile);

std::vector<std::vector<int> > vec;
Expand Down

0 comments on commit 66fa865

Please sign in to comment.