TMyRootEvent Class Reference

a class must derive from TObject to be put in a tree More...

#include <TMyRootEvent.hpp>

List of all members.

Public Member Functions

 TMyRootEvent ()
 ~TMyRootEvent ()
void InitEvent (Int_t aNCells)
void ClearEvent ()
Int_t GetEventNumber () const
void SetEventNumber (Int_t aEventNumber)
Int_t * GetEventNumber_pointer ()
Int_t GetNParticlesPerEvent () const
void SetNParticlesPerEvent (Int_t aNParticlesPerEvent)
Int_t * GetNParticlesPerEvent_pointer ()
Int_t GetNCells () const
void SetNCells (Int_t aNCells)
TString * GetParticleName_pointer ()
Int_t * GetZ_pointer ()
Int_t * GetA_pointer ()
Int_t * GetTrackID_pointer ()
Int_t * GetParentTrackID_pointer ()
TString * GetCreatorProcessName_pointer ()
Double_t * GetEkin0_pointer ()
Double_t * GetRx0_pointer ()
Double_t * GetRy0_pointer ()
Double_t * GetRz0_pointer ()
Double_t * GetTheta0_pointer ()
Double_t * GetPhi0_pointer ()
TString * GetVolumeName_pointer () const
Double_t * GetEkin_pointer () const
Double_t * GetEdep_pointer () const
Double_t * GetDose_pointer () const
Double_t * GetRangeTot_pointer () const
Double_t * GetRangeProj_pointer () const
Double_t * GetRangeProjZ_pointer () const
Double_t * GetRx_pointer () const
Double_t * GetRy_pointer () const
Double_t * GetRz_pointer () const
Double_t * GetTheta_pointer () const
Double_t * GetPhi_pointer () const
Double_t * GetGlobalTime_pointer () const
Double_t * GetLocalTime_pointer () const
Double_t * GetWeight_pointer () const
Int_t * GetNHits_pointer () const
TString GetParticleName () const
Int_t GetZ () const
Int_t GetA () const
Int_t GetTrackID () const
Int_t GetParentTrackID () const
TString GetCreatorProcessName () const
Double_t GetEkin0 () const
Double_t GetRx0 () const
Double_t GetRy0 () const
Double_t GetRz0 () const
Double_t GetTheta0 () const
Double_t GetPhi0 () const
TString GetVolumeName (Int_t cellNumber) const
Double_t GetEkin (Int_t cellNumber) const
Double_t GetEkin (Char_t *cellName) const
Double_t GetEdep (Int_t cellNumber) const
 Has to be a Char_t*! (Using TString causes a seg.fault).
Double_t GetEdep (Char_t *cellName) const
Double_t GetDose (Int_t cellNumber) const
Double_t GetDose (Char_t *cellName) const
Double_t GetRangeTot (Int_t cellNumber) const
Double_t GetRangeTot (Char_t *cellName) const
Double_t GetRangeProj (Int_t cellNumber) const
Double_t GetRangeProj (Char_t *cellName) const
Double_t GetRangeProjZ (Int_t cellNumber) const
Double_t GetRangeProjZ (Char_t *cellName) const
Double_t GetRx (Int_t cellNumber) const
Double_t GetRx (Char_t *cellName) const
Double_t GetRy (Int_t cellNumber) const
Double_t GetRy (Char_t *cellName) const
Double_t GetRz (Int_t cellNumber) const
Double_t GetRz (Char_t *cellName) const
Double_t GetTheta (Int_t cellNumber) const
Double_t GetTheta (Char_t *cellName) const
Double_t GetPhi (Int_t cellNumber) const
Double_t GetPhi (Char_t *cellName) const
Double_t GetGlobalTime (Int_t cellNumber) const
Double_t GetGlobalTime (Char_t *cellName) const
Double_t GetLocalTime (Int_t cellNumber) const
Double_t GetLocalTime (Char_t *cellName) const
Double_t GetWeight (Int_t cellNumber) const
Double_t GetWeight (Char_t *cellName) const
Int_t GetNHits (Int_t cellNumber) const
Int_t GetNHits (Char_t *cellName) const
void SetParticleName (TString aParticleName)
void SetZ (Int_t aZ)
void SetA (Int_t aA)
void SetTrackID (Int_t aTrackID)
void SetParentTrackID (Int_t aParentTrackID)
void SetCreatorProcessName (TString aCreatorProcessName)
void SetEkin0 (Double_t aEkin0)
void SetRx0 (Double_t aRx0)
void SetRy0 (Double_t aRy0)
void SetRz0 (Double_t aRz0)
void SetTheta0 (Double_t aTheta0)
void SetPhi0 (Double_t aPhi0)
void SetVolumeName (Int_t cellNumber, TString aVolumeName)
void SetEkin (Int_t cellNumber, Double_t aEkin)
void SetEdep (Int_t cellNumber, Double_t aEdep)
void SetDose (Int_t cellNumber, Double_t aDose)
void SetRangeTot (Int_t cellNumber, Double_t aRangeTot)
void SetRangeProj (Int_t cellNumber, Double_t aRangeProj)
void SetRangeProjZ (Int_t cellNumber, Double_t aRangeProjZ)
void SetRx (Int_t cellNumber, Double_t aRx)
void SetRy (Int_t cellNumber, Double_t aRy)
void SetRz (Int_t cellNumber, Double_t aRz)
void SetTheta (Int_t cellNumber, Double_t aTheta)
void SetPhi (Int_t cellNumber, Double_t aPhi)
void SetGlobalTime (Int_t cellNumber, Double_t aGlobalTime)
void SetLocalTime (Int_t cellNumber, Double_t aLocalTime)
void SetWeight (Int_t cellNumber, Double_t aWeight)
void SetNHits (Int_t cellNumber, Int_t aNHits)
Int_t GetCellNumber (TString aVolumeName) const
void PrintVolumeName (Int_t cellNumber)
void PrintVolumeNames ()
 ClassDef (TMyRootEvent, 1)

