32 const std::string& title )
46 Gaudi::Histo1DDef::Histo1DDef
47 (
const std::string& title ,
68 <<
"," << bins () <<
")" ;
76 this == &right ?
false :
77 title () < right.title () ?
true :
78 title () > right.title () ?
false :
79 lowEdge () < right.lowEdge () ?
true :
80 lowEdge () > right.lowEdge () ?
false :
81 highEdge () < right.highEdge () ?
true :
82 highEdge () > right.highEdge () ?
false : bins () < right.bins () ;
90 #pragma warning(disable:1572)
94 return (
this == &right ) ||
95 ( title () == right.title () &&
96 lowEdge () == right.lowEdge () &&
97 highEdge () == right.highEdge () &&
98 bins () == right.bins () );
108 {
return !( *
this == right ) ; }
114 std::ostream&
operator<<( std::ostream& o ,
const Gaudi::Histo1DDef& histo )
115 {
return histo.fillStream ( o ) ; }
133 const std::string&
path ,
134 const Gaudi::Histo1DDef& hist )
136 if ( 0 == svc ) {
return 0 ; }
139 hist.title() , hist.bins() , hist.lowEdge() , hist.lowEdge() ) ;
152 const std::string& dir ,
153 const std::string&
id ,
154 const Gaudi::Histo1DDef& hist )
156 if ( 0 == svc ) {
return 0 ; }
159 hist.title() , hist.bins() , hist.lowEdge() , hist.lowEdge() ) ;
172 const std::string& dir ,
174 const Gaudi::Histo1DDef& hist )
176 if ( 0 == svc ) {
return 0 ; }
179 hist.title() , hist.bins() , hist.lowEdge() , hist.lowEdge() ) ;