ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoConfig
Root
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
8
#include "
L1TopoConfig/LayoutConstraints.h
"
9
10
11
// Maximum number of components that require parameters
12
const
unsigned
int
TCS::LayoutConstraints::g_maxComponents
= 100;
13
14
// Max number of TOBs to be received by L1Topo
15
const
unsigned
int
TCS::LayoutConstraints::g_maxJets
= 48;
16
const
unsigned
int
TCS::LayoutConstraints::g_maxClusters
= 80;
17
18
// Max number of TOBs to be analysed by inclusive algorithms:
19
const
unsigned
int
TCS::LayoutConstraints::g_maxInclJets
= 8;
20
const
unsigned
int
TCS::LayoutConstraints::g_maxInclClusters
= 8;
21
22
// Maximum number of parameters per algorithm
23
const
unsigned
int
TCS::LayoutConstraints::g_maxParams
= 20;
TCS::LayoutConstraints::g_maxComponents
static const unsigned int g_maxComponents
Definition:
LayoutConstraints.h:30
TCS::LayoutConstraints::g_maxInclClusters
static const unsigned int g_maxInclClusters
Definition:
LayoutConstraints.h:38
TCS::LayoutConstraints::g_maxJets
static const unsigned int g_maxJets
Definition:
LayoutConstraints.h:33
TCS::LayoutConstraints::g_maxClusters
static const unsigned int g_maxClusters
Definition:
LayoutConstraints.h:34
LayoutConstraints.h
TCS::LayoutConstraints::g_maxParams
static const unsigned int g_maxParams
Definition:
LayoutConstraints.h:41
TCS::LayoutConstraints::g_maxInclJets
static const unsigned int g_maxInclJets
Definition:
LayoutConstraints.h:37
Generated on Fri Jan 10 2025 21:13:35 for ATLAS Offline Software by
1.8.18