Protected Attributes

Int_t fNCells
Int_t fEventNumber
Int_t fNParticlesPerEvent
TString fParticleName
Int_t fZ
Int_t fA
Int_t fTrackID
Int_t fParentTrackID
TString fCreatorProcessName
Double_t fEkin0
Double_t fRx0
 initial kinetic energy [MeV]
Double_t fRy0
 initial position [mum]
Double_t fRz0
 initial position [mum]
Double_t fTheta0
 initial position [mum]
Double_t fPhi0
 initial (u_z,u_r) angle [deg]
TString * fVolumeName
 initial (u_x,u_rho) angle [deg]
Double_t * fEkin
Double_t * fEdep
Double_t * fDose
Double_t * fRangeTot
Double_t * fRangeProj
Double_t * fRangeProjZ
Double_t * fRx
Double_t * fRy
Double_t * fRz
Double_t * fTheta
Double_t * fPhi
Double_t * fGlobalTime
Double_t * fLocalTime
Double_t * fWeight
Int_t * fNHits

Detailed Description

a class must derive from TObject to be put in a tree

Definition at line 45 of file TMyRootEvent.hpp.


Constructor & Destructor Documentation

TMyRootEvent::TMyRootEvent (  )  [inline]

Definition at line 207 of file TMyRootEvent.hpp.

TMyRootEvent::~TMyRootEvent (  )  [inline]

Definition at line 244 of file TMyRootEvent.hpp.


Member Function Documentation

TMyRootEvent::ClassDef ( TMyRootEvent  ,
 
)
void TMyRootEvent::ClearEvent (  )  [inline]

Definition at line 292 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetA (  )  const [inline]

Definition at line 377 of file TMyRootEvent.hpp.

Int_t * TMyRootEvent::GetA_pointer (  )  [inline]

Definition at line 346 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetCellNumber ( TString  aVolumeName  )  const [inline]

Definition at line 452 of file TMyRootEvent.hpp.

TString TMyRootEvent::GetCreatorProcessName (  )  const [inline]

Definition at line 380 of file TMyRootEvent.hpp.

TString * TMyRootEvent::GetCreatorProcessName_pointer (  )  [inline]

Definition at line 349 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetDose ( Char_t *  cellName  )  const [inline]

Definition at line 405 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetDose ( Int_t  cellNumber  )  const [inline]

Definition at line 390 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetDose_pointer (  )  const [inline]

Definition at line 359 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetEdep ( Char_t *  cellName  )  const [inline]

Definition at line 404 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetEdep ( Int_t  cellNumber  )  const [inline]

Has to be a Char_t*! (Using TString causes a seg.fault).

Definition at line 389 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetEdep_pointer (  )  const [inline]

Definition at line 358 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetEkin ( Char_t *  cellName  )  const [inline]

Definition at line 403 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetEkin ( Int_t  cellNumber  )  const [inline]

Definition at line 388 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetEkin0 (  )  const [inline]

Definition at line 381 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetEkin0_pointer (  )  [inline]

