102 int ntrigs = hltresults->
size();
103 if (ntrigs==0){
std::cout <<
"%HLTInfo -- No trigger name given in TriggerResults of the input " << std::endl;}
109 for (
int itrig = 0; itrig != ntrigs; ++itrig) {
110 TString trigName = triggerNames.
triggerName(itrig);
111 HltTree->Branch(trigName,
trigflag+itrig,trigName+
"/I");
112 HltTree->Branch(trigName+
"_Prescl",
trigPrescl+itrig,trigName+
"_Prescl/I");
117 TString trigName(dummyBranche.data());
118 bool addThisBranch =
true;
119 for (
int itrig = 0; itrig != ntrigs; ++itrig) {
120 TString realTrigName = triggerNames.
triggerName(itrig);
121 if(trigName == realTrigName) addThisBranch =
false;
124 HltTree->Branch(trigName,
trigflag+itdum,trigName+
"/I");
125 HltTree->Branch(trigName+
"_Prescl",
trigPrescl+itdum,trigName+
"_Prescl/I");
141 for (
int itrig = 0; itrig != ntrigs; ++itrig){
154 if (
_Debug)
std::cout <<
"%HLTInfo -- Number of HLT Triggers: " << ntrigs << std::endl;
155 std::cout <<
"%HLTInfo -- HLTTrigger(" << itrig <<
"): " << trigName <<
" = " << accept << std::endl;
159 else {
if (
_Debug)
std::cout <<
"%HLTInfo -- No Trigger Result" << std::endl;}
192 iEvent, trigCategory, iErrorCode);
193 if (iErrorCode == 0) {
194 if (
_Debug)
std::cout <<
"%Prescale set index: " << pfSetIndexAlgorithmTrigger << std::endl;
196 std::cout <<
"%Could not extract Prescale set index from event record. Error code: " << iErrorCode << std::endl;
202 int ntrigs = l1results->
size();
203 if (ntrigs==0){
std::cout <<
"%L1Results -- No trigger name given in TriggerResults of the input " << std::endl;}
212 std::string const & trigName = keyval.second.getName();
213 unsigned int index = keyval.second.getIndex();
214 if (
_Debug)
std::cerr <<
"bit: " << index <<
"\tname: " << trigName << std::endl;
219 TString l1trigName =
static_cast<const char *
>(
algoBitToName[itrig]);
222 HltTree->Branch(l1trigName,
l1flag+itrig,l1trigName+
"/I");
223 HltTree->Branch(l1trigName+
"_Prescl",
l1Prescl+itrig,l1trigName+
"_Prescl/I");
237 if (myflag ) {
l1flag[itrig] = 1; }
238 else {
l1flag[itrig] =0 ; }
254 else {
if (
_Debug)
std::cout <<
"%L1Results -- No Trigger Result" << std::endl;}
std::vector< std::string > dummyBranches_
unsigned size(int bx) const
std::vector< bool > const & getAlgoDecisionFinal() const
const int prescaleFactorSetIndex(const edm::Event &iEvent, const TriggerCategory &trigCategory, int &errorCode) const
bool accept() const
Has at least one path accepted the event?
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
unsigned int size() const
Get number of paths stored.
static unsigned int maxPhysicsTriggers
std::string const & triggerName(unsigned int index) const
std::unique_ptr< HLTPrescaleProvider > hltPrescaleProvider_
const T & at(int bx, unsigned i) const
const int prescaleFactor(const edm::Event &iEvent, const std::string &nameAlgoTechTrig, int &errorCode) const
return prescale factor for a given algorithm or technical trigger