// ------------------------------------------------------------------------- // ----- PndMvdStripClusterTask header file ----- // ------------------------------------------------------------------------- #ifndef PNDMVDSTRIPCLUSTERTASK_H #define PNDMVDSTRIPCLUSTERTASK_H #include "PndSdsStripClusterTask.h" class PndMvdStripClusterTask : public PndSdsStripClusterTask { public: /** Default constructor **/ PndMvdStripClusterTask(Int_t ClusterMod=0, Int_t RadChannel=2, Int_t RadTime=0); PndMvdStripClusterTask(Double_t chargecut, TString geofile, Int_t meanalgo=0, Int_t clustermod=0, Int_t RadChannel=2, Int_t RadTime=0); /** Destructor **/ virtual ~PndMvdStripClusterTask(); virtual void SetBranchNames(TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName); virtual void SetBranchNames(); ClassDef(PndMvdStripClusterTask,1); }; #endif /* MVDCLUSTERTASK_H */