--- /dev/null
+/****************************************************************************
+** Meta object code from reading C++ file 'nmode.h'
+**
+** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.5)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "nmode.h"
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'nmode.h' doesn't include <QObject>."
+#elif Q_MOC_OUTPUT_REVISION != 63
+#error "This file was generated using the moc from 4.8.5. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+QT_BEGIN_MOC_NAMESPACE
+static const uint qt_meta_data_nmode[] = {
+
+ // content:
+ 6, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 10, 14, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 0, // signalCount
+
+ // slots: signature, parameters, type, tag, flags
+ 7, 6, 6, 6, 0x0a,
+ 15, 6, 6, 6, 0x0a,
+ 24, 6, 6, 6, 0x0a,
+ 38, 6, 6, 6, 0x0a,
+ 45, 6, 6, 6, 0x0a,
+ 54, 6, 6, 6, 0x0a,
+ 62, 6, 6, 6, 0x0a,
+ 73, 6, 6, 6, 0x0a,
+ 85, 6, 6, 6, 0x0a,
+ 97, 6, 6, 6, 0x0a,
+
+ 0 // eod
+};
+
+static const char qt_meta_stringdata_nmode[] = {
+ "nmode\0\0Error()\0Unpack()\0OpenBrowser()\0"
+ "Save()\0Newest()\0Close()\0clickDir()\0"
+ "clickFile()\0RunAna(int)\0NextFile(int)\0"
+};
+
+void nmode::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ Q_ASSERT(staticMetaObject.cast(_o));
+ nmode *_t = static_cast<nmode *>(_o);
+ switch (_id) {
+ case 0: _t->Error(); break;
+ case 1: _t->Unpack(); break;
+ case 2: _t->OpenBrowser(); break;
+ case 3: _t->Save(); break;
+ case 4: _t->Newest(); break;
+ case 5: _t->Close(); break;
+ case 6: _t->clickDir(); break;
+ case 7: _t->clickFile(); break;
+ case 8: _t->RunAna((*reinterpret_cast< int(*)>(_a[1]))); break;
+ case 9: _t->NextFile((*reinterpret_cast< int(*)>(_a[1]))); break;
+ default: ;
+ }
+ }
+}
+
+const QMetaObjectExtraData nmode::staticMetaObjectExtraData = {
+ 0, qt_static_metacall
+};
+
+const QMetaObject nmode::staticMetaObject = {
+ { &QMainWindow::staticMetaObject, qt_meta_stringdata_nmode,
+ qt_meta_data_nmode, &staticMetaObjectExtraData }
+};
+
+#ifdef Q_NO_DATA_RELOCATION
+const QMetaObject &nmode::getStaticMetaObject() { return staticMetaObject; }
+#endif //Q_NO_DATA_RELOCATION
+
+const QMetaObject *nmode::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
+}
+
+void *nmode::qt_metacast(const char *_clname)
+{
+ if (!_clname) return 0;
+ if (!strcmp(_clname, qt_meta_stringdata_nmode))
+ return static_cast<void*>(const_cast< nmode*>(this));
+ if (!strcmp(_clname, "Ui::MainWindow"))
+ return static_cast< Ui::MainWindow*>(const_cast< nmode*>(this));
+ return QMainWindow::qt_metacast(_clname);
+}
+
+int nmode::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QMainWindow::qt_metacall(_c, _id, _a);
+ if (_id < 0)
+ return _id;
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ if (_id < 10)
+ qt_static_metacall(this, _c, _id, _a);
+ _id -= 10;
+ }
+ return _id;
+}
+QT_END_MOC_NAMESPACE
--- /dev/null
+/********************************************************************************
+** Form generated from reading UI file 'nmode.ui'
+**
+** Created by: Qt User Interface Compiler version 4.8.5
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UI_NMODE_H
+#define UI_NMODE_H
+
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QFrame>
+#include <QtGui/QHeaderView>
+#include <QtGui/QLabel>
+#include <QtGui/QLineEdit>
+#include <QtGui/QMainWindow>
+#include <QtGui/QMenuBar>
+#include <QtGui/QPushButton>
+#include <QtGui/QRadioButton>
+#include <QtGui/QSpinBox>
+#include <QtGui/QStatusBar>
+#include <QtGui/QWidget>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_MainWindow
+{
+public:
+ QWidget *centralwidget;
+ QLineEdit *lineDir;
+ QLineEdit *lineFile;
+ QLabel *label;
+ QLabel *label_2;
+ QFrame *frame;
+ QSpinBox *spinPix;
+ QRadioButton *radioMost;
+ QRadioButton *radioExist;
+ QPushButton *pushRemove;
+ QPushButton *pushOcc2;
+ QPushButton *pushOcc3;
+ QPushButton *pushOccH3;
+ QPushButton *pushSave;
+ QPushButton *pushOpenBrowser;
+ QPushButton *pushClose;
+ QFrame *frame_4;
+ QRadioButton *radioHld;
+ QRadioButton *radioRoot;
+ QPushButton *pushFindNew;
+ QPushButton *pushFindBack;
+ QPushButton *pushFindForth;
+ QPushButton *pushUnpack;
+ QPushButton *pushEmpty1;
+ QPushButton *pushOccHT;
+ QMenuBar *menubar;
+ QStatusBar *statusbar;
+
+ void setupUi(QMainWindow *MainWindow)
+ {
+ if (MainWindow->objectName().isEmpty())
+ MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
+ MainWindow->resize(495, 296);
+ centralwidget = new QWidget(MainWindow);
+ centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
+ lineDir = new QLineEdit(centralwidget);
+ lineDir->setObjectName(QString::fromUtf8("lineDir"));
+ lineDir->setGeometry(QRect(59, 12, 391, 26));
+ lineFile = new QLineEdit(centralwidget);
+ lineFile->setObjectName(QString::fromUtf8("lineFile"));
+ lineFile->setGeometry(QRect(59, 42, 391, 26));
+ label = new QLabel(centralwidget);
+ label->setObjectName(QString::fromUtf8("label"));
+ label->setGeometry(QRect(19, 18, 41, 16));
+ label_2 = new QLabel(centralwidget);
+ label_2->setObjectName(QString::fromUtf8("label_2"));
+ label_2->setGeometry(QRect(19, 48, 41, 16));
+ frame = new QFrame(centralwidget);
+ frame->setObjectName(QString::fromUtf8("frame"));
+ frame->setGeometry(QRect(97, 148, 101, 131));
+ frame->setFrameShape(QFrame::StyledPanel);
+ frame->setFrameShadow(QFrame::Raised);
+ spinPix = new QSpinBox(frame);
+ spinPix->setObjectName(QString::fromUtf8("spinPix"));
+ spinPix->setGeometry(QRect(3, 54, 95, 26));
+ spinPix->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
+ spinPix->setMaximum(165888);
+ radioMost = new QRadioButton(frame);
+ radioMost->setObjectName(QString::fromUtf8("radioMost"));
+ radioMost->setGeometry(QRect(4, 82, 101, 21));
+ QFont font;
+ font.setPointSize(8);
+ radioMost->setFont(font);
+ radioExist = new QRadioButton(frame);
+ radioExist->setObjectName(QString::fromUtf8("radioExist"));
+ radioExist->setGeometry(QRect(4, 102, 101, 21));
+ radioExist->setFont(font);
+ pushRemove = new QPushButton(frame);
+ pushRemove->setObjectName(QString::fromUtf8("pushRemove"));
+ pushRemove->setGeometry(QRect(3, 2, 95, 51));
+ pushOcc2 = new QPushButton(centralwidget);
+ pushOcc2->setObjectName(QString::fromUtf8("pushOcc2"));
+ pushOcc2->setGeometry(QRect(200, 150, 95, 51));
+ pushOcc3 = new QPushButton(centralwidget);
+ pushOcc3->setObjectName(QString::fromUtf8("pushOcc3"));
+ pushOcc3->setGeometry(QRect(200, 210, 95, 51));
+ pushOccH3 = new QPushButton(centralwidget);
+ pushOccH3->setObjectName(QString::fromUtf8("pushOccH3"));
+ pushOccH3->setGeometry(QRect(300, 210, 95, 51));
+ pushSave = new QPushButton(centralwidget);
+ pushSave->setObjectName(QString::fromUtf8("pushSave"));
+ pushSave->setGeometry(QRect(60, 84, 95, 51));
+ pushOpenBrowser = new QPushButton(centralwidget);
+ pushOpenBrowser->setObjectName(QString::fromUtf8("pushOpenBrowser"));
+ pushOpenBrowser->setGeometry(QRect(400, 150, 95, 51));
+ pushClose = new QPushButton(centralwidget);
+ pushClose->setObjectName(QString::fromUtf8("pushClose"));
+ pushClose->setGeometry(QRect(160, 84, 95, 51));
+ frame_4 = new QFrame(centralwidget);
+ frame_4->setObjectName(QString::fromUtf8("frame_4"));
+ frame_4->setGeometry(QRect(313, 74, 135, 61));
+ frame_4->setFrameShape(QFrame::StyledPanel);
+ frame_4->setFrameShadow(QFrame::Raised);
+ radioHld = new QRadioButton(frame_4);
+ radioHld->setObjectName(QString::fromUtf8("radioHld"));
+ radioHld->setGeometry(QRect(10, 6, 51, 21));
+ radioHld->setLayoutDirection(Qt::RightToLeft);
+ radioRoot = new QRadioButton(frame_4);
+ radioRoot->setObjectName(QString::fromUtf8("radioRoot"));
+ radioRoot->setGeometry(QRect(62, 6, 51, 21));
+ pushFindNew = new QPushButton(frame_4);
+ pushFindNew->setObjectName(QString::fromUtf8("pushFindNew"));
+ pushFindNew->setGeometry(QRect(27, 26, 81, 31));
+ pushFindBack = new QPushButton(frame_4);
+ pushFindBack->setObjectName(QString::fromUtf8("pushFindBack"));
+ pushFindBack->setGeometry(QRect(3, 26, 21, 31));
+ pushFindForth = new QPushButton(frame_4);
+ pushFindForth->setObjectName(QString::fromUtf8("pushFindForth"));
+ pushFindForth->setGeometry(QRect(111, 26, 21, 31));
+ pushUnpack = new QPushButton(centralwidget);
+ pushUnpack->setObjectName(QString::fromUtf8("pushUnpack"));
+ pushUnpack->setGeometry(QRect(0, 150, 95, 51));
+ pushEmpty1 = new QPushButton(centralwidget);
+ pushEmpty1->setObjectName(QString::fromUtf8("pushEmpty1"));
+ pushEmpty1->setGeometry(QRect(400, 210, 95, 51));
+ pushOccHT = new QPushButton(centralwidget);
+ pushOccHT->setObjectName(QString::fromUtf8("pushOccHT"));
+ pushOccHT->setGeometry(QRect(300, 150, 95, 51));
+ MainWindow->setCentralWidget(centralwidget);
+ menubar = new QMenuBar(MainWindow);
+ menubar->setObjectName(QString::fromUtf8("menubar"));
+ menubar->setGeometry(QRect(0, 0, 495, 20));
+ MainWindow->setMenuBar(menubar);
+ statusbar = new QStatusBar(MainWindow);
+ statusbar->setObjectName(QString::fromUtf8("statusbar"));
+ MainWindow->setStatusBar(statusbar);
+ QWidget::setTabOrder(lineDir, lineFile);
+ QWidget::setTabOrder(lineFile, pushSave);
+ QWidget::setTabOrder(pushSave, pushClose);
+ QWidget::setTabOrder(pushClose, radioHld);
+ QWidget::setTabOrder(radioHld, radioRoot);
+ QWidget::setTabOrder(radioRoot, pushFindBack);
+ QWidget::setTabOrder(pushFindBack, pushFindNew);
+ QWidget::setTabOrder(pushFindNew, pushFindForth);
+ QWidget::setTabOrder(pushFindForth, pushUnpack);
+ QWidget::setTabOrder(pushUnpack, pushRemove);
+ QWidget::setTabOrder(pushRemove, spinPix);
+ QWidget::setTabOrder(spinPix, radioMost);
+ QWidget::setTabOrder(radioMost, radioExist);
+ QWidget::setTabOrder(radioExist, pushOcc2);
+ QWidget::setTabOrder(pushOcc2, pushOccHT);
+ QWidget::setTabOrder(pushOccHT, pushOpenBrowser);
+ QWidget::setTabOrder(pushOpenBrowser, pushOcc3);
+ QWidget::setTabOrder(pushOcc3, pushOccH3);
+ QWidget::setTabOrder(pushOccH3, pushEmpty1);
+
+ retranslateUi(MainWindow);
+
+ QMetaObject::connectSlotsByName(MainWindow);
+ } // setupUi
+
+ void retranslateUi(QMainWindow *MainWindow)
+ {
+ MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
+ label->setText(QApplication::translate("MainWindow", "DIR", 0, QApplication::UnicodeUTF8));
+ label_2->setText(QApplication::translate("MainWindow", "FILE", 0, QApplication::UnicodeUTF8));
+ radioMost->setText(QApplication::translate("MainWindow", "Most noisy", 0, QApplication::UnicodeUTF8));
+ radioExist->setText(QApplication::translate("MainWindow", "Exist. Map", 0, QApplication::UnicodeUTF8));
+ pushRemove->setText(QApplication::translate("MainWindow", "remove/map \n"
+" Noisy Pixels", 0, QApplication::UnicodeUTF8));
+ pushOcc2->setText(QApplication::translate("MainWindow", "Pixel Occ. \n"
+" 2D", 0, QApplication::UnicodeUTF8));
+ pushOcc3->setText(QApplication::translate("MainWindow", "Pixel Occ. \n"
+" 3D", 0, QApplication::UnicodeUTF8));
+ pushOccH3->setText(QApplication::translate("MainWindow", "Hit Occ. \n"
+" 3D", 0, QApplication::UnicodeUTF8));
+ pushSave->setText(QApplication::translate("MainWindow", "Save", 0, QApplication::UnicodeUTF8));
+ pushOpenBrowser->setText(QApplication::translate("MainWindow", "Open \n"
+" Browser", 0, QApplication::UnicodeUTF8));
+ pushClose->setText(QApplication::translate("MainWindow", "Close \n"
+" windows", 0, QApplication::UnicodeUTF8));
+ radioHld->setText(QApplication::translate("MainWindow", "hld", 0, QApplication::UnicodeUTF8));
+ radioRoot->setText(QApplication::translate("MainWindow", "root", 0, QApplication::UnicodeUTF8));
+ pushFindNew->setText(QApplication::translate("MainWindow", "Find Newest", 0, QApplication::UnicodeUTF8));
+ pushFindBack->setText(QApplication::translate("MainWindow", "<", 0, QApplication::UnicodeUTF8));
+ pushFindForth->setText(QApplication::translate("MainWindow", ">", 0, QApplication::UnicodeUTF8));
+ pushUnpack->setText(QApplication::translate("MainWindow", "Unpack", 0, QApplication::UnicodeUTF8));
+ pushEmpty1->setText(QApplication::translate("MainWindow", "Empty 1", 0, QApplication::UnicodeUTF8));
+ pushOccHT->setText(QApplication::translate("MainWindow", "Hit Occ. \n"
+" vs. Time", 0, QApplication::UnicodeUTF8));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class MainWindow: public Ui_MainWindow {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_NMODE_H
canv->cd(1);
histo[0]->SetLineColor(1);
- histo[0]->SetStats(false);
+// histo[0]->SetStats(false);
histo[0]->Draw();
histo[0]->SetAxisRange(0,MAXX[0]);
histo[0]->SetMaximum(MAXY[0]);
histo[1]->SetLineColor(2);
- histo[1]->SetStats(false);
+// histo[1]->SetStats(false);
histo[1]->Draw("same");
histo[2]->SetLineColor(3);
- histo[2]->SetStats(false);
+// histo[2]->SetStats(false);
histo[2]->Draw("same");
histo[3]->SetLineColor(4);
- histo[3]->SetStats(false);
+// histo[3]->SetStats(false);
histo[3]->Draw("same");
canv->cd(2);
histo[4]->SetLineColor(1);
- histo[4]->SetStats(false);
+// histo[4]->SetStats(false);
histo[4]->Draw();
histo[4]->SetAxisRange(0,MAXX[1]);
histo[4]->SetMaximum(MAXY[1]);
histo[5]->SetLineColor(2);
- histo[5]->SetStats(false);
+// histo[5]->SetStats(false);
histo[5]->Draw("same");
histo[6]->SetLineColor(3);
- histo[6]->SetStats(false);
+// histo[6]->SetStats(false);
histo[6]->Draw("same");
histo[7]->SetLineColor(4);
- histo[7]->SetStats(false);
+// histo[7]->SetStats(false);
histo[7]->Draw("same");
canv->cd(3);
histo[8]->SetLineColor(1);
- histo[8]->SetStats(false);
+// histo[8]->SetStats(false);
histo[8]->Draw();
histo[8]->SetAxisRange(0,MAXX[2]);
histo[8]->SetMaximum(MAXY[2]);
histo[9]->SetLineColor(2);
- histo[9]->SetStats(false);
+// histo[9]->SetStats(false);
histo[9]->Draw("same");
histo[10]->SetLineColor(3);
- histo[10]->SetStats(false);
+// histo[10]->SetStats(false);
histo[10]->Draw("same");
histo[11]->SetLineColor(4);
- histo[11]->SetStats(false);
+// histo[11]->SetStats(false);
histo[11]->Draw("same");
// canv->cd(4);
canv->cd(1);
histo[0]->SetLineColor(1);
- histo[0]->SetStats(false);
+// histo[0]->SetStats(false);
histo[0]->Draw();
histo[0]->SetAxisRange(0,MAXX[0]);
histo[0]->SetMaximum(MAXY[0]);
histo[1]->SetLineColor(2);
- histo[1]->SetStats(false);
+// histo[1]->SetStats(false);
histo[1]->Draw("same");
histo[2]->SetLineColor(3);
- histo[2]->SetStats(false);
+// histo[2]->SetStats(false);
histo[2]->Draw("same");
histo[3]->SetLineColor(4);
- histo[3]->SetStats(false);
+// histo[3]->SetStats(false);
histo[3]->Draw("same");
canv->cd(2);
histo[4]->SetLineColor(1);
- histo[4]->SetStats(false);
+// histo[4]->SetStats(false);
histo[4]->Draw();
histo[4]->SetAxisRange(0,MAXX[1]);
histo[4]->SetMaximum(MAXY[1]);
histo[5]->SetLineColor(2);
- histo[5]->SetStats(false);
+// histo[5]->SetStats(false);
histo[5]->Draw("same");
histo[6]->SetLineColor(3);
- histo[6]->SetStats(false);
+// histo[6]->SetStats(false);
histo[6]->Draw("same");
histo[7]->SetLineColor(4);
- histo[7]->SetStats(false);
+// histo[7]->SetStats(false);
histo[7]->Draw("same");
canv->cd(3);
histo[8]->SetLineColor(1);
- histo[8]->SetStats(false);
+// histo[8]->SetStats(false);
histo[8]->Draw();
histo[8]->SetAxisRange(0,MAXX[2]);
histo[8]->SetMaximum(MAXY[2]);
histo[9]->SetLineColor(2);
- histo[9]->SetStats(false);
+// histo[9]->SetStats(false);
histo[9]->Draw("same");
histo[10]->SetLineColor(3);
- histo[10]->SetStats(false);
+// histo[10]->SetStats(false);
histo[10]->Draw("same");
histo[11]->SetLineColor(4);
- histo[11]->SetStats(false);
+// histo[11]->SetStats(false);
histo[11]->Draw("same");
canv->cd(4);
histo2[0]->Draw("colz");
- histo2[0]->SetStats(false);
+// histo2[0]->SetStats(false);
canv->cd(5);
histo2[1]->Draw("colz");
- histo2[1]->SetStats(false);
+// histo2[1]->SetStats(false);
canv->cd(6);
histo2[2]->Draw("colz");
- histo2[2]->SetStats(false);
+// histo2[2]->SetStats(false);
canv->Update();
cout<<"\n-------------"<<endl;
else { return 0; }
}
-//####################################################################
\ No newline at end of file
+//####################################################################