CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimulation/Event/interface/NoPrimaryVertexGenerator.h

Go to the documentation of this file.
00001 #ifndef FastSimulation_Event_NoPrimaryVertexGenerator_H
00002 #define FastSimulation_Event_NoPrimaryVertexGenerator_H
00003 
00004 // Famos Headers
00005 #include "FastSimulation/Event/interface/PrimaryVertexGenerator.h"
00006 
00009 class NoPrimaryVertexGenerator : public PrimaryVertexGenerator {
00010 
00011 public:
00013   NoPrimaryVertexGenerator() : PrimaryVertexGenerator() {
00014     beamSpot_ = math::XYZPoint(0.,0.,0.);
00015   }
00016   
00018   ~NoPrimaryVertexGenerator() {;}
00019   
00021   virtual void generate() {;}
00022 
00023  private:
00024 
00025 };
00026 
00027 #endif // NoPrimaryVertexGenerator_H