Skip to content

Commit

Permalink
merge two packets in one
Browse files Browse the repository at this point in the history
  • Loading branch information
bfonta committed Sep 18, 2020
1 parent 3d04120 commit 25cc7bf
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 323 deletions.
1 change: 1 addition & 0 deletions RecoLocalCalo/HGCalESProducers/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<use name="DataFormats/ForwardDetId"/>
<use name="CommonTools/UtilAlgos"/>
<use name="RecoLocalCalo/HGCalRecAlgos"/>
<use name="RecoLocalCalo/HGCalESProducers"/>
<use name="HeterogeneousCore/CUDACore"/>
<use name="HeterogeneousCore/CUDAUtilities"/>
<use name="clhep"/>
Expand Down
21 changes: 0 additions & 21 deletions RecoLocalCalo/HGCalESProducers/plugins/BuildFile.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion RecoLocalCalo/HGCalRecProducers/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<use name="DataFormats/ForwardDetId"/>
<use name="CommonTools/UtilAlgos"/>
<use name="RecoLocalCalo/HGCalRecAlgos"/>
<use name="RecoLocalCalo/HGCalESProducers"/>
<use name="Geometry/HGCalGeometry"/>
<use name="Geometry/HGCalCommonData"/>
<use name="CondFormats/DataRecord"/>
Expand Down
1 change: 0 additions & 1 deletion RecoLocalCalo/HGCalRecProducers/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<use name="DataFormats/HcalDetId"/>
<use name="RecoLocalCalo/HGCalRecAlgos"/>
<use name="RecoLocalCalo/HGCalRecProducers"/>
<use name="RecoLocalCalo/HGCalESProducers"/>
<use name="FWCore/MessageLogger"/>
<use name="Geometry/CaloGeometry"/>
<use name="Geometry/HGCalGeometry"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h"
#include "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h"
#include "RecoLocalCalo/HGCalRecProducers/plugins/KernelManagerHGCalRecHit.h"
#include "RecoLocalCalo/HGCalESProducers/plugins/KernelManagerHGCalCellPositions.h"
#include "RecoLocalCalo/HGCalRecProducers/plugins/KernelManagerHGCalCellPositions.h"

class HeterogeneousHGCalHEFRecHitProducer: public edm::stream::EDProducer<edm::ExternalWork>
{
Expand Down

0 comments on commit 25cc7bf

Please sign in to comment.