Fixed Bugs

This commit is contained in:
paraiso
2006-03-15 02:37:11 +00:00
parent da93a5a456
commit 299699b906
25 changed files with 272 additions and 341 deletions

View File

@ -146,8 +146,27 @@ typedef struct
Int_t muon,positron,gamma, runid;
} cryoHit ;
typedef struct
{
Int_t muon,positron,gamma, runid;
} particleHit ;
typedef struct
{
Int_t grid, guards, mcp, cryo;
Float_t RAL, RAR, L3, TDet1, TDet2, TDet3;
Float_t Bmag;
} detectorData ;
//! Root hit object.
cryoHit theHit;
particleHit theParticle;
detectorData detector;
//! Filling the Root hit object.
/*!