ATLAS Offline Software
Loading...
Searching...
No Matches
CaloLocalHadDefs.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CALOCONDITIONS_CALOLOCALHADDEFS_H
6#define CALOCONDITIONS_CALOLOCALHADDEFS_H
7
15
16
20 AREA_STD = 0, // Standard area, lookup table
21 AREA_DMFIT = 101, // dead material area corrected with polynom fit
22 AREA_DMLOOKUP = 102, // dead material area corrected with lookup table approach
23 AREA_DMSMPW = 103 // dead material area corrected with new calo sampling weights
24 };
25
28 BIN_WEIGHT = 0, // weight stored in one lookup table bin
29 BIN_ENTRIES = 1, // number of entries in one lookup table bin
30 BIN_ERROR = 2, // error stored in one lookup table bin
31 BIN_P0 = 0, // polynomial coefficients in p0+p1*x+p2*x*x
32 BIN_P1 = 1, // polynomial coefficients in p0+p1*x+p2*x*x
33 BIN_P2 = 2 // polynomial coefficients in p0+p1*x+p2*x*x
34 };
35
38 DIM_LOG = 1<<0, // logarithmic scale
39 DIM_WRAP = 1<<1, // phi-like dimension
40 DIM_EQUI = 1<<2 // equidistant binning
41 };
42
46 // classification
53 // weighting
59 // out-of-cluster
65 // dead material
72 // unknown
74 };
75
76};
77
78
79#endif
LocalHadCoeffType
enums to identify different types of correction coefficients
LocalHadAreaType
enums to identify different area types corrected with different approaches
LocalHadDimensionType
enums to identify user dimensions types
LocalHadDimensionId
enums to identify user dimensions id number DIMC_* - classification, DIMW_*-weighting,...