CMS 3D CMS Logo

Classes | Typedefs
DTLocalTriggerTask.h File Reference
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "DataFormats/Common/interface/Handle.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/DQMOneEDAnalyzer.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 "Geometry/Records/interface/MuonGeometryRecord.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 Documentation

◆ DTArr3int

typedef std::array<std::array<std::array<int, 13>, 5>, 6> DTArr3int

Definition at line 42 of file DTLocalTriggerTask.h.

◆ DTArr3LocalTrigger

typedef std::array<std::array<std::array<const DTLocalTrigger*, 15>, 5>, 6> DTArr3LocalTrigger

Definition at line 47 of file DTLocalTriggerTask.h.

◆ DTArr3mapInt

typedef std::array<std::array<std::array<int, 2>, 13>, 6> DTArr3mapInt

Definition at line 48 of file DTLocalTriggerTask.h.

◆ DTArr3PhDigi

typedef std::array<std::array<std::array<const L1MuDTChambPhDigi*, 15>, 5>, 6> DTArr3PhDigi

Definition at line 45 of file DTLocalTriggerTask.h.

◆ DTArr3ThDigi

typedef std::array<std::array<std::array<const L1MuDTChambThDigi*, 15>, 5>, 6> DTArr3ThDigi

Definition at line 46 of file DTLocalTriggerTask.h.