Skip to content

Commit

Permalink
couts was converted to LogInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey committed Nov 10, 2014
1 parent 41d3525 commit 782bf40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion GeneratorInterface/Hydjet2Interface/interface/DatabasePDG.h
Expand Up @@ -27,7 +27,8 @@
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"

const int kMaxParticles = 1000;

class DatabasePDG {
Expand Down
Expand Up @@ -14,6 +14,7 @@
#define DECAY_CHANNEL

#include "Rtypes.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

const int kMaxDaughters = 3;
const int kNonsensePDG = 1000000000;
Expand Down
Expand Up @@ -2,7 +2,7 @@
#define RANDARRAYFUNCTION_INCLUDED

#include <vector>

#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CLHEP/Random/RandomEngine.h"
#include "CLHEP/Random/RandFlat.h"
extern CLHEP::HepRandomEngine* hjRandomEngine;
Expand Down

0 comments on commit 782bf40

Please sign in to comment.