CMS 3D CMS Logo

VisHcalSubdetector.h

Go to the documentation of this file.
00001 #ifndef VIS_HCAL_VIS_HCAL_SUBDETECTOR_H
00002 # define VIS_HCAL_VIS_HCAL_SUBDETECTOR_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "DataFormats/HcalDetId/interface/HcalSubdetector.h"
00007 # include <string>
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00013 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00014 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00015 
00016 class VisHcalSubdetector
00017 {
00018 public:
00019     static int subDet           (const std::string &key);
00020     static int otherSubDet      (const std::string &key);
00021 
00022     static const std::string subDetName         (HcalSubdetector key);
00023     static const std::string otherSubDetName    (HcalOtherSubdetector key);
00024 
00025     // implicit copy constructor
00026     // implicit assignment operator
00027     // implicit destructor
00028 };
00029 
00030 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00031 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00032 
00033 #endif // VIS_HCAL_VIS_HCAL_SUBDETECTOR_H

Generated on Tue Jun 9 17:50:17 2009 for CMSSW by  doxygen 1.5.4