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
StIstClusterMaker
StIstScanClusterAlgo.h
1
#ifndef StIstScanClusterAlgo_hh
2
#define StIstScanClusterAlgo_hh
3
4
#include "StIstClusterMaker/StIstIClusterAlgo.h"
5
6
class
StIstCollection
;
7
class
StIstRawHitCollection
;
8
class
StIstClusterCollection
;
9
10
26
class
StIstScanClusterAlgo
:
public
StIstIClusterAlgo
27
{
28
~
StIstScanClusterAlgo
(){}
29
protected
:
30
enum
{kIstScanClusterAlgo = 2};
31
32
virtual
Int_t doClustering(
const
StIstCollection
&istCollection,
StIstRawHitCollection
&rawHits,
StIstClusterCollection
&clusters );
33
};
34
35
#endif
36
37
38
/***************************************************************************
39
*
40
* $Log: StIstScanClusterAlgo.h,v $
41
* Revision 1.14 2018/01/04 17:34:37 smirnovd
42
* [Cosmetic] Remove StRoot/ from include path
43
*
44
* $STAR/StRoot is already in the default path search
45
*
46
* Revision 1.13 2017/04/26 19:52:50 perev
47
* Add destructor
48
*
49
* Revision 1.12 2014/09/17 20:39:45 smirnovd
50
* Squashed commit of the following:
51
*
52
* commit 37d3d404a31c9b152811232af55d37177162269d
53
* Author: Dmitri Smirnov <d.s@plexoos.com>
54
* Date: Wed Sep 17 16:11:22 2014 -0400
55
*
56
* Added an author to reflect on contributions
57
*
58
* commit 6ceacb443d2d35bc21295b81a3d25b7433d40260
59
* Author: Dmitri Smirnov <d.s@plexoos.com>
60
* Date: Wed Sep 17 16:09:48 2014 -0400
61
*
62
* [Minor] Reversed the logic and saved one level of intentation
63
*
64
* commit 4bc24031445ecce9f19b940697d13cc8a755aaf1
65
* Author: Dmitri Smirnov <d.s@plexoos.com>
66
* Date: Wed Sep 17 16:06:42 2014 -0400
67
*
68
* Do not use standard ROOT's dictionary macroses since the classes are transient by design
69
*
70
* Revision 1.11 2014/09/17 20:36:20 smirnovd
71
* Simplified public interface by reducing the number of unnecessarily required parameters
72
*
73
* Revision 1.10 2014/09/17 20:33:32 smirnovd
74
* Squashed commit of the following:
75
*
76
* commit 72dc19a6663ea31c719c1a61f6d2b4752dd766aa
77
* Author: Dmitri Smirnov <d.s@plexoos.com>
78
* Date: Wed Sep 17 12:34:42 2014 -0400
79
*
80
* Minor code refactoring, clean up
81
*
82
* commit e083a10a9fb60b7dcce692ef8043b9227c12768b
83
* Author: Dmitri Smirnov <d.s@plexoos.com>
84
* Date: Wed Sep 17 12:18:16 2014 -0400
85
*
86
* Removed pointless comments
87
*
88
* commit 88d51857362c91c954704cec4a31a0b0fa7fccc5
89
* Author: Dmitri Smirnov <d.s@plexoos.com>
90
* Date: Wed Sep 17 12:17:26 2014 -0400
91
*
92
* Updated description in doxygen comments
93
*
94
* commit eb09527489179fc7dab6aa7f23fd132b25185bb1
95
* Author: Dmitri Smirnov <d.s@plexoos.com>
96
* Date: Tue Sep 9 15:15:56 2014 -0400
97
*
98
* StIstScanClusterAlgo: Removed unused variable
99
*
100
* commit 1a8df63533c71a0e2ba4d8275ebf89f4e3004765
101
* Author: Dmitri Smirnov <d.s@plexoos.com>
102
* Date: Fri Aug 22 16:04:47 2014 -0400
103
*
104
* Neatened headers: Removed unused, spelled paths in includes explicitly as it slightly helps in identifying dependencies
105
*
106
* commit 972e8ed41403bd680ade5ecc509f8bca004e86ee
107
* Author: Dmitri Smirnov <d.s@plexoos.com>
108
* Date: Wed Sep 17 12:34:20 2014 -0400
109
*
110
* Minor stylistic changes
111
*
112
* commit 57daf5a1e0b3246fd12f1dd1c2ca089b62930c83
113
* Author: Dmitri Smirnov <d.s@plexoos.com>
114
* Date: Tue Sep 16 16:29:14 2014 -0400
115
*
116
* Improved doxygen comments
117
*
118
* Revision 1.9 2014/09/07 13:54:45 ypwang
119
* move setUsedTimeBin() and setSplitFlag() setters from inherited classes to their base class StIstIClusterAlgo.h
120
*
121
* Revision 1.8 2014/09/07 11:41:36 ypwang
122
* ClassDef version updated from 1 to 0, and remove Init() function
123
*
124
* Revision 1.7 2014/08/22 21:32:45 smirnovd
125
* Moved doxygen comment to where it belongs
126
*
127
* Revision 1.6 2014/08/22 21:27:27 smirnovd
128
* Decalred methods virtual as that what they are. Makes the code better to understand
129
*
130
* Revision 1.5 2014/08/22 15:55:15 smirnovd
131
* Fixed style with astyle -s3 -p -H -A3 -k3 -O -o -y -Y -f
132
*
133
* Revision 1.4 2014/08/22 15:50:00 smirnovd
134
* Moved CVS history to the end of file
135
*
136
* Revision 1.3 2014/02/08 03:34:16 ypwang
137
* updating scripts
138
*
139
*
140
****************************************************************************
141
* StIstScanClusterAlgo.h,v 1.0
142
* Revision 1.0 2013/11/04 15:55:30 Yaping
143
* Initial version
144
****************************************************************************/
StIstRawHitCollection
Definition:
StIstRawHitCollection.h:18
StIstCollection
Definition:
StIstCollection.h:20
StIstScanClusterAlgo
Definition:
StIstScanClusterAlgo.h:26
StIstIClusterAlgo
Definition:
StIstIClusterAlgo.h:19
StIstClusterCollection
Definition:
StIstClusterCollection.h:15
Generated by
1.8.5