ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1TGC
TrigT1TGC
TGCBIDOut.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TGCBIDOut_hh
6
#define TGCBIDOut_hh
7
8
#include "
TrigT1TGC/TGCASDOut.h
"
9
10
namespace
LVL1TGCTrigger
{
11
12
class
TGCBIDOut
:
public
TGCASDOut
{
13
14
public
:
15
TGCBIDOut
();
16
TGCBIDOut
(
const
TGCASDOut
* ASDOut);
17
18
virtual
~TGCBIDOut
() =
default
;
19
20
void
setBid
(
int
bidIn){
m_bid
=bidIn;};
21
int
getBid
()
const
{
return
m_bid
;};
22
23
private
:
24
int
m_bid
;
25
};
26
27
28
}
//end of namespace bracket
29
30
#endif
TGCASDOut.h
LVL1TGCTrigger::TGCASDOut::TGCASDOut
TGCASDOut()=default
LVL1TGCTrigger::TGCBIDOut::m_bid
int m_bid
Definition
TGCBIDOut.h:24
LVL1TGCTrigger::TGCBIDOut::TGCBIDOut
TGCBIDOut()
Definition
TGCBIDOut.cxx:9
LVL1TGCTrigger::TGCBIDOut::setBid
void setBid(int bidIn)
Definition
TGCBIDOut.h:20
LVL1TGCTrigger::TGCBIDOut::~TGCBIDOut
virtual ~TGCBIDOut()=default
LVL1TGCTrigger::TGCBIDOut::getBid
int getBid() const
Definition
TGCBIDOut.h:21
LVL1TGCTrigger
Definition
LVL1TGCTrigger.cxx:47
Generated on
for ATLAS Offline Software by
1.14.0