Skip to content

Commit

Permalink
No track smearing tool for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravo135 committed Jan 8, 2024
1 parent 4a96ea9 commit e09a77d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions processors/include/TrackingAnaProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include "EventHeader.h"
#include "TrackHistos.h"

#include "TrackSmearingTool.h"

// Forward declarations
class TTree;

Expand Down Expand Up @@ -115,8 +113,6 @@ class TrackingAnaProcessor : public Processor {
int debug_{0}; //!< debug level
float time_offset_{0}; //! time offset

std::shared_ptr<TrackSmearingTool> smearingTool_;


}; // TrackingAnaProcessor

Expand Down

0 comments on commit e09a77d

Please sign in to comment.