#ifndef MYLAYER_H
#define MYLAYER_H

#include "Visualisation/CustomTracker/interface/TkLayerSelection.h"
#include "Visualisation/CustomTracker/interface/TkSceneUpdate.h"

class TkLayerSelectionWindow: public QWidget
{
	Q_OBJECT
public:
    TkLayerSelectionWindow( TkSceneUpdate *par=0, QWidget *parent=0, const char *name=0, const int nly = 0);
    ~TkLayerSelectionWindow();
    TkLayerSelection *layers;
    TkSceneUpdate *lym;
};
#endif 
