Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Oz Amram committed Jul 21, 2021
1 parent d8d83f2 commit 03a0b68
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -59,8 +59,8 @@ std::shared_ptr<const SiPixel2DTemplateDBObject> SiPixel2DTemplateDBObjectESProd

const auto& dbobject = iRecord.get(dbToken_);

if ( (theMagField > 0.1) && (std::fabs(theMagField - dbobject.sVector()[22]) > 0.1))
//2D templates not actually used at 0T, so don't print warning
if ((theMagField > 0.1) && (std::fabs(theMagField - dbobject.sVector()[22]) > 0.1))
//2D templates not actually used at 0T, so don't print warning
edm::LogWarning("UnexpectedMagneticFieldUsingNonIdealPixel2DTemplate")
<< "Magnetic field is " << theMagField << " Template Magnetic field is " << dbobject.sVector()[22];

Expand Down

0 comments on commit 03a0b68

Please sign in to comment.