Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasales committed Dec 14, 2023
1 parent b88ed54 commit 490285a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CAFAna/Core/IRecordSource.cxx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include "sbnana/CAFAna/Core/IRecordSource.h"
#include "CAFAna/Core/IRecordSource.h"

#include "sbnana/CAFAna/Core/Multiverse.h"
#include "CAFAna/Core/Multiverse.h"

#include "sbnana/CAFAna/Core/SystShifts.h"
#include "CAFAna/Core/SystShifts.h"

#include "sbnanaobj/StandardRecord/Proxy/SRProxy.h"
#include "duneanaobj/StandardRecord/Proxy/StandardRecord.h"

namespace ana
{
Expand Down
4 changes: 3 additions & 1 deletion CAFAna/Core/IRecordSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ namespace ana
// Introduce some aliases so we can express ourselves more succinctly

using ISRSource = _IRecordSource<caf::SRProxy>;
using IInteractionSource = _IRecordSource<caf::SRTrueInteractionProxy>;
using IInteractionSource = _IRecordSource<caf::SRInteractionProxy>;

using IParticleSource = _IRecordSource<caf::SRRecoParticleProxy>;
// using INuTruthSource = _IRecordSource<caf::SRTrueInteractionProxy>;

/*// no ensemble stuff yet
Expand Down

0 comments on commit 490285a

Please sign in to comment.