ATLAS Offline Software
Loading...
Searching...
No Matches
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
8LAREM=0
9LARHEC=1
10LARFCAL=2
11TILE=3
12LARMINIFCAL = 4
13NSUBCALO=5
14NOT_VALID=999999