Difference: HowToInstallTBmon2 (1 vs. 7)

Revision 72018-09-03 - AtlasjSilicon

 
META TOPICPARENT name="PlanerPixelTestBeam"

TBmon2のインストール方法

tbtrack fileをTBmon2 というソフトで解析する

2018年8月13日にtbmon2がCERNのgitlab repositoryに移されたため申請の必要はなくなったため、そのままgit cloneすれば使うことができる

git clone https://gitlab.cern.ch/tbmon2/tbmon2.git

現在、git cloneしてきたtbmonをそのままmakeしようとしても途中で止まってしまうので、先に"lib" dir内の"libconfig-1.4.9"をinstallする

Changed:
<
<
ただし、このlibconfig-1.4.9は初期設定だと/usr/local/bin等にinstallするようになっており、lxatutなどでは書き込み権限がなくinstallできないのでconfigure時にinstall先を指定しておく必要がある
>
>
ただし、このlibconfig-1.4.9は初期設定だと/usr/local/bin等にinstallするようになっており、lxatutなどでは書き込み権限がなくinstallできないのでconfigure時にinstall先を指定しておく必要がある
Added:
>
>
 
./configure --prefix=/path/where/you/want/to/install
make
make install
Changed:
<
<
その後にtbmonをmakeすると使えるようになる
>
>
その後にtbmonをmakeすると使えるようになる
 
<--/twistyPlugin twikiMakeVisibleInline-->

https://bitbucket.org/TBmon2/tbmon2/overview

まずはbitbucketで自分のアカウントを作成。
TBmonのrepositoryは申請が必要なので、管理者に連絡を取り許可をもらう。
(現時点2016年4月での管理者はTobias Bisanz)

許可がもらえたら、
git clone https://username@bitbucket.org/TBmon2/tbmon2.git

追記

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

"libconfig-1.4.9"があるとmakeできないので,一度removeしてから,

.configure -> make !!

<--/twistyPlugin-->

TBmon2での解析方法

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

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

Comments


<--/commentPlugin-->

Revision 62018-08-30 - AtlasjSilicon

 
META TOPICPARENT name="PlanerPixelTestBeam"

TBmon2のインストール方法

tbtrack fileをTBmon2 というソフトで解析する

2018年8月13日にtbmon2がCERNのgitlab repositoryに移されたため申請の必要はなくなったため、そのままgit cloneすれば使うことができる

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-->

https://bitbucket.org/TBmon2/tbmon2/overview

まずはbitbucketで自分のアカウントを作成。
TBmonのrepositoryは申請が必要なので、管理者に連絡を取り許可をもらう。
(現時点2016年4月での管理者はTobias Bisanz)

許可がもらえたら、
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"は勝手に展開されているが,

"libconfig-1.4.9"があるとmakeできないので,一度removeしてから,

.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


<--/commentPlugin-->

Revision 52018-08-28 - AtlasjSilicon

 
META TOPICPARENT name="PlanerPixelTestBeam"

TBmon2のインストール方法

tbtrack fileをTBmon2 というソフトで解析する

2018年8月13日にtbmon2がCERNのgitlab repositoryに移されたため申請の必要はなくなったため、そのままgit cloneすれば使うことができる

Changed:
<
<
The repository can be found here: https://gitlab.cern.ch/tbmon2/tbmon2
>
>
git clone https://gitlab.cern.ch/tbmon2/tbmon2.git
 
<--/twistyPlugin twikiMakeVisibleInline-->

https://bitbucket.org/TBmon2/tbmon2/overview

まずはbitbucketで自分のアカウントを作成。
TBmonのrepositoryは申請が必要なので、管理者に連絡を取り許可をもらう。
(現時点2016年4月での管理者はTobias Bisanz)

許可がもらえたら、
git clone https://username@bitbucket.org/TBmon2/tbmon2.git


<--/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"は勝手に展開されているが,

"libconfig-1.4.9"があるとmakeできないので,一度removeしてから,

.configure -> make !!

-- Hiromi Sawai - 2016-04-27

Comments


<--/commentPlugin-->

Revision 42018-08-20 - AtlasjSilicon

 
META TOPICPARENT name="PlanerPixelTestBeam"

TBmon2のインストール方法

Changed:
<
<
tbtrack fileをTBmon2 というソフトで解析します。
>
>
tbtrack fileをTBmon2 というソフトで解析する
  2018年8月13日にtbmon2がCERNのgitlab repositoryに移されたため申請の必要はなくなったため、そのままgit cloneすれば使うことができる

