CMS 3D CMS Logo

CSCIdentifier.h

Go to the documentation of this file.
00001 #ifndef CSCIdentifier_h
00002 #define CSCIdentifier_h
00003 
00004 #include <vector>
00005 
00006 class CSCIdentifier{
00007  public:
00008   CSCIdentifier();
00009   ~CSCIdentifier();
00010   
00011  struct Item{
00012    int CSCid;
00013  };
00014 
00015   std::vector<Item> identifier;
00016 };
00017 
00018 #endif
00019 

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