#include <MINFLST.h>
Inheritance diagram for MINFLSTHit:

Public Member Functions | |
| MINFLSTHit () | |
| MINFLSTHit (Int_t shunt, Int_t det, Int_t idlsthit, Int_t track, Int_t *vol, Float_t *hits) | |
| virtual | ~MINFLSTHit () |
Private Attributes | |
| Int_t | fVolume [1] |
|
|
Definition at line 279 of file MINFLST.cxx. 00280 {
00281 }
|
|
||||||||||||||||||||||||||||
|
Definition at line 267 of file MINFLST.cxx. 00268 : 00269 MINFHit(shunt, det, track) 00270 { 00271 fIDREROOTHit = idlsthit; 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 MINFLST.cxx. 00285 {
00286 }
|
|
|
|
1.3.9.1