#include "EdbRun.h"
#include "TIndexCell.h"
#include "EdbCell2.h"
#include "EdbLayer.h"
#include "TVector2.h"
#include "TH2D.h"
Go to the source code of this file.
◆ make_bit
#define make_bit |
( |
|
_i_ | ) |
(1 << _i_) |
//////////////////////////////////////////////////////////////////////// // EdbViewMap // // views positions correction using alignment data // // ////////////////////////////////////////////////////////////////////////
◆ test_bit()
bool test_bit |
( |
int |
bit_, |
|
|
int |
flags_ |
|
) |
| |
|
inline |
23{
24 return (flags_ & bit_) != 0;
25};
◆ test_ith_bit()
bool test_ith_bit |
( |
int |
i_, |
|
|
int |
flags_ |
|
) |
| |
|
inline |
27{
29};
#define make_bit(_i_)
Definition: EdbViewMap.h:20
bool test_bit(int bit_, int flags_)
Definition: EdbViewMap.h:22