Re: Running the Kalman on the Mvd (solved dependency) [message #6624 is a reply to message #6617] |
Mon, 28 April 2008 17:24 |
Ralf Kliemt
Messages: 507 Registered: May 2007 Location: GSI, Darmstadt
|
first-grade participant |
From: 141.30.85*
|
|
Hi again,
I solved my library problems to start the fitter:
- Add
- ${GEANT3_INCLUDE_DIR}
- ${CMAKE_SOURCE_DIR}/genfit
- ${CMAKE_SOURCE_DIR}/recotasks
- ${CMAKE_SOURCE_DIR}/trackbase
- ${CMAKE_SOURCE_DIR}/trackrep
- ${CMAKE_SOURCE_DIR}/geane
to CMakeLists.txt
- Make a CbmGeane object in your macro
Toggle Spoiler
CbmGeane *Geane = new CbmGeane(MCFile);
PndConstField *fMagField=new PndConstField();
fMagField->SetField(0, 0 ,20. ); // values are in kG
fMagField->SetFieldRegion(-500, 500,-500, 500, -200, 200);
Geane->SetField(fMagField);
At my current stage I have to apply a correct handling of the MvdRecoHit.
Greetings again,
Ralf.
|
|
|