StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StPmdClusterMaker
StPmdAbsClustering.h
1
5
/******************************************************
6
*
7
* $Id: StPmdAbsClustering.h,v 1.5 2004/09/07 23:02:43 fisyak Exp $
8
*
9
* Author: Subhasis
10
******************************************************
11
*
12
* Description: Base class for Abstract cluster finder
13
*
14
******************************************************
15
*
16
* $Log: StPmdAbsClustering.h,v $
17
* Revision 1.5 2004/09/07 23:02:43 fisyak
18
* Add missing default ctors
19
*
20
* Revision 1.4 2004/06/24 13:47:19 subhasis
21
* several changes in clustering code
22
*
23
* Revision 1.3 2003/05/14 10:49:12 subhasis
24
* CPV clustering added
25
*
26
*
27
******************************************************/
28
#ifndef STAR_StPmdAbsClustering
29
#define STAR_StPmdAbsClustering
30
#include <TH2.h>
31
#include <TH1.h>
32
#include <TCanvas.h>
33
#include <TArrayF.h>
34
#include <TArrayI.h>
35
36
37
class
StPmdDetector
;
38
class
StPmdClusterCollection
;
39
class
StPmdAbsClustering
40
{
41
42
private
:
43
44
protected
:
46
StPmdDetector
*
m_pmd_det
;
48
StPmdDetector
*
m_cpv_det
;
49
50
public
:
51
StPmdAbsClustering
(
StPmdDetector
*pmd_det = 0,
StPmdDetector
* cpv_det=0);
52
virtual
~
StPmdAbsClustering
();
53
// virtual void findPmdClusters() =0;
54
// virtual void findPmdClusters(StPmdDetector*) =0;
55
// virtual void findCpvClusters() =0;
56
ClassDef(
StPmdAbsClustering
, 1)
57
};
58
59
60
#endif
61
62
StPmdAbsClustering
Definition:
StPmdAbsClustering.h:39
StPmdAbsClustering::m_pmd_det
StPmdDetector * m_pmd_det
pointer for detector Pmd
Definition:
StPmdAbsClustering.h:46
StPmdAbsClustering::m_cpv_det
StPmdDetector * m_cpv_det
pointer for detector Cpv
Definition:
StPmdAbsClustering.h:48
StPmdDetector
Definition:
StPmdDetector.h:28
StPmdClusterCollection
Definition:
StPmdClusterCollection.h:31
Generated by
1.8.5