The repository can be found here: https://gitlab.cern.ch/tbmon2/tbmon2

<--/twistyPlugin twikiMakeVisibleInline-->

https://bitbucket.org/TBmon2/tbmon2/overview

まずはbitbucketで自分のアカウントを作成。
TBmonのrepositoryは申請が必要なので、管理者に連絡を取り許可をもらう。
(現時点2016年4月での管理者はTobias Bisanz)

許可がもらえたら、
git clone https://username@bitbucket.org/TBmon2/tbmon2.git

Changed:
<
<
<--/twistyPlugin-->
>
>

</>
<--/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"は勝手に展開されているが,

"libconfig-1.4.9"があるとmakeできないので,一度removeしてから,

.configure -> make !!

-- Hiromi Sawai - 2016-04-27

Comments


<--/commentPlugin-->

Revision 32018-08-20 - AtlasjSilicon

 
META TOPICPARENT name="PlanerPixelTestBeam"

TBmon2のインストール方法

Changed:
<
<
tbtrack fileをTBmon2 というソフトで解析します。
https://bitbucket.org/TBmon2/tbmon2/overview
>
>
tbtrack fileをTBmon2 というソフトで解析します。
 
Added:
>
>
2018年8月13日にtbmon2がCERNのgitlab repositoryに移されたため申請の必要はなくなったため、そのままgit cloneすれば使うことができる

The repository can be found here: https://gitlab.cern.ch/tbmon2/tbmon2

<--/twistyPlugin twikiMakeVisibleInline-->
 まずはbitbucketで自分のアカウントを作成。
TBmonのrepositoryは申請が必要なので、管理者に連絡を取り許可をもらう。
(現時点2016年4月での管理者はTobias Bisanz)

許可がもらえたら、
git clone https://username@bitbucket.org/TBmon2/tbmon2.git

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をいじったりするとやりたいことが出きるはず。

Changed:
<
<
==追記==
>
>
追記
 
Changed:
<
<
Install後"lib" dirにある"libconfig-1.4.9.tar.gz"は勝手にunzipされているが,
>
>
Install後"lib" dirにある"libconfig-1.4.9.tar.gz"は勝手に展開されているが,
  "libconfig-1.4.9"があるとmakeできないので,一度removeしてから,

.configure -> make !!

-- Hiromi Sawai - 2016-04-27

Comments


<--/commentPlugin-->

Revision 22017-12-26 - AtlasjSilicon

 
META TOPICPARENT name="PlanerPixelTestBeam"

TBmon2のインストール方法

tbtrack fileをTBmon2 というソフトで解析します。
https://bitbucket.org/TBmon2/tbmon2/overview

まずはbitbucketで自分のアカウントを作成。
TBmonのrepositoryは申請が必要なので、管理者に連絡を取り許可をもらう。
(現時点2016年4月での管理者はTobias Bisanz)

許可がもらえたら、
git clone https://username@bitbucket.org/TBmon2/tbmon2.git

TBmon2での解析方法

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

Changed:
<
<
どこかoutputdirを作って、outputdir/config/ に、tbmon2/config/draft/mainConfig.cfgをコピーして、
./tbmon2 outputdir
で走ります。コンフィグを変えたり、src codeをいじったりするとやりたいことが出きるはず。
>
>
どこかoutputdirを作って、outputdir/config/ に、tbmon2/config/draft/mainConfig.cfgをコピーして、
./tbmon2 outputdir
で走ります。コンフィグを変えたり、src codeをいじったりするとやりたいことが出きるはず。
 
Changed:
<
<
-- Hiromi Sawai - 2016-04-27
>
>
==追記==
Added:
>
>
Install後"lib" dirにある"libconfig-1.4.9.tar.gz"は勝手にunzipされているが,

"libconfig-1.4.9"があるとmakeできないので,一度removeしてから,

.configure -> make !!

-- Hiromi Sawai - 2016-04-27

 

Comments


<--/commentPlugin-->

Revision 12016-04-27 - HiromiSawai

 
META TOPICPARENT name="PlanerPixelTestBeam"

TBmon2のインストール方法

tbtrack fileをTBmon2 というソフトで解析します。
https://bitbucket.org/TBmon2/tbmon2/overview

まずはbitbucketで自分のアカウントを作成。
TBmonのrepositoryは申請が必要なので、管理者に連絡を取り許可をもらう。
(現時点2016年4月での管理者はTobias Bisanz)

許可がもらえたら、
git clone https://username@bitbucket.org/TBmon2/tbmon2.git

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


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