File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
SimplifiedGeometryPropagator/interface
GeneratorInterface/Pythia8Interface/plugins Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class RawParticle;
1313namespace gen {
1414 class P8RndmEngine ;
1515 typedef std::shared_ptr<P8RndmEngine> P8RndmEnginePtr;
16- }
16+ } // namespace gen
1717
1818namespace CLHEP {
1919 class HepRandomEngine ;
Original file line number Diff line number Diff line change 1515namespace gen {
1616 class P8RndmEngine ;
1717 typedef std::shared_ptr<P8RndmEngine> P8RndmEnginePtr;
18- }
18+ } // namespace gen
1919
2020namespace 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
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments