00001 00002 // $Id: AlgShowerSSList.h,v 1.3 2006/01/20 20:20:13 cbs Exp $ 00003 // 00004 // AlgShowerSSList.h 00005 // 00007 00008 #ifndef ALGSHOWERSSLIST_H 00009 #define ALGSHOWERSSLIST_H 00010 00011 #include "CandShowerSR/AlgShowerSRList.h" 00012 #include "Registry/Registry.h" 00013 #include "TH1F.h" 00014 00015 class AlgShowerSSList : public AlgShowerSRList 00016 { 00017 00018 public: 00019 AlgShowerSSList(); 00020 virtual ~AlgShowerSSList(); 00021 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00022 virtual void Trace(const char *c) const; 00023 00024 private: 00025 00026 TH1F *vtxUHistAll; 00027 TH1F *vtxUHist; 00028 TH1F *vtxVHistAll; 00029 TH1F *vtxVHist; 00030 00031 00032 ClassDef(AlgShowerSSList,0) // ShowerSSList Algorithm Class 00033 00034 }; 00035 00036 #endif // ALGSHOWERSSLIST_H
1.3.9.1