#include "L1Trigger/L1TCalorimeter/plugins/L1TPhysicalEtAdder.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CondFormats/L1TObjects/interface/L1CaloEtScale.h"
#include "CondFormats/DataRecord/interface/L1JetEtScaleRcd.h"
#include "CondFormats/DataRecord/interface/L1HtMissScaleRcd.h"
#include "CondFormats/DataRecord/interface/L1EmEtScaleRcd.h"
#include "DataFormats/L1CaloTrigger/interface/L1CaloEmCand.h"
#include "DataFormats/L1CaloTrigger/interface/L1CaloRegion.h"
#include "DataFormats/L1CaloTrigger/interface/L1CaloCollections.h"
#include "DataFormats/L1Trigger/interface/BXVector.h"
#include "DataFormats/L1Trigger/interface/EtSum.h"
#include "DataFormats/L1TCalorimeter/interface/CaloEmCand.h"
#include "DataFormats/L1TCalorimeter/interface/CaloRegion.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include <vector>
#include <stdio.h>
Go to the source code of this file.
Functions | |
double | getPhysicalEta (int etaIndex, bool forward=false) |
double | getPhysicalPhi (int phiIndex) |
int | getRegionEta (int gtEta, bool forward) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < L1TPhysicalEtAdder > > | s_filler__LINE__ ("L1TPhysicalEtAdder") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < L1TPhysicalEtAdder > > | s_maker__LINE__ ("L1TPhysicalEtAdder") |
double getPhysicalEta | ( | int | etaIndex, |
bool | forward = false |
||
) |
Definition at line 365 of file L1TPhysicalEtAdder.cc.
References getRegionEta().
Referenced by L1TPhysicalEtAdder::produce().
double getPhysicalPhi | ( | int | phiIndex | ) |
Definition at line 391 of file L1TPhysicalEtAdder.cc.
References M_PI.
Referenced by L1TPhysicalEtAdder::produce().
int getRegionEta | ( | int | gtEta, |
bool | forward | ||
) |
Definition at line 339 of file L1TPhysicalEtAdder.cc.
References l1t::gtEta().
Referenced by getPhysicalEta().
|
static |
|
static |