ATLAS Offline Software
Loading...
Searching...
No Matches
LayoutConstraints.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4// LayoutConstraints.cxx
5// TopoCore
6// Created by Joerg Stelzer on 11/18/12.
7
9
10
11// Maximum number of components that require parameters
12const unsigned int TCS::LayoutConstraints::g_maxComponents = 100;
13
14// Max number of TOBs to be received by L1Topo
15const unsigned int TCS::LayoutConstraints::g_maxJets = 48;
16const unsigned int TCS::LayoutConstraints::g_maxClusters = 80;
17
18// Max number of TOBs to be analysed by inclusive algorithms:
19const unsigned int TCS::LayoutConstraints::g_maxInclJets = 8;
21
22// Maximum number of parameters per algorithm
23const unsigned int TCS::LayoutConstraints::g_maxParams = 20;
static const unsigned int g_maxInclClusters
static const unsigned int g_maxJets
static const unsigned int g_maxParams
static const unsigned int g_maxInclJets
static const unsigned int g_maxComponents
static const unsigned int g_maxClusters