CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Alignment/CocoaDDLObjects/src/CocoaSolidShape.cc

Go to the documentation of this file.
00001 //   COCOA class implementation file
00002 //Id:  CocoaSolidShape.cc
00003 //CAT: Model
00004 //
00005 //   History: v1.0 
00006 //   Pedro Arce
00007 #include <map>
00008 #include <fstream>
00009 
00010 #include "Alignment/CocoaDDLObjects/interface/CocoaSolidShape.h"
00011 
00012 
00013 CocoaSolidShape::CocoaSolidShape( ALIstring type )
00014 { 
00015 
00016   theType = type;
00017 }