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