00001 #ifndef ANP_FILLTRACKGEOM_H 00002 #define ANP_FILLTRACKGEOM_H 00003 00004 // $Id: FillTrackGeom.h,v 1.3 2007/07/19 16:27:05 rustem Exp $ 00005 // 00006 // Fill variables that help with charge sign determination 00007 00008 // Local 00009 #include "PhysicsNtuple/AlgSnarl.h" 00010 00011 namespace Anp 00012 { 00013 class FillTrackGeom: public AlgSnarl 00014 { 00015 public: 00016 00017 FillTrackGeom(); 00018 virtual ~FillTrackGeom(); 00019 00020 bool Run(Record &record); 00021 00022 private: 00023 00024 void Fill(Track &track) const; 00025 }; 00026 } 00027 00028 #endif
1.3.9.1