31 using namespace hippodraw;
48 BinnerAxis * x = binner_factory -> create (
"BinnerLinear" );
49 BinnerAxis * y = binner_factory -> create (
"BinnerLinear" );
68 m_value_range( projector.m_value_range )
96 bool have_weight =
false;
107 for (
unsigned int i = 0; i <
size; i++ )
111 double x =
m_ntuple -> valueAt ( i, ix );
112 double y =
m_ntuple -> valueAt ( i, iy );
113 double z =
m_ntuple -> valueAt ( i, iz );
142 namespace dp = hippodraw::DataPoint3DTuple;
163 return Range ( values );
195 }
else if ( axis ==
Axes::Y ) {
201 if( model->
isLog() ) {
202 if ( range.
low() < 0.0 )
return;
251 if ( ( axis ==
"X" || axis ==
"Y" ) ==
false )
return;
263 if( new_offset == 0.0 )
return;
303 const Range & range,
bool const_width )
316 = dynamic_cast <
const DataSource * > ( object );
318 if ( datasource != 0 ) {
331 = dynamic_cast <
const DataSource * > ( object );
333 if ( datasource != 0 ) {