00001 00002 #ifndef ALGFARDETSHIELDSTRIPLIST_H 00003 #define ALGFARDETSHIELDSTRIPLIST_H 00004 00005 #include "Algorithm/AlgBase.h" 00006 00007 #include "TObjArray.h" 00008 00009 class AlgFarDetShieldPlankList : public AlgBase 00010 { 00011 00012 public: 00013 AlgFarDetShieldPlankList(); 00014 virtual ~AlgFarDetShieldPlankList(); 00015 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00016 virtual void Trace(const char *c) const; 00017 00018 private: 00019 TObjArray fDigiList[500]; 00020 TObjArray* fPairList; 00021 00022 ClassDef(AlgFarDetShieldPlankList,1) 00023 }; 00024 00025 #endif 00026
1.3.9.1