Skip to content

Commit

Permalink
code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Nov 13, 2018
1 parent 5657ad7 commit 005fec5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -240,7 +240,7 @@ namespace edm
QIE11DigiPToken_ = iC.consumes<QIE11DigiCollection>(QIE11PileInputTag_);

DoZDC_ = false;
if(ZDCPileInputTag_.label() != "") DoZDC_ = true;
if(!ZDCPileInputTag_.label().empty()) DoZDC_ = true;

if(DoZDC_) {
ZDCDigiToken_ = iC.consumes<ZDCDigiCollection>(ZDCdigiCollectionSig_);
Expand Down

0 comments on commit 005fec5

Please sign in to comment.