Skip to content

Commit

Permalink
add ntuplizer for pixel hits
Browse files Browse the repository at this point in the history
  • Loading branch information
emiglior committed Mar 2, 2015
1 parent b3b8dd8 commit c2fc610
Show file tree
Hide file tree
Showing 3 changed files with 1,074 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SLHCUpgradeSimulations/Geometry/plugins/BuildFile.xml
@@ -0,0 +1,14 @@
<environment>
<library file="StdPixelHitNtuplizer.cc" name="StdHitNtuplizerExample">
<flags EDM_PLUGIN="1"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/ServiceRegistry"/>
<use name="CommonTools/UtilAlgos"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/TrackReco"/>
<use name="DataFormats/StdDictionaries"/>
<use name="SimTracker/TrackerHitAssociation"/>
<use name="RecoLocalTracker/SiPixelRecHits"/>
</library>
</environment>

0 comments on commit c2fc610

Please sign in to comment.