ATLAS Offline Software
Loading...
Searching...
No Matches
TGCInnerSB.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TrigT1TGC_TGCInnerSB_h
6#define TrigT1TGC_TGCInnerSB_h
7
9
10namespace LVL1TGCTrigger {
11
13{
14 public:
15 TGCInnerSB();
16 virtual ~TGCInnerSB(){};
17
18 protected:
19 virtual void doCoincidence();
20 virtual void createSlaveBoardOut();
21};
22
23
24} // end of namespace
25
26#endif
virtual void createSlaveBoardOut()
virtual void doCoincidence()