#include <HcalTPGScale.h>
Public Member Functions | |
virtual double | et_bin_high (const HcalTrigTowerDetId &id, const HcalTriggerPrimitiveSample &s) const =0 |
virtual double | et_bin_low (const HcalTrigTowerDetId &id, const HcalTriggerPrimitiveSample &s) const =0 |
smallest ET value which would resolve into this sample More... | |
virtual double | et_RCT (const HcalTrigTowerDetId &id, const HcalTriggerPrimitiveSample &s) const =0 |
nominal ET value of this sample/code as to be used in RCT LUT creation More... | |
virtual void | releaseSetup () const |
Release any objects obtained from the EventSetup. More... | |
virtual void | setup (const edm::EventSetup &es) const |
Get any needed information from the event setup. More... | |
To be stored in the CaloTPGRecord
Definition at line 17 of file HcalTPGScale.h.
|
pure virtual |
smallest ET value which would not resolve into sample (too big)
|
pure virtual |
smallest ET value which would resolve into this sample
|
pure virtual |
nominal ET value of this sample/code as to be used in RCT LUT creation
|
inlinevirtual |
Release any objects obtained from the EventSetup.
Definition at line 32 of file HcalTPGScale.h.
|
inlinevirtual |
Get any needed information from the event setup.
Definition at line 30 of file HcalTPGScale.h.