cmsrel CMSSW_8_2_0
cd CMSSW_8_2_0/src
cmsenv
git clone [email protected]:cms-fastsim/NewProducer.git FastSimulation
USER_CXXFLAGS="-g -D=EDM_ML_DEBUG" scram b -j 8 # special flags to switch on debugging code
# create a file with generated events
source FastSimulation/FastSimProducer/test/gen.sh
# pass the generated events to simulation
cmsRun FastSimulation/FastSimProducer/python/conf_cfg.py
# to run validation do instead
cmsRun FastSimulation/FastSimProducer/python/conf_validation_cfg.py
See comments in FastSimulation/Propagation/src/LayerNavigator.cc
git pull
git push