#include <EdbID.h>
◆ EdbID() [1/3]
EdbID::EdbID |
( |
Int_t |
b = 0 , |
|
|
Int_t |
p = 0 , |
|
|
Int_t |
ma = 0 , |
|
|
Int_t |
mi = 0 |
|
) |
| |
|
inline |
bool Set(const char *id_string)
Definition: EdbID.cxx:19
p
Definition: testBGReduction_AllMethods.C:8
◆ EdbID() [2/3]
EdbID::EdbID |
( |
const char * |
id_string | ) |
|
◆ EdbID() [3/3]
EdbID::EdbID |
( |
Int_t |
id[] | ) |
|
|
inline |
◆ ~EdbID()
virtual EdbID::~EdbID |
( |
| ) |
|
|
inlinevirtual |
◆ AsString()
char * EdbID::AsString |
( |
| ) |
const |
27{
28 char *str = new char[32];
30 return str;
31}
Int_t eBrick
Definition: EdbID.h:10
Int_t eMinor
Definition: EdbID.h:13
Int_t ePlate
Definition: EdbID.h:11
Int_t eMajor
Definition: EdbID.h:12
◆ Get()
void EdbID::Get |
( |
Int_t |
id[] | ) |
|
|
inline |
◆ GetPlate()
Int_t EdbID::GetPlate |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator==()
bool EdbID::operator== |
( |
const EdbID & |
id | ) |
|
|
inline |
◆ Print()
◆ Set() [1/3]
bool EdbID::Set |
( |
const char * |
id_string | ) |
|
20{
21 if(!id_string) return false;
23 return true;
24}
◆ Set() [2/3]
void EdbID::Set |
( |
Int_t |
b = 0 , |
|
|
Int_t |
p = 0 , |
|
|
Int_t |
ma = 0 , |
|
|
Int_t |
mi = 0 |
|
) |
| |
|
inline |
◆ Set() [3/3]
void EdbID::Set |
( |
Int_t |
id[] | ) |
|
|
inline |
◆ eBrick
◆ eMajor
◆ eMinor
◆ ePlate
The documentation for this class was generated from the following files:
- /home/antonio/fedra_doxygen/src/libEbase/EdbID.h
- /home/antonio/fedra_doxygen/src/libEbase/EdbID.cxx