Changeset 265 in Idarraga


Ignore:
Timestamp:
Mar 7, 2012, 7:08:29 PM (12 years ago)
Author:
idarraga
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • allpix/src/AllPixRun.cc

    r261 r265  
    390390        *m_lciobridge_dut_f << "R " << GetRunID() << endl;
    391391
     392        /*
    392393        // check event for information about the track
    393394        //G4TrajectoryContainer * tC = evt->GetTrajectoryContainer();
     
    414415                //G4VSolid * sol = m_detectorPtr->GetVSolidDetector(100);
    415416                //G4cout << "       " << tP->GetPosition().z()/mm << G4endl;
    416 /*
    417                 if(sol->Inside(tP->GetPosition()) == kInside){
    418                         G4cout << "       inside !!" << G4endl;
    419                 } else {
    420                         G4cout << "       outside !!" << G4endl;
    421                 }
     417
     418                //if(sol->Inside(tP->GetPosition()) == kInside){
     419                //      G4cout << "       inside !!" << G4endl;
     420                //} else {
     421                //      G4cout << "       outside !!" << G4endl;
     422                //}
     423
     424        }
    422425*/
    423         }
    424426
    425427        // Ok, I have to match the right detector m_frames with the digit collection
Note: See TracChangeset for help on using the changeset viewer.