StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StPmdDiscriminator.cxx
1 /****************************************************
2  *
3  * $Id: StPmdDiscriminator.cxx,v 1.7 2007/04/26 04:12:10 perev Exp $
4  *
5  * Author: Subhasis Chattopadhyay
6  *
7  ******************************************************
8  *
9  * Description: Class for discrimination through energy
10  * cut is defined.
11  *
12  ******************************************************
13  *
14  * $Log: StPmdDiscriminator.cxx,v $
15  * Revision 1.7 2007/04/26 04:12:10 perev
16  * Remove StBFChain dependency
17  *
18  * Revision 1.6 2004/07/16 14:29:49 subhasis
19  * more checks on edep Discriminate
20  *
21  * Revision 1.5 2003/10/23 04:24:53 perev
22  * Stiostream again
23  *
24  * Revision 1.4 2003/10/14 07:26:17 subhasis
25  * fabs changed to ::fabs
26  *
27  * Revision 1.2 2003/05/29 13:12:51 subhasis
28  * several changes to include NN
29  *
30  *
31  ******************************************************/
32 
33 #include "Stiostream.h"
34 #include<assert.h>
35 #include<math.h>
36 #include"TROOT.h"
37 #include<TRandom.h>
38 #include<TBrowser.h>
39 #include<TPad.h>
40 #include<StMessMgr.h>
41 #include<TFile.h>
42 
43 #include "StPmdUtil/StPmdGeom.h"
44 #include "StPmdUtil/StPmdDetector.h"
45 #include "StPmdDiscriminatorMaker.h"
46 #include "StPmdDiscriminator.h"
47 #include "StPmdUtil/StPmdClusterCollection.h"
48 #include "StPmdUtil/StPmdCluster.h"
49 
50 ClassImp(StPmdDiscriminator)
51 
52 
54 {
55  m_PmdDet=pmd_det;
56  m_CpvDet=cpv_det;
57  mEdepThreshold=de;
58  m_photonlike=0;
59 }
60 
61 
62 StPmdDiscriminator::~StPmdDiscriminator()
63 {
64  //destructor
65 }
66 
68 {
69 
70  StPmdClusterCollection* clusters = (StPmdClusterCollection*)m_PmdDet->cluster();
71 
72  Int_t nclust = clusters->Nclusters();
73  TIter next(clusters->Clusters());
74  StPmdCluster *spmcl1;
75  for(Int_t i=0; i<nclust ; i++)
76  {
77  Int_t ClusterPID=0;
78  spmcl1 = (StPmdCluster*)next();
79  Float_t edep=spmcl1->CluEdep();
80  if(edep>=mEdepcut)ClusterPID=1;
81  if(edep<mEdepcut)ClusterPID=8;
82 // cout<<"The energy deposition is "<<edep<<endl;
83  spmcl1->setCluEdepPID(ClusterPID);
84  }
85 }
86 
87 void StPmdDiscriminator::Discriminate() // Discrimnation through Energy cut
88 {
89 StPmdClusterCollection* clustersd = (StPmdClusterCollection*)m_PmdDet->cluster();
90 if(clustersd){
91 
92  Int_t nclustd = clustersd->Nclusters();
93  if(nclustd>0){
94  TIter next(clustersd->Clusters());
95  StPmdCluster *spmcl1d;
96  int nedepPID=0;
97  for(Int_t i=0; i<nclustd ; i++)
98  {
99  spmcl1d = (StPmdCluster*)next();
100  Float_t edepd=spmcl1d->CluEdep();
101  int ClusterPID=0;
102  if(edepd>=mEdepcut){
103  ClusterPID=1;
104  nedepPID++;
105  }
106  if(edepd<mEdepcut)ClusterPID=8;
107  spmcl1d->setCluEdepPID(ClusterPID);
108  }
109  }
110 }
111 
112 }
113 
114 void StPmdDiscriminator::Print()
115 {
116  if(m_photonlike>0){
117 cout<<"*************** DISCRIMINATE **************"<<endl;
118 cout<<"photonlike "<<m_photonlike<<"for Cut "<<mEdepcut<<endl;
119 }
120 }
121 
122 
123 
124 
125 
126 
127 
128 
129 
130 
131 
132 
133 
134 
135 
136 
137 
138 
139 
140 
141 
142 
143 
144 
145 
146 
147 
148 
149 
150 
151 
152 
153 
154 
155 
156 
157 
158 
159 
160 
161 
162 
163 
164 
165 
166 
167 
168 
169 
170 
171 
172 
173 
174 
175 
176 
177 
178 
179 
180 
181 
182 
183 
184 
185 
186 
187 
188 
189 
190 
191 
192 
193 
194 
195 
196 
197 
198 
199 
200 
201 
202 
203 
204 
205 
206 
207 
208 
209 
210 
211 
212 
213 
214 
215 
216 
217 
218 
219 
220 
221 
222 
223 
224 
225 
226 
227 
228 
229 
230 
231 
232 
233 
234 
235 
236 
237 
238 
239 
240 
241 
242 
243 
244 
245 
246 
247 
248 
249 
250 
251 
252 
253 
254 
255 
256 
257 
258 
259 
260 
261 
262 
263 
264 
265 
266 
267 
268 
269 
270 
271 
272 
273 
274 
275 
276 
277 
278 
279 
280 
281 
282 
283 
284 
285 
286 
287 
288 
289 
290 
291 
292 
293 
294 
295 
296 
297 
298 
299 
300 
301 
302 
303 
304 
305 
306 
307 
308 
309 
310 
311 
312 
313 
314 
315 
316 
317 
318 
319 
320 
321 
322 
323 
324 
Int_t Nclusters() const
destructor
void getClusterPID()
returns the ClusterId
TObjArray * Clusters()
no. of clusters