- Timestamp:
 - 02/27/13 12:31:47 (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  fact/tools/rootmacros/PulseTemplates/Sample.C (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
fact/tools/rootmacros/PulseTemplates/Sample.C
r14962 r14963 215 215 216 216 //Loop over bins to fill entries vektor 217 for (int i= 0;i<nbins;i++)218 { 219 //value = inputHisto->GetBinLowEdge(i);217 for (int i=1;i<nbins;i++) 218 { 219 //value = inputHisto->GetBinLowEdge(i); 220 220 value = inputHisto->GetBinCenter(i); 221 221 quantity = inputHisto->GetBinContent(i);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  