ATLAS Offline Software
Loading...
Searching...
No Matches
CaloSampling.h File Reference
#include <string>
#include "CaloGeoHelpers/CaloSampling.def"
Include dependency graph for Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/tools/CaloGeoHelpers/CaloSampling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CaloSampling
 provides Calorimeter Sampling enum More...

Macros

#define CALOSAMPLING(NAME, ISBARREL, ISENDCAP)
#define CALOSAMPLING(NAME, ISBARREL, ISENDCAP)
#define CALOSAMPLING(NAME, ISBARREL, ISENDCAP)

Macro Definition Documentation

◆ CALOSAMPLING [1/3]

#define CALOSAMPLING ( NAME,
ISBARREL,
ISENDCAP )

◆ CALOSAMPLING [2/3]

#define CALOSAMPLING ( NAME,
ISBARREL,
ISENDCAP )
Value:
(((unsigned)ISBARREL)<<NAME) |

Definition at line 23 of file Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/tools/CaloGeoHelpers/CaloSampling.h.

◆ CALOSAMPLING [3/3]

#define CALOSAMPLING ( NAME,
ISBARREL,
ISENDCAP )
Value:
(((unsigned)ISENDCAP)<<NAME) |

Definition at line 23 of file Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/tools/CaloGeoHelpers/CaloSampling.h.