|
| THaCrateMap (const char *db="cratemap") |
|
virtual | ~THaCrateMap ()=default |
|
bool | isFastBus (UInt_t crate) const |
|
bool | isVme (UInt_t crate) const |
|
bool | isCamac (UInt_t crate) const |
|
bool | isScalerCrate (UInt_t crate) const |
|
bool | isBankStructure (UInt_t crate) const |
|
UInt_t | getNslot (UInt_t crate) const |
|
UInt_t | getMinSlot (UInt_t crate) const |
|
UInt_t | getMaxSlot (UInt_t crate) const |
|
Int_t | getModel (UInt_t crate, UInt_t slot) const |
|
UInt_t | getHeader (UInt_t crate, UInt_t slot) const |
|
UInt_t | getMask (UInt_t crate, UInt_t slot) const |
|
Int_t | getBank (UInt_t crate, UInt_t slot) const |
|
UInt_t | getScalerCrate (UInt_t word) const |
|
const char * | getScalerLoc (UInt_t crate) const |
|
const char * | getConfigStr (UInt_t crate, UInt_t slot) const |
|
UInt_t | getNchan (UInt_t crate, UInt_t slot) const |
|
UInt_t | getNdata (UInt_t crate, UInt_t slot) const |
|
bool | crateUsed (UInt_t crate) const |
|
bool | slotUsed (UInt_t crate, UInt_t slot) const |
|
bool | slotClear (UInt_t crate, UInt_t slot) const |
|
void | setUnused (UInt_t crate, UInt_t slot) |
|
int | init (const std::string &the_map) |
|
int | init (ULong64_t time=0) |
|
int | init (FILE *fi, const char *fname) |
|
void | print (std::ostream &os=std::cout) const |
|
const std::vector< UInt_t > & | GetUsedCrates () const |
|
const std::vector< UInt_t > & | GetUsedSlots (UInt_t crate) const |
|
const char * | GetName () const |
|