ATLAS Offline Software
Loading...
Searching...
No Matches
TGCTriggerLUTReader.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TGCTRIGGERLUTREADER_H
6#define TGCTRIGGERLUTREADER_H
7
10
11
13
14 public:
15 TGCTriggerLUTReader(int lutType);
17
18 virtual bool readLUT(TGCTriggerLUTs* ) = 0;
20 const CondAttrListCollection* ) = 0;
21
22 protected:
23 int m_lutType{0};
24};
25
26
27
28#endif
This class is a collection of AttributeLists where each one is associated with a channel number.
~TGCTriggerLUTReader()=default
virtual bool readLUT(TGCTriggerLUTs *)=0
virtual bool loadParameters(TGCTriggerLUTs *, const CondAttrListCollection *)=0