ATLAS Offline Software
Loading...
Searching...
No Matches
constants Namespace Reference

Variables

str CALOCORR_SW = 'CaloSwClusterCorrections'
str CALOCORR_EMTOPO = 'EMTopoClusterCorrections'
list sw_valid_keys
list topoem_valid_keys = ['ele633', 'gam633', 'ele420']
int CALOCORR_EMB1 = 0
int CALOCORR_EMB2 = 1
int CALOCORR_EME1 = 2
int CALOCORR_EME2 = 3
int CALOCORR_COMBINED2 = 4
int CALOCORR_CLUSTER = 5
str CALOCORR_JO = 'jo'
str CALOCORR_POOL = 'pool'
str CALOCORR_COOL = 'cool'
str CALOCORR_NOPOOL = 'nopool'
str CALOCORR_TOPOOL = 'topool'
str CALOCORR_DEFAULT_KEY = 'ele55'
int EMB1 = 1
int EMB2 = 2
int EME1 = 5
int EME2 = 6
dict sampnames

Variable Documentation

◆ CALOCORR_CLUSTER

int constants.CALOCORR_CLUSTER = 5

◆ CALOCORR_COMBINED2

int constants.CALOCORR_COMBINED2 = 4

◆ CALOCORR_COOL

str constants.CALOCORR_COOL = 'cool'

◆ CALOCORR_DEFAULT_KEY

str constants.CALOCORR_DEFAULT_KEY = 'ele55'

◆ CALOCORR_EMB1

int constants.CALOCORR_EMB1 = 0

◆ CALOCORR_EMB2

int constants.CALOCORR_EMB2 = 1

◆ CALOCORR_EME1

int constants.CALOCORR_EME1 = 2

◆ CALOCORR_EME2

int constants.CALOCORR_EME2 = 3

◆ CALOCORR_EMTOPO

str constants.CALOCORR_EMTOPO = 'EMTopoClusterCorrections'

◆ CALOCORR_JO

str constants.CALOCORR_JO = 'jo'

◆ CALOCORR_NOPOOL

str constants.CALOCORR_NOPOOL = 'nopool'

◆ CALOCORR_POOL

str constants.CALOCORR_POOL = 'pool'

◆ CALOCORR_SW

str constants.CALOCORR_SW = 'CaloSwClusterCorrections'

◆ CALOCORR_TOPOOL

str constants.CALOCORR_TOPOOL = 'topool'

◆ EMB1

int constants.EMB1 = 1

◆ EMB2

int constants.EMB2 = 2

◆ EME1

int constants.EME1 = 5

◆ EME2

int constants.EME2 = 6

◆ sampnames

dict constants.sampnames
Initial value:
1= { EMB1 : 'b1',
2 EMB2 : 'b2',
3 EME1 : 'e1',
4 EME2 : 'e2',
5 None : '',
6 }

Definition at line 58 of file Calorimeter/CaloClusterCorrection/python/constants.py.

◆ sw_valid_keys

list constants.sw_valid_keys
Initial value:
1= ['ele55', 'ele35', 'ele37',
2 'gam55', 'gam35', 'gam37']

Definition at line 21 of file Calorimeter/CaloClusterCorrection/python/constants.py.

◆ topoem_valid_keys

list constants.topoem_valid_keys = ['ele633', 'gam633', 'ele420']