ROOT logo
#ifndef HTOFCLUSTERFSIM_H
#define HTOFCLUSTERFSIM_H

#include "htofclusterf.h"
#include "tofdef.h"

class HTofCluster;
class HTofHit;
class HCategory;
class HIterator;

class HTofClusterFSim : public HTofClusterF {

public:
  HTofClusterFSim(void) { }
  HTofClusterFSim(const Text_t* name,const Text_t* title) : HTofClusterF(name,title) { }
  ~HTofClusterFSim(void);
  Bool_t init();
  Int_t execute();
  ClassDef(HTofClusterFSim,0) // Tof cluster finder for simulated data.
};

#endif /* !HTOFCLUSTERFSIM_H */

 htofclusterfsim.h:1
 htofclusterfsim.h:2
 htofclusterfsim.h:3
 htofclusterfsim.h:4
 htofclusterfsim.h:5
 htofclusterfsim.h:6
 htofclusterfsim.h:7
 htofclusterfsim.h:8
 htofclusterfsim.h:9
 htofclusterfsim.h:10
 htofclusterfsim.h:11
 htofclusterfsim.h:12
 htofclusterfsim.h:13
 htofclusterfsim.h:14
 htofclusterfsim.h:15
 htofclusterfsim.h:16
 htofclusterfsim.h:17
 htofclusterfsim.h:18
 htofclusterfsim.h:19
 htofclusterfsim.h:20
 htofclusterfsim.h:21
 htofclusterfsim.h:22
 htofclusterfsim.h:23
 htofclusterfsim.h:24