39 int ievt =
iEvent.id().event();
40 int irun =
iEvent.id().run();
41 int ils =
iEvent.luminosityBlock();
46 int trigger_type = -1;
48 trigger_type =
iEvent.experimentType();
52 iEvent.getByLabel(hlTriggerResults_, HLTR);
55 std::cout <<
" HLTInspect Error - Could not access Results with name " << hlTriggerResults_ << std::endl;
63 std::cout <<
"HLTInspect: Run " << irun <<
" Ev " << ievt <<
" LB " << ils <<
" BX " <<
bx <<
" Type " 64 << trigger_type <<
" Acc: ";
65 const unsigned int n(hlNames_.size());
66 for (
unsigned int i = 0;
i !=
n; ++
i) {
bool accept() const
Has at least one path accepted the event?
T getParameter(std::string const &) const
void analyze(const edm::Event &e, const edm::EventSetup &c) override
#define DEFINE_FWK_MODULE(type)
HLTInspect(const edm::ParameterSet &)