ATLAS Offline Software
Loading...
Searching...
No Matches
VP1TriggerDecisionChannel.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
6// //
7// Header file for class VP1TriggerDecisionChannel //
8// Weiyi Zhang <wyizhang@cern.ch> //
9// June 18 2007 //
10//
11// Major updates:
12// - 2022/03, Riccardo Maria BIANCHI <riccardo.maria.bianchi@cern.ch>
13//
15
16#ifndef VP1TRIGDECCHANNEL_H
17#define VP1TRIGDECCHANNEL_H
18
20#include <memory>
21
22class QTableWidget;
24
26{
27 Q_OBJECT
28
29public:
32 void init();
33
34 Type type() const { return NUMBERS; };
35 void create();
38
39protected Q_SLOTS:
40void entriesChanged(const QStringList& entry_key,const QStringList& entry_type);
41 void cellActivated( int row, int column );
42
43private:
44 QTableWidget * m_tableWidget;
45 void clearAll();
46 std::unique_ptr<VP1TriggerDecisionSystem> m_trigdecsystem;
47};
48
49#endif
IVP1ChannelWidget(const QString &name, const QString &information, const QString &contact_info)
std::unique_ptr< VP1TriggerDecisionSystem > m_trigdecsystem
void cellActivated(int row, int column)
void entriesChanged(const QStringList &entry_key, const QStringList &entry_type)