frog is hosted by Hepforge, IPPP Durham

FROG

FROG Logo

Home

Tutorials

Download

UserManual

FAQ

SVN (deprecated)
Github
Document sans titre

Production of .vis file in CMSSW

First you have to produce the geometry files (CMS.geom) and the file containing informations on the events (example : MinBias.vis). This is done using an EDAnalyzer in CMSSW. Instructions are similar for all the realease (since the code is almost completely independent of the release)


For CMSSW >4_2_X:

project CMSSW
scramv1 project CMSSW CMSSW_4_2_4
cd CMSSW_4_2_4/src
svn checkout http://frog.hepforge.org/svn/v3/tags/3_0_0/producers/cms Visualisation/Frog
svn checkout http://frog.hepforge.org/svn/v3/tags/3_0_0/producers/frog Visualisation/Frog/frog
scramv1 b
cd Visualisation/Frog/python
cmsRun Frog_Analyzer_42X_Data_cfg.py --> you can ofcourse use your own cfg, simply copy/paste into it all lines related to FROG displayer (just one module)