Problem 2361 - dnadamage1 analysis.C and plot.C
Summary: dnadamage1 analysis.C and plot.C
Status: VERIFIED FIXED
Alias: None
Product: Examples/Extended
Classification: Unclassified
Component: medical/dna (show other problems)
Version: 10.6
Hardware: All All
: P4 minor
Assignee: hoangtran
URL:
Depends on:
Blocks:
 
Reported: 2021-04-19 04:08 CEST by qijie3458
Modified: 2021-06-05 21:47 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description qijie3458 2021-04-19 04:08:27 CEST
When analyzing the simulation results, when using root to execute the .C file, the terminal displays: dnadamage1/./plot.C:error:member reference type'std::_Rb_tree_iterator<std::pair<const int,int>> 'is not a pointer,didi you mean to use'.'? and no member named'second' in 'std::Rb_tree_iterator<std::pair<const int,int>>'and similar errors.
Comment 1 Sebastien Incerti 2021-04-19 09:38:14 CEST
Reassigned
Comment 2 hoangtran 2021-06-05 21:46:51 CEST
Thank for reporting, 

You can do as follows to run analysis.C file

1 - launch ROOT v6.xx (usually type 'root' at your machine's prompt)
2 - type '.X analysis.C' at the ROOT session prompt

Best regards
Hoang