55 cout <<
"INFO: dumping EGamma BX collection:\n";
59 for (
int ibx = eg->getFirstBX(); ibx <= eg->getLastBX(); ++ibx) {
62 for (
auto it = eg->begin(ibx); it != eg->end(ibx); it++) {
65 cout <<
"bx: " << ibx <<
" et: " << it->et() <<
" eta: " << it->eta() <<
" phi: " << it->phi() <<
"\n";
69 edm::LogWarning(
"MissingProduct") <<
"L1Upgrade e-gamma bx collection not found." << std::endl;
72 cout <<
"INFO: dumping Tau BX collection:\n";
76 for (
int ibx = tau->getFirstBX(); ibx <= tau->getLastBX(); ++ibx) {
79 for (
auto it = tau->begin(ibx); it != tau->end(ibx); it++) {
82 cout <<
"bx: " << ibx <<
" et: " << it->et() <<
" eta: " << it->eta() <<
" phi: " << it->phi() <<
"\n";
86 edm::LogWarning(
"MissingProduct") <<
"L1Upgrade tau bx collection not found." << std::endl;
89 cout <<
"INFO: dumping Jet BX collection:\n";
93 for (
int ibx = jet->getFirstBX(); ibx <= jet->getLastBX(); ++ibx) {
96 for (
auto it = jet->begin(ibx); it != jet->end(ibx); it++) {
99 cout <<
"bx: " << ibx <<
" et: " << it->et() <<
" eta: " << it->eta() <<
" phi: " << it->phi() <<
"\n";
103 edm::LogWarning(
"MissingProduct") <<
"L1Upgrade jet bx collection not found." << std::endl;
106 cout <<
"INFO: dumping EtSum BX collection:\n";
118 edm::LogWarning(
"MissingProduct") <<
"L1Upgrade sum bx collection not found." << std::endl;
121 cout <<
"INFO: dumping Muon BX collection:\n";
125 for (
int ibx = muon->getFirstBX(); ibx <= muon->getLastBX(); ++ibx) {
128 for (
auto it = muon->begin(ibx); it != muon->end(ibx); it++) {
131 cout <<
"bx: " << ibx <<
" et: " << it->et() <<
" eta: " << it->eta() <<
" phi: " << it->phi() <<
"\n";
135 edm::LogWarning(
"MissingProduct") <<
"L1Upgrade muon bx collection not found." << std::endl;
edm::EDGetTokenT< l1t::EtSumBxCollection > sumToken_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
double MissingEtPhi() const
#define DEFINE_FWK_MODULE(type)
void analyze(edm::Event const &, edm::EventSetup const &) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void addDefault(ParameterSetDescription const &psetDescription)
L1TBasicDemo(const edm::ParameterSet &)
edm::EDGetTokenT< l1t::TauBxCollection > tauToken_
edm::EDGetTokenT< l1t::MuonBxCollection > muonToken_
edm::EDGetTokenT< l1t::JetBxCollection > jetToken_
edm::EDGetTokenT< l1t::EGammaBxCollection > egToken_
T getParameter(std::string const &) const
double MissingHtPhi() const
Log< level::Warning, false > LogWarning