|
||||
File indexing completed on 2024-04-06 12:01:09
0001 /** \class ConcreteEcalCandidateProducer 0002 * 0003 * Framework module that produces a collection 0004 * of candidates with a Ecal compoment 0005 * 0006 * \author Luca Lista, INFN 0007 * 0008 * \version $Revision: 1.1 $ 0009 * 0010 * $Id: ConcreteEcalCandidateProducer.cc,v 1.1 2009/03/04 13:11:29 llista Exp $ 0011 * 0012 */ 0013 0014 #include "CommonTools/RecoAlgos/src/SuperClusterToCandidate.h" 0015 #include "FWCore/Framework/interface/MakerMacros.h" 0016 0017 typedef CandidateProducer<reco::SuperClusterCollection, reco::RecoEcalCandidateCollection> ConcreteEcalCandidateProducer; 0018 0019 DEFINE_FWK_MODULE(ConcreteEcalCandidateProducer);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |