00001 #ifndef FASTSHOWER_HALOSAMPLES_H 00002 #define FASTSHOWER_HALOSAMPLES_H 00003 #include <iostream> 00004 namespace FastShower{ 00005 class HaloSamples{ 00006 public: 00007 HaloSamples(){cout<<"HaloSampels: Not implemented"<<endl;} 00008 }; 00009 } 00010 #endif