#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ModuleFactory.h"
#include "FWCore/Framework/interface/ESProducer.h"
#include "L1Trigger/TrackTrigger/interface/TTStubAlgorithm.h"
#include "L1Trigger/TrackTrigger/interface/TTStubAlgorithmRecord.h"
#include "DataFormats/GeometryCommonDetAlgo/interface/MeasurementPoint.h"
#include "Geometry/CommonTopologies/interface/Topology.h"
#include "Geometry/CommonDetUnit/interface/PixelGeomDetUnit.h"
#include "Geometry/CommonTopologies/interface/PixelTopology.h"
#include <memory>
#include <string>
#include <map>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | ES_TTStubAlgorithm_official< T > |
Class to declare the algorithm to the framework. More... | |
class | TTStubAlgorithm_official< T > |
Class for "official" algorithm to be used in TTStubBuilder. More... | |