CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
HcalTPGScale Class Referenceabstract

#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...
 

Detailed Description

To be stored in the CaloTPGRecord

Date:
2007/02/19 16:24:20
Revision:
1.1
Author
J. Mans - Minnesota

Definition at line 19 of file HcalTPGScale.h.

Member Function Documentation

virtual double HcalTPGScale::et_bin_high ( const HcalTrigTowerDetId id,
const HcalTriggerPrimitiveSample s 
) const
pure virtual

smallest ET value which would not resolve into sample (too big)

virtual double HcalTPGScale::et_bin_low ( const HcalTrigTowerDetId id,
const HcalTriggerPrimitiveSample s 
) const
pure virtual

smallest ET value which would resolve into this sample

virtual double HcalTPGScale::et_RCT ( const HcalTrigTowerDetId id,
const HcalTriggerPrimitiveSample s 
) const
pure virtual

nominal ET value of this sample/code as to be used in RCT LUT creation

virtual void HcalTPGScale::releaseSetup ( ) const
inlinevirtual

Release any objects obtained from the EventSetup.

Definition at line 34 of file HcalTPGScale.h.

34 { }
virtual void HcalTPGScale::setup ( const edm::EventSetup es) const
inlinevirtual

Get any needed information from the event setup.

Definition at line 32 of file HcalTPGScale.h.

32 { }