94 isoEmToken_ = consumes<l1extra::L1EmParticleCollection>(
96 tauJetToken_ = consumes<l1extra::L1JetParticleCollection>(
100 cenJetToken_ = consumes<l1extra::L1JetParticleCollection>(
102 fwdJetToken_ = consumes<l1extra::L1JetParticleCollection>(
104 muonToken_ = consumes<l1extra::L1MuonParticleCollection>(
106 metToken_ = consumes<l1extra::L1EtMissParticleCollection>(
108 mhtToken_ = consumes<l1extra::L1EtMissParticleCollection>(
120 tree_->Branch(
"L1Extra",
"L1Analysis::L1AnalysisL1ExtraDataFormat", &
l1ExtraData, 32000, 3);
162 edm::LogWarning(
"MissingProduct") <<
"L1Extra Iso Em not found. Branch will not be filled" << std::endl;
168 edm::LogWarning(
"MissingProduct") <<
"L1Extra Non Iso Em not found. Branch will not be filled" << std::endl;
174 edm::LogWarning(
"MissingProduct") <<
"L1Extra Central Jets not found. Branch will not be filled" << std::endl;
180 edm::LogWarning(
"MissingProduct") <<
"L1Extra Tau Jets not found. Branch will not be filled" << std::endl;
186 edm::LogWarning(
"MissingProduct") <<
"L1Extra Iso Tau Jets not found. Branch will not be filled" << std::endl;
192 edm::LogWarning(
"MissingProduct") <<
"L1Extra Forward Jets not found. Branch will not be filled" << std::endl;
195 if (
muon.isValid()) {
198 edm::LogWarning(
"MissingProduct") <<
"L1Extra Muons not found. Branch will not be filled" << std::endl;
201 if (
mets.isValid()) {
204 edm::LogWarning(
"MissingProduct") <<
"L1Extra MET not found. Branch will not be filled" << std::endl;
210 edm::LogWarning(
"MissingProduct") <<
"L1Extra MHT not found. Branch will not be filled" << std::endl;
216 edm::LogWarning(
"MissingProduct") <<
"L1Extra HF Rings not found. Branch will not be filled" << std::endl;