ATLAS Offline Software
SUBCALO.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 # python equivalent of the subcalo enum in
4 # Calorimeter/CaloIdentifier/CaloIdentifier/CaloCell_ID.h
5 # to use it in a python script:
6 # from CaloIdentifier import SUBCALO
7 # print SUBCALO.LAREM to use it
8 LAREM=0
9 LARHEC=1
10 LARFCAL=2
11 TILE=3
12 LARMINIFCAL = 4
13 NSUBCALO=5
14 NOT_VALID=999999