ATLAS Offline Software
Loading...
Searching...
No Matches
TGCHighPtBoardOut.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace LVL1TGCTrigger {
8
10 m_origin(hpt), m_bid(bidIn)
11{
12}
13
18
20{
21 int i,j;
22 for( i=0; i<NumberOfChip ; i+=1)
23 for( j=0; j<MaxNumberOfHPBData; j+=1){
24 m_hit[i][j] = false;
25 m_select[i][j] = 0;
26 }
27}
28
29} //end of namespace bracket
int m_select[NumberOfChip][MaxNumberOfHPBData]
bool m_hit[NumberOfChip][MaxNumberOfHPBData]
const int MaxNumberOfHPBData
const int NumberOfChip