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.7 by grimes, Tue Jun 18 10:18:23 2013 UTC vs.
Revision 1.8 by grimes, Mon Jun 24 14:47:38 2013 UTC

# Line 4 | Line 4
4   #include "l1menu/ITrigger.h"
5   #include "l1menu/TriggerMenu.h"
6   #include "l1menu/TriggerRatePlot.h"
7 < #include "l1menu/tools.h"
7 > #include "l1menu/tools/tools.h"
8   #include "l1menu/ReducedMenuSample.h"
9   #include "l1menu/IReducedEvent.h"
10   #include <TH1F.h>
# Line 20 | Line 20 | l1menu::MenuRatePlots::MenuRatePlots( co
20          {
21                  std::unique_ptr<l1menu::ITrigger> pTrigger=triggerMenu.getTriggerCopy(triggerNumber);
22                  // Figure out the parameter names of all the possible thresholds.
23 <                const std::vector<std::string> thresholdNames= l1menu::getThresholdNames(*pTrigger);
23 >                const std::vector<std::string> thresholdNames=l1menu::tools::getThresholdNames(*pTrigger);
24  
25                  // When a threshold is tested, I want all the other thresholds to be zero. I'll run through
26                  // and zero all of them now.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines