$Date: November 2006 $Revision:
- Author
- P. Bargassa - Rice U. $Date: April 2016
$Revision:
-
G. Karapostoli - ULB
Definition at line 52 of file HLTInfo.h.
Analyze the Data
Definition at line 84 of file HLTInfo.cc.
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) {
150 std::cout <<
"%HLTInfo -- Number of HLT Triggers: " << ntrigs << std::endl;
156 std::cout <<
"%HLTInfo -- No Trigger Result" << std::endl;
188 if (iErrorCode == 0) {
190 std::cout <<
"%Prescale set index: " << pfSetIndexAlgorithmTrigger << std::endl;
192 std::cout <<
"%Could not extract Prescale set index from event record. Error code: " << iErrorCode << std::endl;
199 std::cout <<
"%L1Results -- No trigger name given in TriggerResults of the input " << std::endl;
207 for (
auto const& keyval :
menu->getAlgorithmMap()) {
209 unsigned int index = keyval.second.getIndex();
216 TString l1trigName = static_cast<const char*>(
algoBitToName[itrig]);
219 HltTree->Branch(l1trigName,
l1flag + itrig, l1trigName +
"/I");
220 HltTree->Branch(l1trigName +
"_Prescl",
l1Prescl + itrig, l1trigName +
"_Prescl/I");
230 for (
unsigned int itrig = 0; itrig <
result.maxPhysicsTriggers; ++itrig) {
233 bool myflag =
result.getAlgoDecisionFinal(itrig);
250 std::cout <<
"%L1Info -- Done with routine" << std::endl;
255 std::cout <<
"%L1Results -- No Trigger Result" << std::endl;
References _Debug, accept(), algoBitToName, L1GtUtils::AlgorithmTrigger, EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, gather_cfg::cout, dummyBranches_, edm::EventSetup::get(), get, HltEvtCnt, hltPrescaleProvider_, HLTBitAnalyser_cfi::hltresults, iEvent, L1EvtCnt, l1flag, l1Prescl, HLTBitAnalyser_cfi::l1results, optionsL1T::menu, L1GtUtils::prescaleFactor(), L1GtUtils::prescaleFactorSetIndex(), mps_fire::result, AlCaHLTBitMon_QueryRunRegistry::string, trigflag, L1TEGammaOffline_cfi::triggerNames, EgHLTOffTrigSelection_cfi::trigName, and trigPrescl.
Referenced by HLTBitAnalyzer::analyze().
Definition at line 47 of file HLTInfo.cc.
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];
References _Debug, algoBitToName, dummyBranches_, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNames(), edm::ParameterSet::getUntrackedParameter(), HltEvtCnt, hltpeta, hltppt, L1EvtCnt, l1flag, l1flag5Bx, l1Prescl, l1techflag, l1techPrescl, processName_, AlCaHLTBitMon_QueryRunRegistry::string, techBitToName, trigflag, and trigPrescl.
Referenced by HLTBitAnalyzer::HLTBitAnalyzer().