CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/SimCalorimetry/CaloSimAlgos/interface/CaloVNoiseHitGenerator.h

Go to the documentation of this file.
00001 #ifndef CaloSimAlgos_CaloVNoiseHitGenerator_h
00002 #define CaloSimAlgos_CaloVNoiseHitGenerator_h
00003 
00004 #include "SimDataFormats/CaloHit/interface/PCaloHit.h"
00005 #include<vector>
00006 
00007 class CaloVNoiseHitGenerator
00008 {
00009 public:
00010   virtual void getNoiseHits(std::vector<PCaloHit> & noiseHits) = 0;
00011 };
00012 
00013 #endif
00014