#include "DQM/L1TMonitor/interface/L1TCompare.h"
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctCollections.h"
#include "DataFormats/L1CaloTrigger/interface/L1CaloCollections.h"
#include "DataFormats/L1CaloTrigger/interface/L1CaloRegionDetId.h"
#include "DataFormats/L1Trigger/interface/L1EmParticleFwd.h"
#include "DataFormats/L1Trigger/interface/L1JetParticleFwd.h"
#include "DataFormats/L1Trigger/interface/L1EtMissParticleFwd.h"
#include "DataFormats/EcalDigi/interface/EcalDigiCollections.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include <algorithm>
Go to the source code of this file.
Variables | |
const unsigned int | ETABINS = 22 |
const float | ETAMAX = 21.5 |
const float | ETAMIN = -0.5 |
const unsigned int | PHIBINS = 18 |
const float | PHIMAX = 17.5 |
const float | PHIMIN = -0.5 |
const unsigned int | R10BINS = 1024 |
const float | R10MAX = 1023.5 |
const float | R10MIN = -0.5 |
const unsigned int | R12BINS = 4096 |
const float | R12MAX = 4095.5 |
const float | R12MIN = -0.5 |
const unsigned int | R6BINS = 64 |
const float | R6MAX = 63.5 |
const float | R6MIN = -0.5 |
const unsigned int | TPETABINS = 65 |
const float | TPETAMAX = 32.5 |
const float | TPETAMIN = -32.5 |
const unsigned int | TPPHIBINS = 72 |
const float | TPPHIMAX = 72.5 |
const float | TPPHIMIN = 0.5 |
const unsigned int ETABINS = 22 |
Definition at line 104 of file L1TCompare.cc.
const float ETAMAX = 21.5 |
Definition at line 106 of file L1TCompare.cc.
const float ETAMIN = -0.5 |
Definition at line 105 of file L1TCompare.cc.
const unsigned int PHIBINS = 18 |
Definition at line 87 of file L1TCompare.cc.
const float PHIMAX = 17.5 |
Definition at line 89 of file L1TCompare.cc.
const float PHIMIN = -0.5 |
Definition at line 88 of file L1TCompare.cc.
const unsigned int R10BINS = 1024 |
Definition at line 95 of file L1TCompare.cc.
Referenced by L1TRCT::beginJob().
const float R10MAX = 1023.5 |
Definition at line 97 of file L1TCompare.cc.
Referenced by L1TRCT::beginJob().
const float R10MIN = -0.5 |
Definition at line 96 of file L1TCompare.cc.
Referenced by L1TRCT::beginJob().
const unsigned int R12BINS = 4096 |
Definition at line 98 of file L1TCompare.cc.
Referenced by L1TGCT::beginJob().
const float R12MAX = 4095.5 |
Definition at line 100 of file L1TCompare.cc.
Referenced by L1TGCT::beginJob().
const float R12MIN = -0.5 |
Definition at line 99 of file L1TCompare.cc.
Referenced by L1TGCT::beginJob().
const unsigned int R6BINS = 64 |
Definition at line 92 of file L1TCompare.cc.
Referenced by L1TGCT::beginJob(), L1TCompare::beginJob(), and L1TRCT::beginJob().
const float R6MAX = 63.5 |
Definition at line 94 of file L1TCompare.cc.
Referenced by L1TGCT::beginJob(), L1TCompare::beginJob(), and L1TRCT::beginJob().
const float R6MIN = -0.5 |
Definition at line 93 of file L1TCompare.cc.
Referenced by L1TGCT::beginJob(), L1TCompare::beginJob(), and L1TRCT::beginJob().
const unsigned int TPETABINS = 65 |
Definition at line 113 of file L1TCompare.cc.
Referenced by L1THcalClient::beginJob(), L1TECALTPG::beginJob(), and L1TCompare::beginJob().
const float TPETAMAX = 32.5 |
Definition at line 115 of file L1TCompare.cc.
Referenced by L1THcalClient::beginJob(), L1TECALTPG::beginJob(), and L1TCompare::beginJob().
const float TPETAMIN = -32.5 |
Definition at line 114 of file L1TCompare.cc.
Referenced by L1THcalClient::beginJob(), L1TECALTPG::beginJob(), and L1TCompare::beginJob().
const unsigned int TPPHIBINS = 72 |
Definition at line 109 of file L1TCompare.cc.
Referenced by L1THcalClient::beginJob(), L1TECALTPG::beginJob(), and L1TCompare::beginJob().
const float TPPHIMAX = 72.5 |
Definition at line 111 of file L1TCompare.cc.
Referenced by L1THcalClient::beginJob(), L1TECALTPG::beginJob(), and L1TCompare::beginJob().
const float TPPHIMIN = 0.5 |
Definition at line 110 of file L1TCompare.cc.
Referenced by L1THcalClient::beginJob(), L1TECALTPG::beginJob(), and L1TCompare::beginJob().