#include <SimplePhoton.h>
|
int | getElClass () const |
|
double | getEta () const |
|
double | getNewEnergy () const |
|
double | getNewEnergyError () const |
|
float | getR9 () const |
|
double | getRegEnergy () const |
|
double | getRegEnergyError () const |
|
int | getRunNumber () const |
|
double | getScale () const |
|
double | getSCEnergy () const |
|
double | getSCEnergyError () const |
|
double | getSmearing () const |
|
bool | isEB () const |
|
bool | isMC () const |
|
void | setNewEnergy (double newEnergy) |
|
void | setNewEnergyError (double newEnergyError) |
|
| SimplePhoton () |
|
| SimplePhoton (const reco::Photon &in, unsigned int runNumber, bool isMC) |
|
| SimplePhoton (double run, double eClass, double r9, double scEnergy, double scEnergyError, double regEnergy, double regEnergyError, double eta, bool isEB, bool isMC) |
|
void | writeTo (reco::Photon &out) const |
|
| ~SimplePhoton () |
|
Definition at line 8 of file SimplePhoton.h.
◆ SimplePhoton() [1/3]
SimplePhoton::SimplePhoton |
( |
| ) |
|
|
inline |
◆ SimplePhoton() [2/3]
SimplePhoton::SimplePhoton |
( |
double |
run, |
|
|
double |
eClass, |
|
|
double |
r9, |
|
|
double |
scEnergy, |
|
|
double |
scEnergyError, |
|
|
double |
regEnergy, |
|
|
double |
regEnergyError, |
|
|
double |
eta, |
|
|
bool |
isEB, |
|
|
bool |
isMC |
|
) |
| |
|
inline |
◆ ~SimplePhoton()
SimplePhoton::~SimplePhoton |
( |
| ) |
|
|
inline |
◆ SimplePhoton() [3/3]
SimplePhoton::SimplePhoton |
( |
const reco::Photon & |
in, |
|
|
unsigned int |
runNumber, |
|
|
bool |
isMC |
|
) |
| |
|
explicit |
Definition at line 4 of file SimplePhoton.cc.
8 scEnergy_(
in.superCluster()->rawEnergy() + (
in.isEB() ? 0 :
in.superCluster()->preshowerEnergy())),
10 regEnergy_(
in.getCorrectedEnergy(reco::Photon::P4type::regression2)),
12 eta_(
in.superCluster()->eta()),
◆ getElClass()
int SimplePhoton::getElClass |
( |
| ) |
const |
|
inline |
◆ getEta()
double SimplePhoton::getEta |
( |
| ) |
const |
|
inline |
◆ getNewEnergy()
double SimplePhoton::getNewEnergy |
( |
| ) |
const |
|
inline |
◆ getNewEnergyError()
double SimplePhoton::getNewEnergyError |
( |
| ) |
const |
|
inline |
◆ getR9()
float SimplePhoton::getR9 |
( |
| ) |
const |
|
inline |
◆ getRegEnergy()
double SimplePhoton::getRegEnergy |
( |
| ) |
const |
|
inline |
◆ getRegEnergyError()
double SimplePhoton::getRegEnergyError |
( |
| ) |
const |
|
inline |
◆ getRunNumber()
int SimplePhoton::getRunNumber |
( |
| ) |
const |
|
inline |
◆ getScale()
double SimplePhoton::getScale |
( |
| ) |
const |
|
inline |
◆ getSCEnergy()
double SimplePhoton::getSCEnergy |
( |
| ) |
const |
|
inline |
◆ getSCEnergyError()
double SimplePhoton::getSCEnergyError |
( |
| ) |
const |
|
inline |
◆ getSmearing()
double SimplePhoton::getSmearing |
( |
| ) |
const |
|
inline |
◆ isEB()
bool SimplePhoton::isEB |
( |
| ) |
const |
|
inline |
◆ isMC()
bool SimplePhoton::isMC |
( |
| ) |
const |
|
inline |
◆ setNewEnergy()
void SimplePhoton::setNewEnergy |
( |
double |
newEnergy | ) |
|
|
inline |
◆ setNewEnergyError()
void SimplePhoton::setNewEnergyError |
( |
double |
newEnergyError | ) |
|
|
inline |
◆ writeTo()
◆ eClass_
double SimplePhoton::eClass_ |
|
private |
◆ eta_
double SimplePhoton::eta_ |
|
private |
◆ isEB_
◆ isMC_
◆ newEnergy_
double SimplePhoton::newEnergy_ |
|
private |
◆ newEnergyError_
double SimplePhoton::newEnergyError_ |
|
private |
◆ r9_
◆ regEnergy_
double SimplePhoton::regEnergy_ |
|
private |
◆ regEnergyError_
double SimplePhoton::regEnergyError_ |
|
private |
◆ run_
double SimplePhoton::run_ |
|
private |
◆ scale_
double SimplePhoton::scale_ |
|
private |
◆ scEnergy_
double SimplePhoton::scEnergy_ |
|
private |
◆ scEnergyError_
double SimplePhoton::scEnergyError_ |
|
private |
◆ smearing_
double SimplePhoton::smearing_ |
|
private |