#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 "FWCore/Utilities/interface/InputTag.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include <DQMServices/Core/interface/DQMEDAnalyzer.h>
#include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambPhContainer.h"
#include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambThContainer.h"
#include "DataFormats/LTCDigi/interface/LTCDigi.h"
#include "DataFormats/DTDigi/interface/DTLocalTriggerCollection.h"
#include "DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h"
#include <vector>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | DTLocalTriggerTask |
Typedefs | |
typedef std::array< std::array< std::array< int, 13 >, 5 >,6 > | DTArr3int |
typedef std::array< std::array< std::array< const DTLocalTrigger *, 15 >, 5 >,6 > | DTArr3LocalTrigger |
typedef std::array< std::array< std::array< int, 2 >, 13 >,6 > | DTArr3mapInt |
typedef std::array< std::array< std::array< const L1MuDTChambPhDigi *, 15 >, 5 >,6 > | DTArr3PhDigi |
typedef std::array< std::array< std::array< const L1MuDTChambThDigi *, 15 >, 5 >,6 > | DTArr3ThDigi |
typedef std::array<std::array<std::array<int,13>, 5 > ,6> DTArr3int |
Definition at line 45 of file DTLocalTriggerTask.h.
typedef std::array<std::array<std::array<const DTLocalTrigger*,15>, 5 > ,6> DTArr3LocalTrigger |
Definition at line 50 of file DTLocalTriggerTask.h.
typedef std::array<std::array<std::array<int,2>, 13 > ,6> DTArr3mapInt |
Definition at line 51 of file DTLocalTriggerTask.h.
typedef std::array<std::array<std::array<const L1MuDTChambPhDigi*,15>, 5 > ,6> DTArr3PhDigi |
Definition at line 48 of file DTLocalTriggerTask.h.
typedef std::array<std::array<std::array<const L1MuDTChambThDigi*,15>, 5 > ,6> DTArr3ThDigi |
Definition at line 49 of file DTLocalTriggerTask.h.