CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/SimG4CMS/HcalTestBeam/interface/HcalTB02NumberingScheme.h

Go to the documentation of this file.
00001 #ifndef HcalTestBeam_HcalTB02NumberingScheme_H
00002 #define HcalTestBeam_HcalTB02NumberingScheme_H
00003 // -*- C++ -*-
00004 //
00005 // Package:     HcalTestBeam
00006 // Class  :     HcalTB02NumberingScheme
00007 //
00014 //
00015 // Original Author:  
00016 //         Created:  Fri May 20 10:14:34 CEST 2006
00017 // $Id: HcalTB02NumberingScheme.h,v 1.1 2006/05/23 10:53:29 sunanda Exp $
00018 //
00019   
00020 // system include files
00021  
00022 // user include files
00023 #include "G4Step.hh"
00024 
00025 class HcalTB02NumberingScheme {
00026 
00027 public:
00028   HcalTB02NumberingScheme() {};
00029   virtual ~HcalTB02NumberingScheme() {};
00030   virtual int getUnitID(const G4Step* aStep) const = 0;
00031 
00032 };
00033 
00034 #endif