#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/ModuleFactory.h"
#include "FWCore/Framework/interface/ESProducer.h"
#include "L1Trigger/TrackTrigger/interface/TTClusterAlgorithm.h"
#include "L1Trigger/TrackTrigger/interface/TTClusterAlgorithmRecord.h"
#include <memory>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | ES_TTClusterAlgorithm_official< T > |
Class to declare the algorithm to the framework. More... | |
class | TTClusterAlgorithm_official< T > |
Class for "official" algorithm to be used in TTClusterBuilder. More... | |