#include <BDDevices.h>
Static Public Member Functions | |
| std::vector< std::string > | SwicDevices () |
| std::vector< std::string > | ProfileMonitors () |
| std::vector< std::string > | BpmPositions () |
| std::vector< std::string > | BpmIntensities () |
| std::vector< std::string > | Toroids () |
| std::vector< std::string > | HadMuMonitors () |
Created on: Fri Apr 15 09:55:39 2005
Definition at line 30 of file BDDevices.h.
|
|
Definition at line 139 of file BDDevices.cxx. References array2vector(), and bpm_intensities. Referenced by BDSwicPeds::IsPedSpill(). 00140 {
00141 return array2vector(bpm_intensities);
00142 }
|
|
|
Definition at line 135 of file BDDevices.cxx. References array2vector(), and bpm_positions. 00136 {
00137 return array2vector(bpm_positions);
00138 }
|
|
|
Definition at line 147 of file BDDevices.cxx. References array2vector(), and had_mu_monitors. Referenced by TestCalibModule::Ana(), and BeamMonDbuModule::Process(). 00148 {
00149 return array2vector(had_mu_monitors);
00150 }
|
|
|
Definition at line 131 of file BDDevices.cxx. References array2vector(), and profile_monitors. Referenced by is_profile_monitor(). 00132 {
00133 return array2vector(profile_monitors);
00134 }
|
|
|
Definition at line 127 of file BDDevices.cxx. References array2vector(), and swic_devices. Referenced by PedStudy::Book(), BDEarliest::CalculateEarliest(), BDSwicPeds::Clear(), BDSwicPeds::IsPedSpill(), and PlotAllPedsImp::PlotAllPedsImp(). 00128 {
00129 return array2vector(swic_devices);
00130 }
|
|
|
Definition at line 143 of file BDDevices.cxx. References array2vector(), and toroids. 00144 {
00145 return array2vector(toroids);
00146 }
|
1.3.9.1