12 |
*/ |
*/ |
13 |
CaloPreSampler::CaloPreSampler(){ |
CaloPreSampler::CaloPreSampler(){ |
14 |
Clear(); |
Clear(); |
15 |
}; |
} |
16 |
|
|
17 |
CaloPreSampler::CaloPreSampler(PamLevel2 *l2p){ |
CaloPreSampler::CaloPreSampler(PamLevel2 *l2p){ |
18 |
// |
// |
30 |
cstrip = new CaloStrip(false); |
cstrip = new CaloStrip(false); |
31 |
// c1 = new CaloLevel1(); |
// c1 = new CaloLevel1(); |
32 |
pcalo = new CaloLevel2(); |
pcalo = new CaloLevel2(); |
33 |
N = 3; |
N = 4; |
34 |
|
NC = 22-N; |
35 |
debug = false; |
debug = false; |
36 |
sel = true; |
sel = true; |
37 |
cont = false; |
cont = false; |
38 |
emulate18 = true; |
emulate18 = true; |
39 |
simulation = false; |
simulation = false; |
40 |
|
withtrk = true; |
41 |
|
rigdefault = 50.; |
42 |
|
nox = false; |
43 |
|
noy = false; |
44 |
|
forcecalo = false; |
45 |
|
memset(mask,0,2*22*sizeof(Int_t)); |
46 |
// |
// |
47 |
Clear(); |
Clear(); |
48 |
// |
// |
69 |
printf(" Reading magnetic field maps at %s\n",(q4->PATH+q4->NAME).Data()); |
printf(" Reading magnetic field maps at %s\n",(q4->PATH+q4->NAME).Data()); |
70 |
trk->LoadField(q4->PATH+q4->NAME); |
trk->LoadField(q4->PATH+q4->NAME); |
71 |
// |
// |
72 |
}; |
} |
73 |
|
|
74 |
|
void CaloPreSampler::SetNoWpreSampler(Int_t n){ |
75 |
|
if ( NC+n < 23 ){ |
76 |
|
N = n; |
77 |
|
} else { |
78 |
|
printf(" ERROR! Calorimeter is made of 22 W planes\n"); |
79 |
|
printf(" you are giving N presampler = %i and N calo = %i \n",n,NC); |
80 |
|
printf(" WARNING: using default values NWpre = 4, NWcalo = 18\n"); |
81 |
|
NC = 18; |
82 |
|
N = 4; |
83 |
|
}; |
84 |
|
} |
85 |
|
|
86 |
|
void CaloPreSampler::SetNoWcalo(Int_t n){ |
87 |
|
if ( N+n < 23 ){ |
88 |
|
NC = n; |
89 |
|
} else { |
90 |
|
printf(" ERROR! Calorimeter is made of 22 W planes\n"); |
91 |
|
printf(" you are giving N W presampler = %i and N W calo = %i \n",N,n); |
92 |
|
printf(" WARNING: using default values NWpre = 4, NWcalo = 18\n"); |
93 |
|
NC = 18; |
94 |
|
N = 4; |
95 |
|
}; |
96 |
|
} |
97 |
|
|
98 |
void CaloPreSampler::Clear(){ |
void CaloPreSampler::Clear(){ |
99 |
// |
// |
100 |
pcalo->Clear(); |
pcalo->Clear(); |
101 |
// |
// |
102 |
}; |
} |
103 |
|
|
104 |
void CaloPreSampler::Print(){ |
void CaloPreSampler::Print(){ |
105 |
// |
// |
121 |
}; |
}; |
122 |
printf("========================================================================\n"); |
printf("========================================================================\n"); |
123 |
// |
// |
124 |
}; |
} |
125 |
|
|
126 |
void CaloPreSampler::Delete(){ |
void CaloPreSampler::Delete(){ |
127 |
Clear(); |
Clear(); |
128 |
delete pcalo; |
delete pcalo; |
129 |
//delete this; |
//delete this; |
130 |
}; |
} |
131 |
|
|
132 |
|
|
133 |
void CaloPreSampler::Process(){ |
void CaloPreSampler::Process(){ |
162 |
Int_t S11 = 0; |
Int_t S11 = 0; |
163 |
Float_t tmptrigty = -1.; |
Float_t tmptrigty = -1.; |
164 |
Bool_t trackanyway = true; |
Bool_t trackanyway = true; |
165 |
Float_t rigdefault = 50.; |
// Float_t rigdefault = 50.; |
166 |
Bool_t hZn = true; |
Bool_t hZn = true; |
167 |
Bool_t withtrk = true; |
// Bool_t withtrk = true; |
168 |
Bool_t st = true; |
Bool_t st = true; |
169 |
Int_t ntrkentry = 0; |
Int_t ntrkentry = 0; |
170 |
TrkLevel2 *trk = L2->GetTrkLevel2(); |
TrkLevel2 *trk = L2->GetTrkLevel2(); |
184 |
if ( L2->GetCaloLevel2()->GetCaloTrkVar(mm)->trkseqno == -2 ) m2 = true; |
if ( L2->GetCaloLevel2()->GetCaloTrkVar(mm)->trkseqno == -2 ) m2 = true; |
185 |
if ( L2->GetCaloLevel2()->GetCaloTrkVar(mm)->trkseqno == -3 ) m3 = true; |
if ( L2->GetCaloLevel2()->GetCaloTrkVar(mm)->trkseqno == -3 ) m3 = true; |
186 |
}; |
}; |
187 |
|
if ( !withtrk ) m3 = true; |
188 |
// |
// |
189 |
if ( debug ) printf(" Fill estrip matrix needed to calculate variables \n"); |
if ( debug ) printf(" Fill estrip matrix needed to calculate variables \n"); |
190 |
// |
// |
199 |
// |
// |
200 |
mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); |
mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); |
201 |
// |
// |
202 |
|
// Mask x or y view if nox and/or noy are true (default false) |
203 |
|
// |
204 |
|
if ( mask[view][plane] ) mip = 0.; |
205 |
|
if ( nox && view == 0 ) mip = 0.; |
206 |
|
if ( noy && view == 1 ) mip = 0.; |
207 |
|
// |
208 |
|
if ( emulate18 && view == 0 && plane == 18 ) mip = 0.; |
209 |
|
// |
210 |
// Selection mode: fill the matrix only for plane < (22 - N) REMEMBER N = number of W planes to be used as presampler, ie if N = 2 then we want to use planes from 0 to 19 |
// Selection mode: fill the matrix only for plane < (22 - N) REMEMBER N = number of W planes to be used as presampler, ie if N = 2 then we want to use planes from 0 to 19 |
211 |
// included so plane < (22 - 2) |
// included so plane < (22 - 2) |
212 |
// |
// |
213 |
if ( sel ){ |
if ( sel ){ |
214 |
if ( plane < (22 - N) ){ |
if ( plane < (22 - N) ){ |
215 |
// |
// |
216 |
if ( emulate18 && plane == (18 - N) ) mip = 0.; |
if ( emulate18 && plane == (18 - N) && view == 0 ) mip = 0.; |
217 |
|
if ( plane >= NC ) mip = 0.; |
218 |
event->clevel1->estrip[strip][plane][view] = mip; |
event->clevel1->estrip[strip][plane][view] = mip; |
219 |
// |
// |
220 |
}; |
}; |
225 |
if ( cont ){ |
if ( cont ){ |
226 |
if ( plane >= N ){ |
if ( plane >= N ){ |
227 |
// |
// |
228 |
if ( emulate18 && plane == (18 + N) ) mip = 0.; |
if ( emulate18 && plane == (18 + N) && view == 0 ) mip = 0.; |
229 |
|
if ( (plane-N) >= NC ) mip = 0.; |
230 |
event->clevel1->estrip[strip][(plane-N)][view] = mip; |
event->clevel1->estrip[strip][(plane-N)][view] = mip; |
231 |
// |
// |
232 |
}; |
}; |
270 |
// |
// |
271 |
// use only N W planes |
// use only N W planes |
272 |
// |
// |
273 |
event->clevel1->npla = 22-N; |
// event->clevel1->npla = 22-N; |
274 |
|
event->clevel1->npla = NC; |
275 |
// |
// |
276 |
S3 = 0; |
S3 = 0; |
277 |
S2 = 0; |
S2 = 0; |
291 |
// |
// |
292 |
event->clevel1->good2 = 1; |
event->clevel1->good2 = 1; |
293 |
// |
// |
294 |
|
// copy variables calculated during calibration process which is skipped here... |
295 |
|
// |
296 |
|
event->clevel2->good = L2->GetCaloLevel2()->good; |
297 |
|
memcpy(event->clevel2->perr,L2->GetCaloLevel2()->perr,sizeof(L2->GetCaloLevel2()->perr)); |
298 |
|
memcpy(event->clevel2->swerr,L2->GetCaloLevel2()->swerr,sizeof(L2->GetCaloLevel2()->swerr)); |
299 |
|
memcpy(event->clevel2->crc,L2->GetCaloLevel2()->crc,sizeof(L2->GetCaloLevel2()->crc)); |
300 |
|
event->clevel2->selftrigger = L2->GetCaloLevel2()->selftrigger; |
301 |
|
// |
302 |
// Calculate variables common to all tracks (qtot, nstrip, etc.) |
// Calculate variables common to all tracks (qtot, nstrip, etc.) |
303 |
// |
// |
304 |
if ( debug ) printf("1 Call GetCommonVar() \n"); |
if ( debug ) printf("1 Call GetCommonVar() \n"); |
362 |
// conditions are: 0) no track from the tracker 1) we have a track fit both in x and y 2) no problems with calo for this event 3) no selftrigger event |
// conditions are: 0) no track from the tracker 1) we have a track fit both in x and y 2) no problems with calo for this event 3) no selftrigger event |
363 |
// |
// |
364 |
// if ( trackanyway && !filled && event->clevel2->npcfit[0] >= 2 && event->clevel2->npcfit[1] >= 2 && event->clevel2->good != 0 && event->clevel2->trigty < 2. ){ |
// if ( trackanyway && !filled && event->clevel2->npcfit[0] >= 2 && event->clevel2->npcfit[1] >= 2 && event->clevel2->good != 0 && event->clevel2->trigty < 2. ){ |
365 |
if ( trackanyway && m3 ){ |
if ( (trackanyway && m3) || forcecalo ){ |
366 |
if ( debug ) printf(" Event with a track not fitted by the tracker \n"); |
if ( debug ) printf(" Event with a track not fitted by the tracker \n"); |
367 |
// |
// |
368 |
// Disable "track mode" in the fortran routine |
// Disable "track mode" in the fortran routine |
504 |
if ( debug ) this->Print(); |
if ( debug ) this->Print(); |
505 |
if ( debug ) printf(" exit \n"); |
if ( debug ) printf(" exit \n"); |
506 |
// |
// |
507 |
}; |
} |