#include "Rtypes.h"
#include "ParticlePDG.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
Go to the source code of this file.
Classes | |
class | DatabasePDG |
Variables | |
const int | kMaxParticles = 1000 |
const int kMaxParticles = 1000 |
Definition at line 32 of file DatabasePDG.h.
Referenced by DatabasePDG::DatabasePDG(), DatabasePDG::UseThisListOfParticles(), and DatabasePDG::~DatabasePDG().