[Gate-users] Gate-users Digest, Vol 171, Issue 14

hassan ouhadda ouhaddahassan at gmail.com
Fri Aug 21 01:58:10 CEST 2020


hi dear David;
thank you for your help, really i appreciate it, now it's run correctly;
just another question please : when i  ran it i  had the file (AnalyzeCT)
without exetension, how can i read this file ?

Le mar. 18 août 2020 à 01:59, <
gate-users-request at lists.opengatecollaboration.org> a écrit :

> Send Gate-users mailing list submissions to
>         gate-users at lists.opengatecollaboration.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
> or, via email, send a message with subject or body 'help' to
>         gate-users-request at lists.opengatecollaboration.org
>
> You can reach the person managing the list at
>         gate-users-owner at lists.opengatecollaboration.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gate-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Version 8.1 and 8.2 differences
>       (COURT, Steven (UNIVERSITY COLLEGE LONDON HOSPITALS NHS FOUNDATION
> TRUST))
>    2. Re: hi gate-users (David Boersma)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 18 Aug 2020 08:24:13 +0000
> From: "COURT, Steven (UNIVERSITY COLLEGE LONDON HOSPITALS NHS
>         FOUNDATION TRUST)" <steven.court at nhs.net>
> To: "gate-users at lists.opengatecollaboration.org"
>         <gate-users at lists.opengatecollaboration.org>
> Subject: Re: [Gate-users] Version 8.1 and 8.2 differences
> Message-ID: <1597739063594.18637 at nhs.net>
> Content-Type: text/plain; charset="Windows-1252"
>
> Hi David,
>
> The problem when I was running on v8.2 was in the CRLF line terminators. I
> was aware of this issue, but hadn't considered it as I was editing the file
> directly on the virtual machine using Pluma, seems strange to me. All
> worked after the conversion.
>
> I agree that ignoring the case would make sense, and informative error
> messages are always good.
>
> Thanks a lot for your help, it's much appreciated!
> Steve
>
>
>
> ________________________________________
> From: Gate-users <gate-users-bounces at lists.opengatecollaboration.org> on
> behalf of gate-users-request at lists.opengatecollaboration.org <
> gate-users-request at lists.opengatecollaboration.org>
> Sent: 17 August 2020 17:22
> To: gate-users at lists.opengatecollaboration.org
> Subject: Gate-users Digest, Vol 171, Issue 13
>
> Send Gate-users mailing list submissions to
>         gate-users at lists.opengatecollaboration.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
> or, via email, send a message with subject or body 'help' to
>         gate-users-request at lists.opengatecollaboration.org
>
> You can reach the person managing the list at
>         gate-users-owner at lists.opengatecollaboration.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gate-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Gate-users Digest, Vol 171, Issue 11 (David Boersma)
>    2. hi gate-users (hassan ouhadda)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 17 Aug 2020 16:16:23 +0000
> From: David Boersma <david.boersma at acmit.at>
> To: "gate-users at lists.opengatecollaboration.org"
>         <gate-users at lists.opengatecollaboration.org>
> Subject: Re: [Gate-users] Gate-users Digest, Vol 171, Issue 11
> Message-ID: <bf409e5d38714154bcb241702f1427cb at acmit.at>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Steven,
>
>
> I'm glad we're booking some progress.
>
>
> I have tried to reproduce the error messages that you report when adding
> "MeV" before the polynomial of the energy spread and running with Gate
> v8.2. When I run with the attached source file, it actually seems to run
> normally for me. The unit specification (MeV or percent) should be given in
> the content line immediately before the order of the energy spread
> polynomial. Since you write that you tried to insert in many places, I
> assume that you actually already tried to add it in the correct place. But
> I could reproduce your error message (complaining about line 16 in the
> source props file) if I misspell MeV, e.g. as MEV.
>
> For percent, the code allows different spellings (PERCENT, percent or %)
> but for MeV it's very picky, it only recognizes "MeV", with exactly that
> capitalization. "MEV" is not accepted, nor is "mev". Could it be that you
> actually inserted one of those "wrong" spellings? If you think you did
> already write it correctly, could you check with 'diff' or send me your
> source props file that includes the MeV line?
>
> I guess we can improve the parsing code by:
>
>   *   ignoring upper/lower case completely
>   *   recognize when the user tries to specify the name of a unit (not a
> number) in that particular line, and throw an informative error with a list
> of which names would be recognized and accepted.
>
>
> Thanks for reporting!
>
> /David
>
>
> PS: BTW, if you use a Windows mail client (I do, unfortunately) then the
> attached text file will probably be saved with DOS style line endings. In
> Linux you can detect this with the "file" command, like "file
> sourceprops.txt" and if it says "ASCII text, with CRLF line terminators"
> then you know that it was jinxed by Microsoft. It can be unjinxed with
> "dos2unix sourceprops.txt". I think every major Linux distribution has the
> "dos2unix" utility in their package repository.
>
> ________________________________
> Von: COURT, Steven (UNIVERSITY COLLEGE LONDON HOSPITALS NHS FOUNDATION
> TRUST) <steven.court at nhs.net>
> Gesendet: Montag, 17. August 2020 16:53:57
> An: gate-users at lists.opengatecollaboration.org
> Cc: David Boersma
> Betreff: Re: Gate-users Digest, Vol 171, Issue 11
>
> That's great, thank you David.
>
> It was indeed an issue with the "MeV" declaration in the source
> description file, which I had omitted. Adding it in my simulation now looks
> fine. I have attached the files you requested without the fix (though there
> is no error message raised, it just continues parsing incorrectly).
>
> I then tried to use that corrected source description file in my v8.2
> simulation, and no matter where I placed the "MeV" line I was getting an
> error stating that it was expecting an integer: "wrong number of values (0)
> on line 16 of data/SourceDescFile_Field1.txt, expected 1 value(s) of type
> i". Looking at the source code for the 8.2 release I'm not sure why that is
> the case, I believe it should be fine. I can now run on both versions, so
> thanks again!
>
> Regards,
> Steve
>
>
> ________________________________________
> From: Gate-users <gate-users-bounces at lists.opengatecollaboration.org> on
> behalf of gate-users-request at lists.opengatecollaboration.org <
> gate-users-request at lists.opengatecollaboration.org>
> Sent: 17 August 2020 11:00
> To: gate-users at lists.opengatecollaboration.org
> Subject: Gate-users Digest, Vol 171, Issue 11
>
> Send Gate-users mailing list submissions to
>         gate-users at lists.opengatecollaboration.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
> or, via email, send a message with subject or body 'help' to
>         gate-users-request at lists.opengatecollaboration.org
>
> You can reach the person managing the list at
>         gate-users-owner at lists.opengatecollaboration.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gate-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Version 8.1 and 8.2 differences, PBT (David Boersma)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 17 Aug 2020 09:44:45 +0000
> From: David Boersma <david.boersma at acmit.at>
> To: "gate-users at lists.opengatecollaboration.org"
>         <gate-users at lists.opengatecollaboration.org>
> Subject: Re: [Gate-users] Version 8.1 and 8.2 differences, PBT
> Message-ID: <fe0592ae2bb04e2fbd32b10f05d35eb4 at acmit.at>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Steve,
>
>
> Sorry for the long wait. You can use "git" to check differences between
> different releases. On the command line, for instance, you could list all
> tags (releases):
>
>
> git tag -l
>
>
> And then you could run:
>
>
> git diff v8.1.p01 v8.2 -- ./source/physics/src/GateSourceTPSPencilBeam.cc
>
>
> (I hope that this command line does not get mangled in your email
> client...)
>
>
> This shows the differences in the GateSourceTPSPencilBeam.cc source file
> between the releases 8.1.p01 and 8.2. You can also look at the diffs in
> github, for instance:
>
>   *   go to https://github.com/OpenGATE/Gate
>   *   click on "tags"
>   *   select the newest release tag for which you would like to do the
> comparison (8.2)
>   *   click "compare" and select the older release tag (8.1.p01)
>   *   you may have to wait a little bit while the server generates the
> diffs
>   *   select the "files changed" tab
>   *   find the file you're interested in and click "load diff"
>
> This should result in something like this:
>
>
> https://github.com/OpenGATE/Gate/compare/v8.1.p01...v8.2#diff-8f950e0d41b247abb5f0a77d4f0b2832L324
>
>
> <
> https://github.com/OpenGATE/Gate/compare/v8.1.p01...v8.2#diff-8f950e0d41b247abb5f0a77d4f0b2832L324>As
> you can see in the diff, nothing changed in the parsing of the optical part
> of the source properties file, but there were changes in the parsing of the
> energy spread (MEV versus PCT). The 8.1 code has the number of  lines to
> skip hardcoded, while in later releases it just skips whatever number of
> non-content lines (empty or comments) you have inserted. If some of the
> previously skipped lines could be construed as a "content line" (not empty,
> no comment) then it's possible that all lines after that will be
> misinterpreted, including the divergence polynomials. Maybe that's what
> happened with your source properties file.
>
>
> We have made an effort to detect such mishaps in the parsing so that
> you'll get a crash with an informative error message in such cases. But
> I've noticed that this error detection is not yet fool proof: it is still
> possible to give it incorrect source properties input which is then read
> silently, with bogus results.
>
>
> In short: could you please send us your source properties file (and maybe
> also the main macro and the plan file) so that we can see where the parsing
> goes wrong?
>
>
> HTH,
>
> David Boersma
>
> ________________________________
> Von: Gate-users <gate-users-bounces at lists.opengatecollaboration.org> im
> Auftrag von COURT, Steven (UNIVERSITY COLLEGE LONDON HOSPITALS NHS
> FOUNDATION TRUST) <steven.court at nhs.net>
> Gesendet: Donnerstag, 6. August 2020 16:25:39
> An: gate-users at lists.opengatecollaboration.org
> Betreff: [Gate-users] Version 8.1 and 8.2 differences, PBT
>
>
> Hi all,
>
>
> I've been simulating some proton treatments in virtual Gate 8.2 and all
> looks good, but when I run the same simulation in 8.1 (to be in line with
> Gate-RTIon) the beam has a ridiculous divergence. I suspect some change to
> the source description file, perhaps between rads / mrads, or in the
> ordering of the polynomials, I'm not sure yet.
>
>
> Can anyone tell me what's up, or point me to a document where I can see
> all changes made between versions 8.1 and 8.2?
>
>
> Thanks a lot,
>
> Steve
>
>
>
> ********************************************************************************************************************
>
> This message may contain confidential information. If you are not the
> intended recipient please inform the
> sender that you have received the message in error before deleting it.
> Please do not disclose, copy or distribute information in this e-mail or
> take any action in relation to its contents. To do so is strictly
> prohibited and may be unlawful. Thank you for your co-operation.
>
> NHSmail is the secure email and directory service available for all NHS
> staff in England and Scotland. NHSmail is approved for exchanging patient
> data and other sensitive information with NHSmail and other accredited
> email services.
>
> For more information and to find out how you can switch,
> https://portal.nhs.net/help/joiningnhsmail
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20200817/d74033d3/attachment-0001.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Gate-users mailing list
> Gate-users at lists.opengatecollaboration.org
> http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
>
> ------------------------------
>
> End of Gate-users Digest, Vol 171, Issue 11
> *******************************************
>
>
>
> ********************************************************************************************************************
>
> This message may contain confidential information. If you are not the
> intended recipient please inform the
> sender that you have received the message in error before deleting it.
> Please do not disclose, copy or distribute information in this e-mail or
> take any action in relation to its contents. To do so is strictly
> prohibited and may be unlawful. Thank you for your co-operation.
>
> NHSmail is the secure email and directory service available for all NHS
> staff in England and Scotland. NHSmail is approved for exchanging patient
> data and other sensitive information with NHSmail and other accredited
> email services.
>
> For more information and to find out how you can switch,
> https://portal.nhs.net/help/joiningnhsmail
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20200817/19107ad9/attachment-0001.html
> >
> -------------- next part --------------
> An embedded and charset-unspecified text was scrubbed...
> Name: SourceDescFile_Field1_MeV.txt
> URL: <
> http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20200817/19107ad9/attachment-0001.txt
> >
>
> ------------------------------
>
> Message: 2
> Date: Mon, 17 Aug 2020 09:47:56 -0700
> From: hassan ouhadda <ouhaddahassan at gmail.com>
> To: gate-users at lists.opengatecollaboration.org
> Subject: [Gate-users] hi gate-users
> Message-ID:
>         <
> CANSj0mJh7czeVOCEi_duDTBqLRjKLOnh9bXCDZObMqVisffzxg at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> please i have this problem when i try to compile the out put file CT :
> AnalyzeCT.cpp
> error:
> :~/hs/spectre > g++ -O3 root-config --cflags --glibs AnalyzeCT.cpp -o
> AnalyzeCT
> /tmp/ccbEwUGv.o: In function int TTree::SetBranchAddress<float>(char
> const*, float*, TBranch**)':
>
> AnalyzeCT.cpp:(.text._ZN5TTree16SetBranchAddressIfEEiPKcPT_PP7TBranch[_ZN5TTree16SetBranchAddressIfEEiPKcPT_PP7TBranch]+0x25):
> undefined reference to TClass::GetClass(std::type_info const&, bool, bool)’
>
> AnalyzeCT.cpp:(.text._ZN5TTree16SetBranchAddressIfEEiPKcPT_PP7TBranch[_ZN5TTree16SetBranchAddressIfEEiPKcPT_PP7TBranch]+0x6d):
> undefined reference to TDataType::GetType(std::type_info const&)'
> /tmp/ccbEwUGv.o: In function int TTree::SetBranchAddress(char const*, int*,
> TBranch**)’:
>
> AnalyzeCT.cpp:(.text._ZN5TTree16SetBranchAddressIiEEiPKcPT_PP7TBranch[_ZN5TTree16SetBranchAddressIiEEiPKcPT_PP7TBranch]+0x25):
> undefined reference to TClass::GetClass(std::type_info const&, bool, bool)'
>
> AnalyzeCT.cpp:(.text._ZN5TTree16SetBranchAddressIiEEiPKcPT_PP7TBranch[_ZN5TTree16SetBranchAddressIiEEiPKcPT_PP7TBranch]+0x6d):
> undefined reference to TDataType::GetType(std::type_info const&)’
> /tmp/ccbEwUGv.o: In function main': AnalyzeCT.cpp:(.text.startup+0x9f):
> undefined reference to TApplication::TApplication(char const*, int*,
> char**, void*, int)’
> AnalyzeCT.cpp:(.text.startup+0xa9): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0xdc): undefined reference to
> TCanvas::TCanvas(char
> const*, char const*, int, int, int, int)’
> AnalyzeCT.cpp:(.text.startup+0xef): undefined reference to
> TCanvas::ToggleToolBar()'
> AnalyzeCT.cpp:(.text.startup+0x105): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)’
> AnalyzeCT.cpp:(.text.startup+0x126): undefined reference to
> TFile::TFile(char
> const*, char const*, char const*, int)'
> AnalyzeCT.cpp:(.text.startup+0x12e): undefined reference to TFile::IsOpen()
> const’
> AnalyzeCT.cpp:(.text.startup+0x243): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x283): undefined reference to
> TH2F::TH2F(char
> const*, char const*, int, double, double, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x28d): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x2cd): undefined reference to
> TH2F::TH2F(char
> const*, char const*, int, double, double, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x2d7): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x309): undefined reference to
> TH1F::TH1F(char
> const*, char const*, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x313): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x345): undefined reference to
> TH1F::TH1F(char
> const*, char const*, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x34f): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x381): undefined reference to
> TH1F::TH1F(char
> const*, char const*, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x38b): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x3bd): undefined reference to
> TH1F::TH1F(char
> const*, char const*, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x3c7): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x3f9): undefined reference to
> TH1F::TH1F(char
> const*, char const*, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x403): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x435): undefined reference to
> TH1F::TH1F(char
> const*, char const*, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x43f): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x471): undefined reference to
> TH1F::TH1F(char
> const*, char const*, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x47b): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x4ad): undefined reference to
> TH1F::TH1F(char
> const*, char const*, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x1444): undefined reference to gStyle'
> AnalyzeCT.cpp:(.text.startup+0x1458): undefined reference to
> TStyle::SetPalette(int,
> int*, float)’
> AnalyzeCT.cpp:(.text.startup+0x145f): undefined reference to gStyle'
> AnalyzeCT.cpp:(.text.startup+0x146b): undefined reference to
> TStyle::SetOptStat(char
> const*)’
> AnalyzeCT.cpp:(.text.startup+0x1475): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x14c1): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x14cb): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x1517): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x1521): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x1569): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x1573): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x15bf): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x15c9): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x1611): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x161b): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x1663): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x166d): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x16b9): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x16c3): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x170f): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x1719): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x1765): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x176f): undefined reference to
> TStorage::ObjectAlloc(unsigned
> long)' AnalyzeCT.cpp:(.text.startup+0x17b7): undefined reference to
> TPad::TPad(char
> const*, char const*, double, double, double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x1cef): undefined reference to
> TApplication::Run(bool)'
> AnalyzeCT.cpp:(.text.startup+0x1d43): undefined reference to
> TApplication::~TApplication()’
> AnalyzeCT.cpp:(.text.startup+0x2203): undefined reference to
> TObject::operator
> delete(void*)' AnalyzeCT.cpp:(.text.startup+0x220f): undefined reference to
> TApplication::~TApplication()’
> AnalyzeCT.cpp:(.text.startup+0x2273): undefined reference to
> TObject::operator
> delete(void*)' AnalyzeCT.cpp:(.text.startup+0x2287): undefined
> reference to TObject::operator
> delete(void*)’
> AnalyzeCT.cpp:(.text.startup+0x229b): undefined reference to
> TObject::operator
> delete(void*)' AnalyzeCT.cpp:(.text.startup+0x22af): undefined
> reference to TObject::operator
> delete(void*)’
> AnalyzeCT.cpp:(.text.startup+0x22c3): undefined reference to
> TObject::operator
> delete(void*)' /tmp/ccbEwUGv.o:AnalyzeCT.cpp:(.text.startup+0x22d7): more
> undefined references to TObject::operator delete(void*)’ follow
> /tmp/ccbEwUGv.o: In function _GLOBAL__sub_I_main':
> AnalyzeCT.cpp:(.text.startup+0x3b): undefined reference to
> TVersionCheck::TVersionCheck(int)’
> collect2: error: ld returned 1 exit
> help me please
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20200817/ad818fd4/attachment.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Gate-users mailing list
> Gate-users at lists.opengatecollaboration.org
> http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
>
> ------------------------------
>
> End of Gate-users Digest, Vol 171, Issue 13
> *******************************************
>
>
>
> ********************************************************************************************************************
>
> This message may contain confidential information. If you are not the
> intended recipient please inform the
> sender that you have received the message in error before deleting it.
> Please do not disclose, copy or distribute information in this e-mail or
> take any action in relation to its contents. To do so is strictly
> prohibited and may be unlawful. Thank you for your co-operation.
>
> NHSmail is the secure email and directory service available for all NHS
> staff in England and Scotland. NHSmail is approved for exchanging patient
> data and other sensitive information with NHSmail and other accredited
> email services.
>
> For more information and to find out how you can switch,
> https://portal.nhs.net/help/joiningnhsmail
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 18 Aug 2020 08:40:09 +0000
> From: David Boersma <david.boersma at acmit.at>
> To: "gate-users at lists.opengatecollaboration.org"
>         <gate-users at lists.opengatecollaboration.org>
> Subject: Re: [Gate-users] hi gate-users
> Message-ID: <15ec73110d374f8e82f8bcceab14493f at acmit.at>
> Content-Type: text/plain; charset="windows-1252"
>
> Dear Hassan,
>
>
> I'm assuming that you are referring to "imaging/CT/classic/AnalyzeCT.cpp"
> in GateContrib:
>
>
> https://github.com/OpenGATE/GateContrib/blob/master/imaging/CT/classic/AnalyzeCT.cpp
>
>
>
> When I run your command line (with backticks around the root-config call)
> then I can exactly reproduce the errors that you report. I'm using g++
> version 9.3.0 and ROOT version 6.18.04.
>
> I found your command line in the GateContrib docs:
>
> https://github.com/OpenGATE/GateContrib/blob/master/imaging/CT/readme.md
>
>
> Maybe that is where you found it too. When you look at it again right now,
> you'll see a different command line (I changed it):
>
>
> g++ -O3 `root-config --cflags` AnalyzeCT.cpp `root-config --glibs` -o
> AnalyzeCT
>
>
> For me, that makes the linking errors go away, and it looks like the
> "AnalyzeCT" program runs normally. Could you let us know (please reply to
> the list, not only to me) if this works for you too?
>
>
> Good luck,
>
> David Boersma
>
>
>
>
> ________________________________
> Von: Gate-users <gate-users-bounces at lists.opengatecollaboration.org> im
> Auftrag von hassan ouhadda <ouhaddahassan at gmail.com>
> Gesendet: Montag, 17. August 2020 18:47:56
> An: gate-users at lists.opengatecollaboration.org
> Betreff: [Gate-users] hi gate-users
>
> please i have this problem when i try to compile the out put file CT :
> AnalyzeCT.cpp
> error:
> :~/hs/spectre > g++ -O3 root-config --cflags --glibs AnalyzeCT.cpp -o
> AnalyzeCT
> /tmp/ccbEwUGv.o: In function int TTree::SetBranchAddress<float>(char
> const*, float*, TBranch**)':
> AnalyzeCT.cpp:(.text._ZN5TTree16SetBranchAddressIfEEiPKcPT_PP7TBranch[_ZN5TTree16SetBranchAddressIfEEiPKcPT_PP7TBranch]+0x25):
> undefined reference to TClass::GetClass(std::type_info const&, bool, bool)’
> AnalyzeCT.cpp:(.text._ZN5TTree16SetBranchAddressIfEEiPKcPT_PP7TBranch[_ZN5TTree16SetBranchAddressIfEEiPKcPT_PP7TBranch]+0x6d):
> undefined reference to TDataType::GetType(std::type_info const&)'
> /tmp/ccbEwUGv.o: In function int TTree::SetBranchAddress(char const*, int*,
> TBranch**)’:
> AnalyzeCT.cpp:(.text._ZN5TTree16SetBranchAddressIiEEiPKcPT_PP7TBranch[_ZN5TTree16SetBranchAddressIiEEiPKcPT_PP7TBranch]+0x25):
> undefined reference to TClass::GetClass(std::type_info const&, bool, bool)'
> AnalyzeCT.cpp:(.text._ZN5TTree16SetBranchAddressIiEEiPKcPT_PP7TBranch[_ZN5TTree16SetBranchAddressIiEEiPKcPT_PP7TBranch]+0x6d):
> undefined reference to TDataType::GetType(std::type_info const&)’
> /tmp/ccbEwUGv.o: In function main': AnalyzeCT.cpp:(.text.startup+0x9f):
> undefined reference to TApplication::TApplication(char const*, int*,
> char**, void*, int)’
> AnalyzeCT.cpp:(.text.startup+0xa9): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0xdc):
> undefined reference to TCanvas::TCanvas(char const*, char const*, int, int,
> int, int)’
> AnalyzeCT.cpp:(.text.startup+0xef): undefined reference to
> TCanvas::ToggleToolBar()' AnalyzeCT.cpp:(.text.startup+0x105): undefined
> reference to TStorage::ObjectAlloc(unsigned long)’
> AnalyzeCT.cpp:(.text.startup+0x126): undefined reference to
> TFile::TFile(char const*, char const*, char const*, int)'
> AnalyzeCT.cpp:(.text.startup+0x12e): undefined reference to TFile::IsOpen()
> const’
> AnalyzeCT.cpp:(.text.startup+0x243): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x283):
> undefined reference to TH2F::TH2F(char const*, char const*, int, double,
> double, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x28d): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x2cd):
> undefined reference to TH2F::TH2F(char const*, char const*, int, double,
> double, int, double, double)’
> AnalyzeCT.cpp:(.text.startup+0x2d7): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x309):
> undefined reference to TH1F::TH1F(char const*, char const*, int, double,
> double)’
> AnalyzeCT.cpp:(.text.startup+0x313): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x345):
> undefined reference to TH1F::TH1F(char const*, char const*, int, double,
> double)’
> AnalyzeCT.cpp:(.text.startup+0x34f): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x381):
> undefined reference to TH1F::TH1F(char const*, char const*, int, double,
> double)’
> AnalyzeCT.cpp:(.text.startup+0x38b): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x3bd):
> undefined reference to TH1F::TH1F(char const*, char const*, int, double,
> double)’
> AnalyzeCT.cpp:(.text.startup+0x3c7): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x3f9):
> undefined reference to TH1F::TH1F(char const*, char const*, int, double,
> double)’
> AnalyzeCT.cpp:(.text.startup+0x403): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x435):
> undefined reference to TH1F::TH1F(char const*, char const*, int, double,
> double)’
> AnalyzeCT.cpp:(.text.startup+0x43f): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x471):
> undefined reference to TH1F::TH1F(char const*, char const*, int, double,
> double)’
> AnalyzeCT.cpp:(.text.startup+0x47b): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x4ad):
> undefined reference to TH1F::TH1F(char const*, char const*, int, double,
> double)’
> AnalyzeCT.cpp:(.text.startup+0x1444): undefined reference to gStyle'
> AnalyzeCT.cpp:(.text.startup+0x1458): undefined reference to
> TStyle::SetPalette(int, int*, float)’
> AnalyzeCT.cpp:(.text.startup+0x145f): undefined reference to gStyle'
> AnalyzeCT.cpp:(.text.startup+0x146b): undefined reference to
> TStyle::SetOptStat(char const*)’
> AnalyzeCT.cpp:(.text.startup+0x1475): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x14c1):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x14cb): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x1517):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x1521): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x1569):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x1573): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x15bf):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x15c9): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x1611):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x161b): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x1663):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x166d): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x16b9):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x16c3): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x170f):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x1719): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x1765):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x176f): undefined reference to
> TStorage::ObjectAlloc(unsigned long)' AnalyzeCT.cpp:(.text.startup+0x17b7):
> undefined reference to TPad::TPad(char const*, char const*, double, double,
> double, double, short, short, short)’
> AnalyzeCT.cpp:(.text.startup+0x1cef): undefined reference to
> TApplication::Run(bool)' AnalyzeCT.cpp:(.text.startup+0x1d43): undefined
> reference to TApplication::~TApplication()’
> AnalyzeCT.cpp:(.text.startup+0x2203): undefined reference to
> TObject::operator delete(void*)' AnalyzeCT.cpp:(.text.startup+0x220f):
> undefined reference to TApplication::~TApplication()’
> AnalyzeCT.cpp:(.text.startup+0x2273): undefined reference to
> TObject::operator delete(void*)' AnalyzeCT.cpp:(.text.startup+0x2287):
> undefined reference to TObject::operator delete(void*)’
> AnalyzeCT.cpp:(.text.startup+0x229b): undefined reference to
> TObject::operator delete(void*)' AnalyzeCT.cpp:(.text.startup+0x22af):
> undefined reference to TObject::operator delete(void*)’
> AnalyzeCT.cpp:(.text.startup+0x22c3): undefined reference to
> TObject::operator delete(void*)'
> /tmp/ccbEwUGv.o:AnalyzeCT.cpp:(.text.startup+0x22d7): more undefined
> references to TObject::operator delete(void*)’ follow
> /tmp/ccbEwUGv.o: In function _GLOBAL__sub_I_main':
> AnalyzeCT.cpp:(.text.startup+0x3b): undefined reference to
> TVersionCheck::TVersionCheck(int)’
> collect2: error: ld returned 1 exit
> help me please
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20200818/1a2e9797/attachment.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Gate-users mailing list
> Gate-users at lists.opengatecollaboration.org
> http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
>
> ------------------------------
>
> End of Gate-users Digest, Vol 171, Issue 14
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20200820/b63a9047/attachment-0001.html>


More information about the Gate-users mailing list