CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/SimG4Core/Notification/interface/GenParticleInfoExtractor.h

Go to the documentation of this file.
00001 #ifndef SimG4Core_GenParticleInfoExtractor_H
00002 #define SimG4Core_GenParticleInfoExtractor_H
00003 
00004 #include "SimG4Core/Notification/interface/GenParticleInfo.h"
00005 
00006 class G4PrimaryParticle;
00007 
00008 class GenParticleInfoExtractor 
00009 {
00010 public:
00011     const GenParticleInfo& operator()(const G4PrimaryParticle * p) const;
00012 };
00013 
00014 #endif