Skip to content

Commit 35b39e5

Browse files
committed
A2PrimaryGeneratorAction: improved user info
1 parent 155f5c3 commit 35b39e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/A2PrimaryGeneratorAction.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void A2PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent)
189189
else
190190
{
191191
if (fNevent == 0)
192-
G4cout << "All stable particles will be tracked" << G4endl;
192+
G4cout << "All (stable) particles will be tracked" << G4endl;
193193
}
194194

195195
//
@@ -430,7 +430,8 @@ void A2PrimaryGeneratorAction::SetUpFileInput(){
430430
// perform a few checks
431431
if (fNToBeTracked == 0)
432432
{
433-
G4cout << "A2PrimaryGeneratorAction::SetUpFileInput(): No particles marked for tracking so all stable particles will be tracked" << G4endl;
433+
G4cout << "A2PrimaryGeneratorAction::SetUpFileInput(): No particles marked for tracking so, depending on the event file format, " <<
434+
"all (stable) particles will be tracked" << G4endl;
434435
}
435436
else
436437
{

0 commit comments

Comments
 (0)