CMS 3D CMS Logo

LASGeometryUpdater.h

Go to the documentation of this file.
00001 
00002 #ifndef __LASGEOMETRYUPDATER_H
00003 #define __LASGEOMETRYUPDATER_H
00004 
00005 #include <vector>
00006 
00007 #include "Alignment/TrackerAlignment/interface/AlignableTracker.h"
00008 #include "Alignment/LaserAlignment/src/LASEndcapAlignmentParameterSet.h"
00009 #include "Alignment/LaserAlignment/src/LASBarrelAlignmentParameterSet.h"
00010 
00011 class LASGeometryUpdater {
00012   
00013  public:
00014   LASGeometryUpdater();
00015   void Update( LASEndcapAlignmentParameterSet&, LASBarrelAlignmentParameterSet&, AlignableTracker& );
00016 
00017  private:
00018   
00019 
00020 
00021 };
00022 
00023 #endif

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