#include <MINFFLS.h>
Inheritance diagram for MINFFLSHit:

Public Member Functions | |
| MINFFLSHit () | |
| MINFFLSHit (Int_t shunt, Int_t det, Int_t idflshit, Int_t track, Int_t *vol, Float_t *hits) | |
| virtual | ~MINFFLSHit () |
Private Attributes | |
| Int_t | fVolume [1] |
|
|
Definition at line 279 of file MINFFLS.cxx. 00280 {
00281 }
|
|
||||||||||||||||||||||||||||
|
Definition at line 267 of file MINFFLS.cxx. 00268 : 00269 MINFHit(shunt, det, track) 00270 { 00271 fIDREROOTHit = idflshit; 00272 //gmi for (Int_t i=0;i<2;i++) fVolume[i] = vol[i]; 00273 fX=hits[0]; 00274 fY=hits[1]; 00275 fZ=hits[2]; 00276 }
|
|
|
Definition at line 284 of file MINFFLS.cxx. 00285 {
00286 }
|
|
|
|
1.3.9.1