Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-07-15 22:06:31

0001 #include "PhysicsTools/NanoAOD/interface/SimpleFlatTableProducer.h"
0002 
0003 #include "DataFormats/HGCalReco/interface/TICLCandidate.h"
0004 typedef SimpleCollectionFlatTableProducer<TICLCandidate> TICLCandidateTableProducer;
0005 
0006 #include "FWCore/Framework/interface/MakerMacros.h"
0007 DEFINE_FWK_MODULE(TICLCandidateTableProducer);