ATLAS Offline Software
TGCBIDOut.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "TrigT1TGC/TGCBIDOut.h"
6 
7 namespace LVL1TGCTrigger {
8 
10  {
11  }
12 
13 
14  TGCBIDOut::TGCBIDOut(const TGCASDOut* ASDOut):TGCASDOut(*ASDOut),m_bid(0)
15  {
16  }
17 
18 
19 
20 } //end of namespace bracket
LVL1TGCTrigger::TGCASDOut
Definition: TGCASDOut.h:12
TGCBIDOut.h
LVL1TGCTrigger
Definition: LVL1TGCTrigger.cxx:47
LVL1TGCTrigger::TGCBIDOut::TGCBIDOut
TGCBIDOut()
Definition: TGCBIDOut.cxx:9