collection of simple utilities to deal with histograms
More...
collection of simple utilities to deal with histograms
- Author
- Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
- Date
- 2007-09-17
helper function to book 1D-histogram
- Parameters
-
| svc | pointer to Histogram Service |
| path | full path in Histogram Data Store |
| hist | histogram desctription |
Definition at line 132 of file HistoDef.cpp.
{
if ( 0 == svc ) { return 0 ; }
hist.title() , hist.bins() , hist.lowEdge() , hist.lowEdge() ) ;
}
helper function to book 1D-histogram
- Parameters
-
| svc | pointer to Histogram Service |
| dir | directory path in Histogram Data Store |
| id | historgam identifier |
| hist | histogram desctription |
Definition at line 151 of file HistoDef.cpp.
{
if ( 0 == svc ) { return 0 ; }
( dir , id ,
hist.title() , hist.bins() , hist.lowEdge() , hist.lowEdge() ) ;
}
helper function to book 1D-histogram
- Parameters
-
| svc | pointer to Histogram Service |
| dir | directory path in Histogram Data Store |
| id | historgam identifier |
| hist | histogram desctription |
Definition at line 171 of file HistoDef.cpp.
{
if ( 0 == svc ) { return 0 ; }
( dir , id ,
hist.title() , hist.bins() , hist.lowEdge() , hist.lowEdge() ) ;
}