Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "FWCore/Framework/interface/Event.h"
0002 
0003 #include "BMTFCollections.h"
0004 
0005 namespace l1t {
0006   namespace stage2 {
0007     BMTFCollections::~BMTFCollections() {
0008       event_.put(std::move(outputMuons_), "BMTF");
0009       event_.put(std::move(outputMuons2_), "BMTF2");
0010       //event_.put(std::move(inputMuonsPh_),"PhiDigis");
0011       //event_.put(std::move(inputMuonsTh_),"TheDigis");
0012       event_.put(std::move(inputMuonsPh_));
0013       event_.put(std::move(inputMuonsTh_));
0014     }
0015   }  // namespace stage2
0016 }  // namespace l1t