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> |
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. |