Some findings
CMKIN
- Datacard parameters
MSTJ(22)=2
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.
OSCAR
- Simulate tracker only
- Use reduced geometry file
- Simulated V0 daughters
- Mantis/MantisApplication: add to src/NewTrackAction.cc
#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);
-
- Mantis/MantisApplication: add to BuildFile
<use name=geant4>
<use name=clhep>
-
- compile in
Mantis/MantisApplication/src
scramv1 build
--
GergelyPatay - 21 Jun 2006
ORCA
- Compilation
- TrackerReco/PixelTrackFinder: add to src/SeedGeneratorByRecTracksRecAlgo.cc
#include "CARF/Reco/interface/RecConfig.h"
- TrackerReco/TkEvent: add to interface/TkSimEventDispatch.h
#include "TrackerReco/TkEvent/interface/TkSimEvent.h"
- To skip cache scan:
scramv1 build --fast
- SimTrack filtering
Minimum bias events
- Published digi samples are available here:

Latest "minimum bias for pile-up" is dataset mu05c_MBforPU
and owner mu_Hit3980_g133
(100k events). Follow the owner link and merge the "meta" and "data" catalogs (meta 
and EVD 
). The files are on CASTOR.
a lot of minbias events
/castor/cern.ch/cms/PCP04/MBforPU
LSF
fs setacl system:anyuser rlidw
--
FerencSikler - 07 Jun 2006