#include <memory>
#include <string>
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/L1GlobalMuonTrigger/interface/L1MuRegionalCand.h"
#include "DataFormats/L1GlobalMuonTrigger/interface/L1MuGMTReadoutCollection.h"
#include "FWCore/Utilities/interface/InputTag.h"
Go to the source code of this file.
Classes | |
class | L1PromptAnalysis |
Variables | |
const int | MAXCSC = 12 |
const int | MAXDTBX = 12 |
const int | MAXDTPH = 50 |
const int | MAXDTTH = 50 |
const int | MAXDTTR = 50 |
const int | MAXGEN = 20 |
const int | MAXGMT = 12 |
const int | MAXGT = 12 |
const int | MAXRCTREG = 400 |
const int | MAXRPC = 12 |
const int MAXCSC = 12 |
Definition at line 53 of file L1PromptAnalysis.h.
const int MAXDTBX = 12 |
Definition at line 52 of file L1PromptAnalysis.h.
const int MAXDTPH = 50 |
Definition at line 57 of file L1PromptAnalysis.h.
const int MAXDTTH = 50 |
Definition at line 58 of file L1PromptAnalysis.h.
const int MAXDTTR = 50 |
Definition at line 59 of file L1PromptAnalysis.h.
const int MAXGEN = 20 |
Definition at line 50 of file L1PromptAnalysis.h.
Referenced by DTTrigTest::analyze().
const int MAXGMT = 12 |
Definition at line 54 of file L1PromptAnalysis.h.
const int MAXGT = 12 |
Definition at line 55 of file L1PromptAnalysis.h.
const int MAXRCTREG = 400 |
Definition at line 56 of file L1PromptAnalysis.h.
const int MAXRPC = 12 |
Definition at line 51 of file L1PromptAnalysis.h.