Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:26

0001 #ifndef SimG4Core_GenParticleInfoExtractor_H
0002 #define SimG4Core_GenParticleInfoExtractor_H
0003 
0004 #include "SimG4Core/Notification/interface/GenParticleInfo.h"
0005 
0006 class G4PrimaryParticle;
0007 
0008 class GenParticleInfoExtractor {
0009 public:
0010   const GenParticleInfo& operator()(const G4PrimaryParticle* p) const;
0011 };
0012 
0013 #endif