GithubHelp home page GithubHelp logo

calcultof's Introduction

git clone
créer un répertoire annexe pour les outputs root (nom_du_git_outputs par exemple)
	deux possibilités : soit un répertoire par type de simu (un gate, un G4 etc) soit une convention de nommage

cd G4Cal
mkdir build
cd build
ccmake ..
	modifier le path d'installation comme voulu
	éditer le fichier src/run.cc et spécifier le répertoire pour les fichiers de sortie ligne 166 
	(man->OpenFile("../../../nom_du_git_outputs/nom_que_l'on_veut"); 
	Si le répertoire indiqué est suivi par Git, faire en sorte que les fichiers de plus de 100MB ne soient pas 	suivis (trop lourds)
make install -j xx
tests : ./sim puis /run/beamOn 10
	../bin/sim -m ../macros/run.mac -t xx
	vérifier les outputs

cd ../../GateCal
éditer la macro main.mac pour le fichier de sortie
mkdir split (obligatoire pour condor)
Lancer une simu et vérifier l'output

cd ../RootCal/
mkdir build
ccmake .. 
	 changer le répertoire d'installation comme voulu
	 éditer le fichier main.cc et spécifier 
	 1. les noms des fichiers à traiter
	 2. les noms des fichiers traités 
 make install 
Lancer un traitement pour vérifier 

calcultof's People

Contributors

adri1-p avatar

Stargazers

zjZhao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.