00001 #ifndef ANP_FILLENERGY_H 00002 #define ANP_FILLENERGY_H 00003 00004 // $Id: FillEnergy.h,v 1.1 2008/01/11 19:09:26 rustem Exp $ 00005 // 00006 // This algorithm applies energy corrections and fills event energy 00007 // 00008 00009 // Local 00010 #include "PhysicsNtuple/AlgSnarl.h" 00011 00012 class VldContext; 00013 00014 namespace Anp 00015 { 00016 class FillEnergy: public AlgSnarl 00017 { 00018 public: 00019 00020 FillEnergy(); 00021 virtual ~FillEnergy(); 00022 00023 bool Run(Record &record); 00024 00025 void Config(const Registry ®); 00026 00027 private: 00028 00029 const VldContext GetVldc(const Header &header) const; 00030 00031 }; 00032 } 00033 00034 #endif
1.3.9.1