Difference: HowToInstallTBmon2 (5 vs. 6)

Revision 62018-08-30 - AtlasjSilicon

Line: 1 to 1
 
META TOPICPARENT name="PlanerPixelTestBeam"

TBmon2のインストール方法

Line: 8 to 8
  git clone https://gitlab.cern.ch/tbmon2/tbmon2.git
Added:
>
>
現在、git cloneしてきたtbmonをそのままmakeしようとしても途中で止まってしまうので、先に"lib" dir内の"libconfig-1.4.9"をinstallする

ただし、このlibconfig-1.4.9は初期設定だと/usr/local/bin等にinstallするようになっており、lxatutなどでは書き込み権限がなくinstallできないのでconfigure時にinstall先を指定しておく必要がある

./configure --prefix=/path/where/you/want/to/install
make
make install

その後にtbmonをmakeすると使えるようになる

 
<--/twistyPlugin twikiMakeVisibleInline-->
Line: 16 to 25
  許可がもらえたら、
git clone https://username@bitbucket.org/TBmon2/tbmon2.git
Deleted:
<
<

<--/twistyPlugin-->

TBmon2での解析方法

ROOTだけセットアップすればコンパイルできる(?)ので、
source /afs/cern.ch/sw/lcg/contrib/gcc/4.8/x86_64-slc6/setup.sh

どこかoutputdirを作って、outputdir/config/ に、tbmon2/config/draft/mainConfig.cfgをコピーして、
./tbmon2 outputdir
で走ります。コンフィグを変えたり、src codeをいじったりするとやりたいことが出きるはず。

 追記

Install後"lib" dirにある"libconfig-1.4.9.tar.gz"は勝手に展開されているが,

Line: 31 to 33
  .configure -> make !!
Added:
>
>
</>
<--/twistyPlugin-->

TBmon2での解析方法

ROOTだけセットアップすればコンパイルできる(?)ので、
source /afs/cern.ch/sw/lcg/contrib/gcc/4.8/x86_64-slc6/setup.sh

どこかoutputdirを作って、outputdir/config/ に、tbmon2/config/draft/mainConfig.cfgをコピーして、
./tbmon2 outputdir
で走ります。コンフィグを変えたり、src codeをいじったりするとやりたいことが出きるはず。

 -- Hiromi Sawai - 2016-04-27

Comments

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback