Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion inc/InfoMCStructHelper.hh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "EventNtuple/inc/CrvHitInfoMC.hh"
#include "Offline/RecoDataProducts/inc/KalSeed.hh"
#include "Offline/MCDataProducts/inc/KalSeedMC.hh"
#include "BTrk/BbrGeom/HepPoint.h"
#include "Offline/MCDataProducts/inc/PrimaryParticle.hh"
#include "Offline/MCDataProducts/inc/SurfaceStep.hh"
#include "Offline/BFieldGeom/inc/BFieldManager.hh"
Expand Down
12 changes: 2 additions & 10 deletions src/EventNtupleMaker_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,7 @@
#include "TTree.h"
#include "TProfile.h"

// BaBar includes
#include "BTrk/BaBar/BaBar.hh"
#include "BTrk/KalmanTrack/KalRep.hh"
#include "BTrk/ProbTools/ChisqConsistency.hh"
#include "BTrk/BbrGeom/BbrVectorErr.hh"
#include "BTrk/TrkBase/TrkHelixUtils.hh"
#include "Offline/Mu2eUtilities/inc/TriggerResultsNavigator.hh"
// mu2e tracking
#include "Offline/BTrkData/inc/TrkStrawHit.hh"
// diagnostics
#include "EventNtuple/inc/HitCount.hh"
#include "EventNtuple/inc/TrkCount.hh"
Expand Down Expand Up @@ -651,7 +643,7 @@ namespace mu2e {
fillTriggerBranch(event, process, firstEvent);
firstEvent=false;
}

// MC data
if(_fillmc) { // get MC product collections
event.getByLabel(_conf.primaryParticleTag(),_pph);
Expand Down Expand Up @@ -1007,7 +999,7 @@ namespace mu2e {
}
_allRQIs.at(i_branch).setQuals(recoQuals);
// TrkCaloHitPID

const auto& trkPIDHandles = _allTrkPIDCHs.at(i_branch);
for (size_t i_trkPIDHandle = 0; i_trkPIDHandle < trkPIDHandles.size(); ++i_trkPIDHandle) {
const auto& trkPIDHandle = trkPIDHandles.at(i_trkPIDHandle);
Expand Down