Skip to content

Commit

Permalink
Merge pull request #8021 from emiglior/pixel-rechit-ntuplizer-SLHC_62X
Browse files Browse the repository at this point in the history
add ntuplizer for pixel hits
  • Loading branch information
cmsbuild committed Mar 6, 2015
2 parents 6dc68e8 + 8fb963e commit 4c72c43
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="StdPixelHitNtuplizerExample">
<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 4c72c43

Please sign in to comment.