Problem 267 - XrayTelRunAction.cc does not compile on NT.
Summary: XrayTelRunAction.cc does not compile on NT.
Status: RESOLVED INVALID
Alias: None
Product: Examples/Advanced
Classification: Unclassified
Component: xray_telescope (show other problems)
Version: other
Hardware: PC Windows
: P2 normal
Assignee: Ramon.Nartallo
URL:
Depends on:
Blocks:
 
Reported: 2001-06-20 08:47 CEST by barrand
Modified: 2007-04-09 00:13 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 barrand 2001-06-20 08:47:31 CEST
In examples/advanced/xray_telescope/src/XrayTelRunAction.cc there
is a ios::app that should be a G4std::ios::app, the line
is the number 97 :
 G4std::ofstream outscat("detector.hist", ios::app);
Comment 1 Makoto.Asai 2001-06-20 10:06:59 CEST
This must be the problem of this particualr example.
But this example is assumed to be used only with Linux, and it is
stated in the readme.
Anyway, I reassign this report to the responsible person of this
example.
Comment 2 Ramon.Nartallo 2001-11-26 07:14:59 CET
This advanced example uses functionality only currently available in Linux.