CMS 3D CMS Logo

LASGlobalLoop.h
Go to the documentation of this file.
1 
2 #ifndef __LASGLOBALLOOP_H
3 #define __LASGLOBALLOOP_H
4 
5 #include <iostream>
6 
25 public:
26  LASGlobalLoop();
27  bool TECLoop(int&, int&, int&, int&) const;
28  bool TIBTOBLoop(int&, int&, int&) const;
29  bool TEC2TECLoop(int&, int&, int&) const;
30 };
31 
32 #endif
bool TEC2TECLoop(int &, int &, int &) const
bool TECLoop(int &, int &, int &, int &) const
bool TIBTOBLoop(int &, int &, int &) const