CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalDeadChannelRecoveryAlgos.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalDeadChannelRecoveryAlgos_EcalDeadChannelRecoveryAlgos_HH
2 #define RecoLocalCalo_EcalDeadChannelRecoveryAlgos_ECalDeadChannelRecoveryAlgos_HH
3 
4 // Reconstruction Classes
8 #include <string>
9 
11 
12 template <typename DetIdT> class EcalDeadChannelRecoveryAlgos {
13  public:
15  EcalRecHit correct(const DetIdT id,
16  const EcalRecHitCollection &hit_collection,
17  std::string algo, double Sum8Cut, bool *AccFlag);
18 
19  private:
21 };
22 #endif
CaloTopology const * topology(0)
void setCaloTopology(const CaloTopology *topology)
EcalRecHit correct(const DetIdT id, const EcalRecHitCollection &hit_collection, std::string algo, double Sum8Cut, bool *AccFlag)
EcalDeadChannelRecoveryNN< DetIdT > nn