CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalZSAlgoRealistic.h
Go to the documentation of this file.
1 #ifndef SIMCALORIMETRY_HCALZEROSUPPRESSIONALGOS_HCALZSALGOREALISTIC_H
2 #define SIMCALORIMETRY_HCALZEROSUPPRESSIONALGOS_HCALZSALGOREALISTIC_H 1
3 
5 
17 public:
18  HcalZSAlgoRealistic(bool markAndPass);
19  HcalZSAlgoRealistic(bool markAndPass, int levelHB, int levelHE, int levelHO, int levelHF);
20 
21 protected:
22  virtual bool shouldKeep(const HBHEDataFrame& digi) const;
23  virtual bool shouldKeep(const HODataFrame& digi) const;
24  virtual bool shouldKeep(const HFDataFrame& digi) const;
25 private:
28  bool keepMe(const HBHEDataFrame& inp, int threshold, uint32_t hbhezsmask) const;
29  bool keepMe(const HODataFrame& inp, int threshold, uint32_t hozsmask) const;
30  bool keepMe(const HFDataFrame& inp, int threshold, uint32_t hfzsmask) const;
31 };
32 
33 #endif
HcalZSAlgoRealistic(bool markAndPass)
float threshold
Definition: crabWrap.py:319
virtual bool shouldKeep(const HBHEDataFrame &digi) const
bool keepMe(const HBHEDataFrame &inp, int threshold, uint32_t hbhezsmask) const