CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalFeatureBit.h
Go to the documentation of this file.
1 #ifndef SimCalorimetry_HcalTPGAlgos_interface_HcalFeatureBit_h_included
2 #define SimCalorimetry_HcalTPGAlgos_interface_HcalFeatureBit_h_included 1
3 
5 
7  public:
9  virtual ~HcalFeatureBit(){} //the virutal function is responcible for applying a cut based on a linear relationship of the energy
10  //deposited in the short vers long fibers.
11  virtual bool fineGrainbit(int ADCShort, HcalDetId Sid, int CapIdS, int ADCLong, HcalDetId Lid, int CapIdL) const {return false;}
12 
13 };
14 #endif
15 
virtual ~HcalFeatureBit()
Definition: HcalFeatureBit.h:9
virtual bool fineGrainbit(int ADCShort, HcalDetId Sid, int CapIdS, int ADCLong, HcalDetId Lid, int CapIdL) const