Changeset 269 in Idarraga


Ignore:
Timestamp:
Mar 8, 2012, 3:10:42 PM (12 years ago)
Author:
idarraga
Message:

check hit collection valid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • allpix/include/AllPixTrackerSD.hh

    r88 r269  
    4141#include "G4WrapperProcess.hh"
    4242
     43#include <set>
     44
     45using namespace std;
     46
    4347class G4Step;
    4448class G4HCofThisEvent;
     
    7478  bool m_thisIsAPixelDetector;
    7579
     80  set<AllPixTrackerHitsCollection *> m_hitsCollectionSet;
     81
    7682};
    7783
Note: See TracChangeset for help on using the changeset viewer.