Public Member Functions | |
ElectronicsAddress (int _crate, int _slot, int _fiber, int _asic, int _asicChannel) | |
Public Attributes | |
int | crate |
int | slot |
int | fiber |
int | asic |
int | asicChannel |
Definition at line 39 of file NoiseAdder_module.cc.
|
inline |
Definition at line 41 of file NoiseAdder_module.cc.
int NoiseAdder::ElectronicsAddress::asic |
Definition at line 47 of file NoiseAdder_module.cc.
int NoiseAdder::ElectronicsAddress::asicChannel |
Definition at line 48 of file NoiseAdder_module.cc.
int NoiseAdder::ElectronicsAddress::crate |
Definition at line 44 of file NoiseAdder_module.cc.
int NoiseAdder::ElectronicsAddress::fiber |
Definition at line 46 of file NoiseAdder_module.cc.
int NoiseAdder::ElectronicsAddress::slot |
Definition at line 45 of file NoiseAdder_module.cc.