Skip to content

Commit

Permalink
Quick fix in order to get the code to compile in 3_3_2
Browse files Browse the repository at this point in the history
TauolaInterface seems to be missing declaration of Pythia6Service
class, which can be circumvented by including the header of
Pythia6Service before TauolaInterface.
  • Loading branch information
Matti Kortelainen committed Nov 11, 2009
1 parent 687a0dd commit 3f81787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include "HepMC/PythiaWrapper.h"
*/

#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "GeneratorInterface/ExternalDecays/interface/TauolaInterface.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

#include "TauAnalysis/MCEmbeddingTools/interface/ParticleReplacerBase.h"

#include "GeneratorInterface/ExternalDecays/interface/TauolaInterface.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "GeneratorInterface/ExternalDecays/interface/TauolaInterface.h"

#include<string>
#include<vector>
Expand Down

0 comments on commit 3f81787

Please sign in to comment.