Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-09 02:22:10

0001 #include "PhysicsTools/NanoAOD/interface/SimpleFlatTableProducer.h"
0002 
0003 #include "DataFormats/L1TCalorimeter/interface/CaloTower.h"
0004 typedef BXVectorSimpleFlatTableProducer<l1t::CaloTower> SimpleTriggerL1CaloTowerFlatTableProducer;
0005 
0006 #include "DataFormats/L1TCalorimeter/interface/CaloCluster.h"
0007 typedef BXVectorSimpleFlatTableProducer<l1t::CaloCluster> SimpleTriggerL1CaloClusterFlatTableProducer;
0008 
0009 #include "FWCore/Framework/interface/MakerMacros.h"
0010 DEFINE_FWK_MODULE(SimpleTriggerL1CaloTowerFlatTableProducer);
0011 DEFINE_FWK_MODULE(SimpleTriggerL1CaloClusterFlatTableProducer);