36 std::cout <<
"Initalizing HLTConfigProvider" << std::endl;
53 for (
auto& parameterName : parameterNames) {
54 if (parameterName ==
"Debug")
55 _Debug = myHltParams.getParameter<
bool>(parameterName);
61 const int kMaxTrigFlag = 10000;
66 const int kMaxL1Flag = 10000;
67 l1flag =
new int[kMaxL1Flag];
75 const int kMaxHLTPart = 10000;
76 hltppt =
new float[kMaxHLTPart];
77 hltpeta =
new float[kMaxHLTPart];
95 std::cout <<
"%HLTInfo -- No trigger name given in TriggerResults of the input " << std::endl;
102 for (
int itrig = 0; itrig != ntrigs; ++itrig) {
110 TString
trigName(dummyBranche.data());
111 bool addThisBranch =
true;
112 for (
int itrig = 0; itrig != ntrigs; ++itrig) {
115 addThisBranch =
false;
135 for (
int itrig = 0; itrig != ntrigs; ++itrig) {
149 std::cout <<
"%HLTInfo -- Number of HLT Triggers: " << ntrigs << std::endl;
155 std::cout <<
"%HLTInfo -- No Trigger Result" << std::endl;
187 if (iErrorCode == 0) {
189 std::cout <<
"%Prescale set index: " << pfSetIndexAlgorithmTrigger << std::endl;
191 std::cout <<
"%Could not extract Prescale set index from event record. Error code: " << iErrorCode << std::endl;
198 std::cout <<
"%L1Results -- No trigger name given in TriggerResults of the input " << std::endl;
206 for (
auto const& keyval :
menu->getAlgorithmMap()) {
208 unsigned int index = keyval.second.getIndex();
215 TString l1trigName =
static_cast<const char*
>(
algoBitToName[itrig]);
218 HltTree->Branch(l1trigName,
l1flag + itrig, l1trigName +
"/I");
219 HltTree->Branch(l1trigName +
"_Prescl",
l1Prescl + itrig, l1trigName +
"_Prescl/I");
229 for (
unsigned int itrig = 0; itrig <
result.maxPhysicsTriggers; ++itrig) {
232 bool myflag =
result.getAlgoDecisionFinal(itrig);
249 std::cout <<
"%L1Info -- Done with routine" << std::endl;
254 std::cout <<
"%L1Results -- No Trigger Result" << std::endl;
const int prescaleFactorSetIndex(const edm::Event &iEvent, const TriggerCategory &trigCategory, int &errorCode) const
void analyze(const edm::Handle< edm::TriggerResults > &hltresults, const edm::Handle< GlobalAlgBlkBxCollection > &l1results, edm::EventSetup const &eventSetup, edm::Event const &iEvent, TTree *tree)
std::vector< std::string > dummyBranches_
T getParameter(std::string const &) const
edm::ESGetToken< L1TUtmTriggerMenu, L1TUtmTriggerMenuRcd > l1tUtmTriggerMenuToken_
void setup(const edm::ParameterSet &pSet, TTree *tree)
const int prescaleFactor(const edm::Event &iEvent, const std::string &nameAlgoTechTrig, int &errorCode) const
return prescale factor for a given algorithm or technical trigger
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
T getUntrackedParameter(std::string const &, T const &) const
void beginRun(const edm::Run &, const edm::EventSetup &)
std::vector< std::string > getParameterNames() const
std::unique_ptr< HLTPrescaleProvider > hltPrescaleProvider_