Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
remove eventdef and add event object headers
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jan 22, 2024
1 parent 5c6bee2 commit c92f485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/Ecal/EcalRecProducer.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
//----------//
#include "DetDescr/DetectorID.h"
#include "DetDescr/EcalID.h"
#include "Framework/EventDef.h"
#include "Framework/EventProcessor.h"

namespace ecal {
Expand Down
3 changes: 3 additions & 0 deletions src/Ecal/EcalRecProducer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#include "Ecal/EcalRecProducer.h"
#include "DetDescr/EcalGeometry.h"
#include "Ecal/EcalReconConditions.h"
#include "Ecal/Event/EcalHit.h"
#include "Recon/Event/HgcrocDigiCollection.h"
#include "SimCore/Event/SimCalorimeterHit.h"

namespace ecal {

Expand Down

0 comments on commit c92f485

Please sign in to comment.