CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Alignment/LaserAlignment/interface/LASGlobalLoop.h

Go to the documentation of this file.
00001 
00002 #ifndef __LASGLOBALLOOP_H
00003 #define __LASGLOBALLOOP_H
00004 
00005 #include <iostream>
00006 
00024 class LASGlobalLoop {
00025 
00026  public:
00027   LASGlobalLoop();
00028   bool TECLoop( int&, int&, int&, int& ) const;
00029   bool TIBTOBLoop( int&, int&, int& ) const;
00030   bool TEC2TECLoop( int&, int&, int& ) const;
00031 
00032 };
00033 
00034 #endif