40 int ievt =
iEvent.id().event();
41 int irun =
iEvent.id().run();
42 int ils =
iEvent.luminosityBlock();
47 int trigger_type = -1;
49 trigger_type =
iEvent.experimentType();
53 iEvent.getByLabel(hlTriggerResults_, HLTR);
56 std::cout <<
" HLTInspect Error - Could not access Results with name " << hlTriggerResults_ << std::endl;
64 std::cout <<
"HLTInspect: Run " << irun <<
" Ev " << ievt <<
" LB " << ils <<
" BX " <<
bx <<
" Type " 65 << trigger_type <<
" Acc: ";
66 const unsigned int n(hlNames_.size());
67 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
#define DEFINE_FWK_MODULE(type)
void analyze(const edm::Event &e, const edm::EventSetup &c) override
HLTInspect(const edm::ParameterSet &)