#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "DQMServices/Core/interface/DQMEDAnalyzer.h"
#include "DataFormats/DTDigi/interface/DTLocalTriggerCollection.h"
#include "DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h"
#include "Geometry/Records/interface/MuonGeometryRecord.h"
#include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambPhContainer.h"
#include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambThContainer.h"
#include <vector>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | DTLocalTriggerSynchTask |
Typedefs | |
typedef std::array< std::array < std::array< int, 13 >, 5 >, 6 > | DTArr3int |
typedef std::array< std::array < std::array< std::array< int, 3 >, 13 >, 5 >, 6 > | DTArr4int |
typedef std::array<std::array<std::array<int, 13>, 5>, 6> DTArr3int |
Definition at line 45 of file DTLocalTriggerSynchTask.h.
typedef std::array<std::array<std::array<std::array<int, 3>, 13>, 5>, 6> DTArr4int |
Definition at line 48 of file DTLocalTriggerSynchTask.h.