Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:47

0001 #include "FWCore/Framework/interface/Event.h"
0002 
0003 #include "CaloCollections.h"
0004 
0005 namespace l1t {
0006   namespace stage1 {
0007     CaloCollections::~CaloCollections() {
0008       event_.put(std::move(towers_));
0009       event_.put(std::move(egammas_));
0010       event_.put(std::move(etsums_));
0011       event_.put(std::move(jets_));
0012       event_.put(std::move(taus_), "rlxTaus");
0013       event_.put(std::move(isotaus_), "isoTaus");
0014       event_.put(std::move(calospareHFBitCounts_), "HFBitCounts");
0015       event_.put(std::move(calospareHFRingSums_), "HFRingSums");
0016       event_.put(std::move(caloEmCands_));
0017       event_.put(std::move(caloRegions_));
0018     }
0019   }  // namespace stage1
0020 }  // namespace l1t