ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/grimes/L1Menu/src/MenuRatePlots.cpp
(Generate patch)

Comparing UserCode/grimes/L1Menu/src/MenuRatePlots.cpp (file contents):
Revision 1.4 by grimes, Tue Jun 4 08:17:37 2013 UTC vs.
Revision 1.5 by grimes, Tue Jun 4 10:21:10 2013 UTC

# Line 40 | Line 40 | l1menu::MenuRatePlots::MenuRatePlots( co
40                                  numberOfBins=triggerTable.getSuggestedNumberOfBins( pTrigger->name(), *iThresholdName );
41                                  lowerEdge=triggerTable.getSuggestedLowerEdge( pTrigger->name(), *iThresholdName );
42                                  upperEdge=triggerTable.getSuggestedUpperEdge( pTrigger->name(), *iThresholdName );
43 +                                upperEdge*=5; // I'm getting incomplete ReducedSamples, I think because there is the odd overflow event.
44                          }
45                          catch( std::exception& error) { /* Do nothing. If no binning suggestions have been set for this trigger use the defaults I set above. */ }
46  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines