Giter VIP home page Giter VIP logo

afp_analysis_github's Introduction

AfpAnalysisToolbox_example

In order to run an example AFP analysis log in to lxplus and do:

mkdir MyAfpAnalysis
cd MyAfpAnalysis
git clone --recursive https://github.com/Pragati-Patel-pp/afp_analysis_github.git source
mkdir build run
cd build
setupATLAS
asetup 24.2.35,AnalysisBase
cmake ../source/
make
source */setup.sh
cd ../run
runAfpAnalysisExample.py

The analysis code is located in source/AfpAnalysis/. If you modify it and want to recompile you need to go to the build directory

cd ../build

and run

cmake ../source
make

You should run the code from run directory. Remember to either remove submitDir created in a previous execution or to specify a new directory

cd ../run
runAfpAnalysisExample.py -s submitDir1

Every time you log in you need to do:

setupATLAS
cd MyAfpAnalysis/build
asetup --restore
source */setup.sh

A tutorial on xAOD analysis can be found in https://atlassoftwaredocs.web.cern.ch/ABtutorial

To update AfpAnalysisToolbox to newest version:

cd MyAfpAnalysis/source/AfpAnalysisToolbox
git stash # save local changes if any
git pull origin master

then recompile code from build directory.

In case of problems, questions or suggestions, please do not hesitate to send an e-mail to e-group [email protected].

afp_analysis_github's People

Contributors

pbalek avatar pragati-patel-pp avatar

Watchers

 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.