Definition at line 350 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetEkin_pointer (  )  const [inline]

Definition at line 357 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetEventNumber (  )  const [inline]

Definition at line 331 of file TMyRootEvent.hpp.

Int_t * TMyRootEvent::GetEventNumber_pointer (  )  [inline]

Definition at line 333 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetGlobalTime ( Char_t *  cellName  )  const [inline]

Definition at line 414 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetGlobalTime ( Int_t  cellNumber  )  const [inline]

Definition at line 399 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetGlobalTime_pointer (  )  const [inline]

Definition at line 368 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetLocalTime ( Char_t *  cellName  )  const [inline]

Definition at line 415 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetLocalTime ( Int_t  cellNumber  )  const [inline]

Definition at line 400 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetLocalTime_pointer (  )  const [inline]

Definition at line 369 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetNCells (  )  const [inline]

Definition at line 339 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetNHits ( Char_t *  cellName  )  const [inline]

Definition at line 417 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetNHits ( Int_t  cellNumber  )  const [inline]

Definition at line 402 of file TMyRootEvent.hpp.

Int_t * TMyRootEvent::GetNHits_pointer (  )  const [inline]

Definition at line 371 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetNParticlesPerEvent (  )  const [inline]

Definition at line 335 of file TMyRootEvent.hpp.

Int_t * TMyRootEvent::GetNParticlesPerEvent_pointer (  )  [inline]

Definition at line 337 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetParentTrackID (  )  const [inline]

Definition at line 379 of file TMyRootEvent.hpp.

Int_t * TMyRootEvent::GetParentTrackID_pointer (  )  [inline]

Definition at line 348 of file TMyRootEvent.hpp.

TString TMyRootEvent::GetParticleName (  )  const [inline]

Definition at line 375 of file TMyRootEvent.hpp.

TString * TMyRootEvent::GetParticleName_pointer (  )  [inline]

Definition at line 344 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetPhi ( Char_t *  cellName  )  const [inline]

Definition at line 413 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetPhi ( Int_t  cellNumber  )  const [inline]

Definition at line 398 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetPhi0 (  )  const [inline]

Definition at line 386 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetPhi0_pointer (  )  [inline]

Definition at line 355 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetPhi_pointer (  )  const [inline]

Definition at line 367 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRangeProj ( Char_t *  cellName  )  const [inline]

Definition at line 407 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRangeProj ( Int_t  cellNumber  )  const [inline]

Definition at line 392 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetRangeProj_pointer (  )  const [inline]

Definition at line 361 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRangeProjZ ( Char_t *  cellName  )  const [inline]

Definition at line 408 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRangeProjZ ( Int_t  cellNumber  )  const [inline]

Definition at line 393 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetRangeProjZ_pointer (  )  const [inline]

Definition at line 362 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRangeTot ( Char_t *  cellName  )  const [inline]

Definition at line 406 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRangeTot ( Int_t  cellNumber  )  const [inline]

Definition at line 391 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetRangeTot_pointer (  )  const [inline]

Definition at line 360 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRx ( Char_t *  cellName  )  const [inline]

Definition at line 409 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRx ( Int_t  cellNumber  )  const [inline]

Definition at line 394 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRx0 (  )  const [inline]

Definition at line 382 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetRx0_pointer (  )  [inline]

Definition at line 351 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetRx_pointer (  )  const [inline]

Definition at line 363 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRy ( Char_t *  cellName  )  const [inline]

Definition at line 410 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRy ( Int_t  cellNumber  )  const [inline]

Definition at line 395 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRy0 (  )  const [inline]

Definition at line 383 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetRy0_pointer (  )  [inline]

Definition at line 352 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetRy_pointer (  )  const [inline]

Definition at line 364 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRz ( Char_t *  cellName  )  const [inline]

Definition at line 411 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRz ( Int_t  cellNumber  )  const [inline]

Definition at line 396 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetRz0 (  )  const [inline]

Definition at line 384 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetRz0_pointer (  )  [inline]

Definition at line 353 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetRz_pointer (  )  const [inline]

Definition at line 365 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetTheta ( Char_t *  cellName  )  const [inline]

Definition at line 412 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetTheta ( Int_t  cellNumber  )  const [inline]

Definition at line 397 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetTheta0 (  )  const [inline]

Definition at line 385 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetTheta0_pointer (  )  [inline]

Definition at line 354 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetTheta_pointer (  )  const [inline]

Definition at line 366 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetTrackID (  )  const [inline]

