#include <string>
#include "CaloGeoHelpers/CaloSampling.def"
Go to the source code of this file.
|
#define | CALOSAMPLING(NAME, ISBARREL, ISENDCAP) NAME, |
|
#define | CALOSAMPLING(NAME, ISBARREL, ISENDCAP) (((unsigned)ISBARREL)<<NAME) | |
|
#define | CALOSAMPLING(NAME, ISBARREL, ISENDCAP) (((unsigned)ISENDCAP)<<NAME) | |
|
◆ CALOSAMPLING [1/3]
#define CALOSAMPLING |
( |
|
NAME, |
|
|
|
ISBARREL, |
|
|
|
ISENDCAP |
|
) |
| NAME, |
◆ CALOSAMPLING [2/3]
#define CALOSAMPLING |
( |
|
NAME, |
|
|
|
ISBARREL, |
|
|
|
ISENDCAP |
|
) |
| (((unsigned)ISBARREL)<<NAME) | |
◆ CALOSAMPLING [3/3]
#define CALOSAMPLING |
( |
|
NAME, |
|
|
|
ISBARREL, |
|
|
|
ISENDCAP |
|
) |
| (((unsigned)ISENDCAP)<<NAME) | |