CMS 3D CMS Logo

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 public:
10  const GenParticleInfo& operator()(const G4PrimaryParticle* p) const;
11 };
12 
13 #endif
const GenParticleInfo & operator()(const G4PrimaryParticle *p) const