---+++Some findings ---++++OSCAR simulated V0 daughters * CMKIN datacard parameters %BR% MSTJ(22)=2 %BR% A particle is decayed only if its proper lifetime is smaller than PARJ(71), which is set to cτ = 10 mm. Strange particles are "stable", charm and bottom decay. * Mantis/MantisApplication: add to src/NewTrackAction.cc %BR% <blockquote><verbatim> #include "G4VProcess.hh" // Lengths are in mm for OSCAR! if( (aTrack->GetCreatorProcess()->GetProcessType() == fElectromagnetic && aTrack->GetCreatorProcess()->GetProcessName() == "conv") || (aTrack->GetCreatorProcess()->GetProcessType() == fDecay && aTrack->GetCreatorProcess()->GetProcessName() == "Decay") ) if(fabs(aTrack->GetPosition().z()) < 50. * 10 && fabs(aTrack->GetPosition().perp()) < 15. * 10) trkInfo->storeTrack(true); </verbatim></blockquote> * Mantis/MantisApplication: add to !BuildFile %BR% <blockquote><verbatim> <use name=geant4> <use name=clhep> </verbatim></blockquote> ---++++ORCA compilation * !TrackerReco/PixelTrackFinder: add to src/SeedGeneratorByRecTracksRecAlgo.cc %BR% =#include "CARF/Reco/interface/RecConfig.h"= * !TrackerReco/TkEvent: add to interface/TkSimEventDispatch.h %BR% =#include "TrackerReco/TkEvent/interface/TkSimEvent.h"= * To skip cache scan: %BR% =scramv1 build --fast= -- Main.FerencSikler - 07 Jun 2006
This topic: CMS
>
TrackerSoftware
>
SomeFindings
Topic revision: r4 - 2006-06-09 - FerencSikler
Copyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback