Ignore:
Timestamp:
Feb 23, 2007, 2:22:42 PM (17 years ago)
Author:
campagne
Message:

Unuseful Sensitive Detector for the moment (JEC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ELYSE/HEAD/source/TrackingAction.cxx

    r286 r294  
    4848  //-----------optical photon: store trajectory objects
    4949
    50   G4cout << "(JEC) PreUserTrackingAction (" << particleName
    51          << ") and DrawOptical = " << drawOpticalPhoton
    52          << G4endl;
     50//   G4cout << "(JEC) PreUserTrackingAction (" << particleName
     51//       << ") and DrawOptical = " << drawOpticalPhoton
     52//       << G4endl;
    5353
    5454  if(!drawOpticalPhoton && (particleName == "opticalphoton") )return;
     
    5656  if(drawOpticalPhoton && (particleName == "opticalphoton") ){
    5757
    58     G4cout << "(JEC) PreUserTrackingAction: Optical--ParentID : " << aTrack->GetParentID()
    59            << G4endl;
     58//     G4cout << "(JEC) PreUserTrackingAction: Optical--ParentID : " << aTrack->GetParentID()
     59//         << G4endl;
    6060
    6161
     
    8484  G4double thresholdTobeSaved = 0.*keV; //JEC FIXME put in the messenger
    8585
    86   G4cout << "(JEC) PreUserTrackingAction (" << particleName
    87          << " ParentID " << aTrack->GetParentID();
    88   if (creatorProcess!=0) G4cout << ") and Process Name " << creatorProcess->GetProcessName();
    89   G4cout << G4endl;
     86//   G4cout << "(JEC) PreUserTrackingAction (" << particleName
     87//       << " ParentID " << aTrack->GetParentID();
     88//   if (creatorProcess!=0) G4cout << ") and Process Name " << creatorProcess->GetProcessName();
     89//   G4cout << G4endl;
    9090
    9191
Note: See TracChangeset for help on using the changeset viewer.