Julias Analyse Wiki: Difference between revisions

From KIP Wiki
⧼kip-jumptonavigation⧽⧼kip-jumptosearch⧽
Line 15: Line 15:
https://svnweb.cern.ch/trac/atlasusr/browser/mbellomo/ElectroweakBosons
https://svnweb.cern.ch/trac/atlasusr/browser/mbellomo/ElectroweakBosons
There is also a documentation folder containing a tutorial. After chcking out all the packages using the script as explained in the tool, I created the package AnalysisWgg and the tool Wgg.
There is also a documentation folder containing a tutorial. After chcking out all the packages using the script as explained in the tool, I created the package AnalysisWgg and the tool Wgg.


When I added the PhotonSelector, I also had to modify ElectroweakBosons/AnalysisBase/include/AnalysisBase_LinkDef.h and add it there as well as in the METStore.h file. Looks like it works so far.

Revision as of 12:12, 3 December 2012

SFrame

The code is in the SourceForge svn at http://sframe.svn.sourceforge.net/viewvc/sframe and lengthy documentation can be found at http://sframe.sourceforge.net/Doxygen/ . To obtain it, I typed

svn co https://sframe.svn.sourceforge.net/svnroot/sframe/SFrame/tags/SFrame-03-06-05 sFrame

so, I am usinig tag 03-06-05 at the moment. No asetup was needed, only the path changes as described on their twiki. I put it into my .bashrc. So all I have to do after logging in to lxplus is change to the wgg/sframe folder and type

sframeSetup

To run the program change to user/config and execute sframe_main CONFIGFILE.xml

For my selection I created the new package myWgg.


Electroweak Bosons

This packages extends SFrame. It comes with SMultiFrame and RootCore and can be found at:

https://svnweb.cern.ch/trac/atlasusr/browser/mbellomo/ElectroweakBosons

There is also a documentation folder containing a tutorial. After chcking out all the packages using the script as explained in the tool, I created the package AnalysisWgg and the tool Wgg.


When I added the PhotonSelector, I also had to modify ElectroweakBosons/AnalysisBase/include/AnalysisBase_LinkDef.h and add it there as well as in the METStore.h file. Looks like it works so far.