CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/SimG4Core/Application/interface/PrimaryTransformer.h

Go to the documentation of this file.
00001 #ifndef SimG4Core_PrimaryTransformer_H
00002 #define SimG4Core_PrimaryTransformer_H
00003 
00004 #include "G4PrimaryTransformer.hh"
00005 
00006 class PrimaryTransformer : public G4PrimaryTransformer
00007 {
00008 public:
00009     PrimaryTransformer();
00010     virtual ~PrimaryTransformer();
00011 protected: 
00012     virtual G4ParticleDefinition * GetDefinition(G4PrimaryParticle * pp);
00013 };
00014 
00015 #endif