~tmohayai/maus/first_branch

« back to all changes in this revision

Viewing changes to src/map/MapCppTOFDigits/sconscript

First working version of the TOF reconstruction

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require_root = True
 
2
require_g4 = True
 
3
 
 
4
#get environment and project
 
5
Import('env', 'project')
 
6
localenv = env.Clone()
 
7
 
 
8
env.jDev.Buildit(localenv, project, require_root, require_g4)