Skip to content

Commit

Permalink
Merge pull request #14683 from Martin-Grunewald/81XFixL1TConfDB
Browse files Browse the repository at this point in the history
Fix L1T bug messing with ConfDB parsing (81X)
  • Loading branch information
cmsbuild committed May 30, 2016
2 parents 401dfbe + d38a0d3 commit d4d7482
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ void StableParametersTrivialProducer::fillDescriptions(ConfigurationDescriptions
vector<int> tmp2 = {1};
desc.add<vector<int> > ("OrderConditionChip", tmp2)->setComment("Deprecated...");

descriptions.add("L1TGlobalProducer", desc);
descriptions.add("StableParametersTrivialProducer", desc);
}


Expand Down

0 comments on commit d4d7482

Please sign in to comment.