CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/Validation/Geometry/src/MaterialBudgetFormat.cc

Go to the documentation of this file.
00001 #include "Validation/Geometry/interface/MaterialBudgetFormat.h"
00002 #include "Validation/Geometry/interface/MaterialBudgetData.h"
00003 
00004 MaterialBudgetFormat::MaterialBudgetFormat( MaterialBudgetData* data ): 
00005  theData(data)
00006 {
00007 }
00008