CMS 3D CMS Logo

/afs/cern.ch/work/c/cnuttens/private/SiStripDev/DocumentationProduction/CMSSW_6_1_0/src/Documentation/CodingRules/Template.h

Go to the documentation of this file.
00001 #ifndef Template_H
00002 #define Template_H
00003 
00012 class Template {
00013  public:
00015   Template();
00016 
00018   virtual ~Template();
00019 
00020  protected:
00021 
00022  private:
00023 
00024 };
00025 #endif // Template_H