Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:55:58

0001 //   COCOA class implementation file

0002 // Id:  CocoaSolidShape.cc

0003 // CAT: Model

0004 //

0005 //   History: v1.0

0006 //   Pedro Arce

0007 #include <fstream>
0008 #include <map>
0009 
0010 #include "Alignment/CocoaDDLObjects/interface/CocoaSolidShape.h"
0011 
0012 CocoaSolidShape::CocoaSolidShape(ALIstring type) { theType = type; }