← Back to team overview

kaliveda-dev team mailing list archive

[Branch ~kaliveda-dev/kaliveda/1.8] Rev 415: added KVINDRAIDTelescope to class structures to remove e.g.

 

------------------------------------------------------------
revno: 415
committer: John Frankland <frankland@xxxxxxxx>
branch nick: 1.8
timestamp: Thu 2011-05-26 14:14:32 +0200
message:
  added KVINDRAIDTelescope to class structures to remove e.g.
  INDRA-specific naming convention for ID telescopes from base class
  KVIDTelescope. 
  this, along with a small modification in KVIDTelescope::CalculateDeltaE_EGrid
  means that it is now possible to construct an ID telescope
  from individual detectors and e.g. calculate the corresponding
  identification grid without a KVMultiDetArray, e.g. the following code works:
  
  KVIDTelescope* fazia_id = new KVIDTelescope;
  fazia_id->AddDetector(new KVDetector("Si",300*KVUnits::um));
  fazia_id->AddDetector(new KVDetector("Si",500*KVUnits::um));
  fazia_id->SetName("FAZIA_300_500");
  KVIDGrid*fazia_grid=fazia_id->CalculateDeltaE_EGrid("1-36",0,20);
  fazia_grid->Draw();
added:
  KVIndra/idtelescopes/KVINDRAIDTelescope.cpp
  KVIndra/idtelescopes/KVINDRAIDTelescope.h
modified:
  KVIndra/KVIndraLinkDef.h
  KVIndra/idtelescopes/KVIDChIoCsI.h
  KVIndra/idtelescopes/KVIDChIoSi.h
  KVIndra/idtelescopes/KVIDCsI.h
  KVIndra/idtelescopes/KVIDPhoswich.h
  KVIndra/idtelescopes/KVIDSi75SiLi.h
  KVIndra/idtelescopes/KVIDSiCsI.h
  KVIndra/particles/KVINDRAReconNuc.cpp
  KVIndra/particles/KVINDRAReconNuc.h
  KVMultiDet/KVMultiDetLinkDef.h
  KVMultiDet/idtelescopes/KVIDTelescope.cpp
  KVMultiDet/idtelescopes/KVIDTelescope.h
  KVMultiDet/particles/KVReconstructedNucleus.cpp
  KVMultiDet/particles/KVReconstructedNucleus.h


--
lp:kaliveda
https://code.launchpad.net/~kaliveda-dev/kaliveda/1.8

Your team KaliVeda Development Team is subscribed to branch lp:kaliveda.
To unsubscribe from this branch go to https://code.launchpad.net/~kaliveda-dev/kaliveda/1.8/+edit-subscription