Definition at line 378 of file TMyRootEvent.hpp.

Int_t * TMyRootEvent::GetTrackID_pointer (  )  [inline]

Definition at line 347 of file TMyRootEvent.hpp.

TString TMyRootEvent::GetVolumeName ( Int_t  cellNumber  )  const [inline]

Definition at line 387 of file TMyRootEvent.hpp.

TString * TMyRootEvent::GetVolumeName_pointer (  )  const [inline]

Definition at line 356 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetWeight ( Char_t *  cellName  )  const [inline]

Definition at line 416 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::GetWeight ( Int_t  cellNumber  )  const [inline]

Definition at line 401 of file TMyRootEvent.hpp.

Double_t * TMyRootEvent::GetWeight_pointer (  )  const [inline]

Definition at line 370 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::GetZ (  )  const [inline]

Definition at line 376 of file TMyRootEvent.hpp.

Int_t * TMyRootEvent::GetZ_pointer (  )  [inline]

Definition at line 345 of file TMyRootEvent.hpp.

void TMyRootEvent::InitEvent ( Int_t  aNCells  )  [inline]

Definition at line 267 of file TMyRootEvent.hpp.

void TMyRootEvent::PrintVolumeName ( Int_t  cellNumber  )  [inline]

Definition at line 459 of file TMyRootEvent.hpp.

void TMyRootEvent::PrintVolumeNames (  )  [inline]

Definition at line 467 of file TMyRootEvent.hpp.

void TMyRootEvent::SetA ( Int_t  aA  )  [inline]

Definition at line 423 of file TMyRootEvent.hpp.

void TMyRootEvent::SetCreatorProcessName ( TString  aCreatorProcessName  )  [inline]

Definition at line 426 of file TMyRootEvent.hpp.

void TMyRootEvent::SetDose ( Int_t  cellNumber,
Double_t  aDose 
) [inline]

Definition at line 436 of file TMyRootEvent.hpp.

void TMyRootEvent::SetEdep ( Int_t  cellNumber,
Double_t  aEdep 
) [inline]

Definition at line 435 of file TMyRootEvent.hpp.

void TMyRootEvent::SetEkin ( Int_t  cellNumber,
Double_t  aEkin 
) [inline]

Definition at line 434 of file TMyRootEvent.hpp.

void TMyRootEvent::SetEkin0 ( Double_t  aEkin0  )  [inline]

Definition at line 427 of file TMyRootEvent.hpp.

void TMyRootEvent::SetEventNumber ( Int_t  aEventNumber  )  [inline]

Definition at line 332 of file TMyRootEvent.hpp.

void TMyRootEvent::SetGlobalTime ( Int_t  cellNumber,
Double_t  aGlobalTime 
) [inline]

Definition at line 445 of file TMyRootEvent.hpp.

void TMyRootEvent::SetLocalTime ( Int_t  cellNumber,
Double_t  aLocalTime 
) [inline]

Definition at line 446 of file TMyRootEvent.hpp.

void TMyRootEvent::SetNCells ( Int_t  aNCells  )  [inline]

Definition at line 340 of file TMyRootEvent.hpp.

void TMyRootEvent::SetNHits ( Int_t  cellNumber,
Int_t  aNHits 
) [inline]

Definition at line 448 of file TMyRootEvent.hpp.

void TMyRootEvent::SetNParticlesPerEvent ( Int_t  aNParticlesPerEvent  )  [inline]

Definition at line 336 of file TMyRootEvent.hpp.

void TMyRootEvent::SetParentTrackID ( Int_t  aParentTrackID  )  [inline]

Definition at line 425 of file TMyRootEvent.hpp.

void TMyRootEvent::SetParticleName ( TString  aParticleName  )  [inline]

Definition at line 421 of file TMyRootEvent.hpp.

void TMyRootEvent::SetPhi ( Int_t  cellNumber,
Double_t  aPhi 
) [inline]

Definition at line 444 of file TMyRootEvent.hpp.

void TMyRootEvent::SetPhi0 ( Double_t  aPhi0  )  [inline]

Definition at line 432 of file TMyRootEvent.hpp.

void TMyRootEvent::SetRangeProj ( Int_t  cellNumber,
Double_t  aRangeProj 
) [inline]

Definition at line 438 of file TMyRootEvent.hpp.

void TMyRootEvent::SetRangeProjZ ( Int_t  cellNumber,
Double_t  aRangeProjZ 
) [inline]

Definition at line 439 of file TMyRootEvent.hpp.

