FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FactGui::handleFadStartRun
(
const
DimData
&
d
)
inline
private
Definition at line
774
of file
FactGui.h
.
References
DimData::ptr()
.
Referenced by
infoHandler()
.
775
{
776
if
(!
CheckSize
(d, 16))
777
return
;
778
779
const
int64_t *runs = d.
ptr
<int64_t>();
780
781
fFadRunNoCur->setValue(runs[0]);
782
fFadRunNoNext->setValue(runs[1]);
783
fFadRunNoCur->setEnabled(runs[0]>=0);
784
//fMcpStopRun->setEnabled(runs[0]>=0);
785
786
}
FactGui::CheckSize
bool CheckSize(const DimData &d, size_t sz, bool print=true) const
Definition:
FactGui.h:639
DimData::ptr
const T * ptr(uint32_t offset=0) const
Definition:
DimData.h:32
Here is the call graph for this function:
Here is the caller graph for this function:
FactGui
Generated on Sun Sep 18 2016 20:50:51 for FACT++ by
1.8.11