CMS 3D CMS Logo

CSCSegAlgoPreClustering.h
Go to the documentation of this file.
1 #ifndef CSCSegment_CSCSegAlgoPreClustering_h
2 #define CSCSegment_CSCSegAlgoPreClustering_h
3 
16 #include <vector>
17 
18 class CSCChamber;
19 
21 public:
22  typedef std::vector<const CSCRecHit2D*> ChamberHitContainer;
23 
25  explicit CSCSegAlgoPreClustering(const edm::ParameterSet& ps);
26 
29 
31  std::vector<std::vector<const CSCRecHit2D*> > clusterHits(const CSCChamber* aChamber,
33 
34 private:
35  bool debug;
36  double dXclusBoxMax;
37  double dYclusBoxMax;
38 
41 };
42 #endif
std::vector< const CSCRecHit2D * > ChamberHitContainer
CSCSegAlgoPreClustering(const edm::ParameterSet &ps)
constructor
std::vector< std::vector< const CSCRecHit2D * > > clusterHits(const CSCChamber *aChamber, const ChamberHitContainer &rechits)
clusterize