void TMyRootEvent::SetRangeTot ( Int_t  cellNumber,
Double_t  aRangeTot 
) [inline]

Definition at line 437 of file TMyRootEvent.hpp.

void TMyRootEvent::SetRx ( Int_t  cellNumber,
Double_t  aRx 
) [inline]

Definition at line 440 of file TMyRootEvent.hpp.

void TMyRootEvent::SetRx0 ( Double_t  aRx0  )  [inline]

Definition at line 428 of file TMyRootEvent.hpp.

void TMyRootEvent::SetRy ( Int_t  cellNumber,
Double_t  aRy 
) [inline]

Definition at line 441 of file TMyRootEvent.hpp.

void TMyRootEvent::SetRy0 ( Double_t  aRy0  )  [inline]

Definition at line 429 of file TMyRootEvent.hpp.

void TMyRootEvent::SetRz ( Int_t  cellNumber,
Double_t  aRz 
) [inline]

Definition at line 442 of file TMyRootEvent.hpp.

void TMyRootEvent::SetRz0 ( Double_t  aRz0  )  [inline]

Definition at line 430 of file TMyRootEvent.hpp.

void TMyRootEvent::SetTheta ( Int_t  cellNumber,
Double_t  aTheta 
) [inline]

Definition at line 443 of file TMyRootEvent.hpp.

void TMyRootEvent::SetTheta0 ( Double_t  aTheta0  )  [inline]

Definition at line 431 of file TMyRootEvent.hpp.

void TMyRootEvent::SetTrackID ( Int_t  aTrackID  )  [inline]

Definition at line 424 of file TMyRootEvent.hpp.

void TMyRootEvent::SetVolumeName ( Int_t  cellNumber,
TString  aVolumeName 
) [inline]

Definition at line 433 of file TMyRootEvent.hpp.

void TMyRootEvent::SetWeight ( Int_t  cellNumber,
Double_t  aWeight 
) [inline]

Definition at line 447 of file TMyRootEvent.hpp.

void TMyRootEvent::SetZ ( Int_t  aZ  )  [inline]

Definition at line 422 of file TMyRootEvent.hpp.


Member Data Documentation

Int_t TMyRootEvent::fA [protected]

Definition at line 57 of file TMyRootEvent.hpp.

TString TMyRootEvent::fCreatorProcessName [protected]

Definition at line 61 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fDose [protected]

Definition at line 72 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fEdep [protected]

Definition at line 71 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fEkin [protected]

Definition at line 70 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::fEkin0 [protected]

Definition at line 62 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::fEventNumber [protected]

Definition at line 52 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fGlobalTime [protected]

Definition at line 81 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fLocalTime [protected]

Definition at line 82 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::fNCells [protected]

Definition at line 50 of file TMyRootEvent.hpp.

Int_t* TMyRootEvent::fNHits [protected]

Definition at line 84 of file TMyRootEvent.hpp.

Definition at line 53 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::fParentTrackID [protected]

Definition at line 59 of file TMyRootEvent.hpp.

TString TMyRootEvent::fParticleName [protected]

Definition at line 55 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fPhi [protected]

Definition at line 80 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::fPhi0 [protected]

initial (u_z,u_r) angle [deg]

Definition at line 67 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fRangeProj [protected]

Definition at line 74 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fRangeProjZ [protected]

Definition at line 75 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fRangeTot [protected]

Definition at line 73 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fRx [protected]

Definition at line 76 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::fRx0 [protected]

initial kinetic energy [MeV]

Definition at line 63 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fRy [protected]

Definition at line 77 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::fRy0 [protected]

initial position [mum]

Definition at line 64 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fRz [protected]

Definition at line 78 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::fRz0 [protected]

initial position [mum]

Definition at line 65 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fTheta [protected]

Definition at line 79 of file TMyRootEvent.hpp.

Double_t TMyRootEvent::fTheta0 [protected]

initial position [mum]

Definition at line 66 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::fTrackID [protected]

Definition at line 58 of file TMyRootEvent.hpp.

TString* TMyRootEvent::fVolumeName [protected]

initial (u_x,u_rho) angle [deg]

Definition at line 69 of file TMyRootEvent.hpp.

Double_t* TMyRootEvent::fWeight [protected]

Definition at line 83 of file TMyRootEvent.hpp.

Int_t TMyRootEvent::fZ [protected]

Definition at line 56 of file TMyRootEvent.hpp.


The documentation for this class was generated from the following file:

Copyright: Mathieu Trocmé, Sun 4 Oct 2009 (CeCILL license)