CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GenParticleInfoExtractor.h
Go to the documentation of this file.
1 #ifndef SimG4Core_GenParticleInfoExtractor_H
2 #define SimG4Core_GenParticleInfoExtractor_H
3 
5 
6 class G4PrimaryParticle;
7 
9 {
10 public:
11  const GenParticleInfo& operator()(const G4PrimaryParticle * p) const;
12 };
13 
14 #endif
const GenParticleInfo & operator()(const G4PrimaryParticle *p) const