Fixed Bugs
This commit is contained in:
@ -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.
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user