Skip to content

Commit 8e2467b

Browse files
committed
Code format
1 parent 71442a7 commit 8e2467b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

FastSimulation/ParticleDecay/interface/PythiaDecays.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class RawParticle;
1313
namespace gen {
1414
class P8RndmEngine;
1515
typedef std::shared_ptr<P8RndmEngine> P8RndmEnginePtr;
16-
}
16+
} // namespace gen
1717

1818
namespace CLHEP {
1919
class HepRandomEngine;

FastSimulation/SimplifiedGeometryPropagator/interface/Decayer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace gen {
1616
class P8RndmEngine;
1717
typedef std::shared_ptr<P8RndmEngine> P8RndmEnginePtr;
18-
}
18+
} // namespace gen
1919

2020
namespace CLHEP {
2121
class HepRandomEngine;
@@ -51,7 +51,7 @@ namespace fastsim {
5151
CLHEP::HepRandomEngine& engine) const;
5252

5353
private:
54-
std::unique_ptr<Pythia8::Pythia> pythia_; //!< Instance of pythia
54+
std::unique_ptr<Pythia8::Pythia> pythia_; //!< Instance of pythia
5555
gen::P8RndmEnginePtr pythiaRandomEngine_; //!< Instance of pythia Random Engine
5656
};
5757
} // namespace fastsim

GeneratorInterface/Pythia8Interface/plugins/PowhegHooksBB4L.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ namespace Pythia8 {
184184
iRes = e[iRes].mother1();
185185
}
186186
if (iRes == 0) {
187-
loggerPtr->errorMsg(
188-
"PowhegHooksBB4L::doVetoFSREmission", "Emission in resonance not from the top quark or from the "
189-
"W boson, not vetoing");
187+
loggerPtr->errorMsg("PowhegHooksBB4L::doVetoFSREmission",
188+
"Emission in resonance not from the top quark or from the "
189+
"W boson, not vetoing");
190190
return doVetoFSR(false, 0);
191191
}
192192
int iResId = e[iRes].id();

0 commit comments

Comments
 (0)