Skip to content

Commit

Permalink
ProcessorParameters for more Subdetectors added
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Schwan committed Aug 26, 2024
1 parent a45db09 commit ff351f7
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 86 deletions.
4 changes: 4 additions & 0 deletions source/Refitting/include/FullLDCTracking_MarlinTrk.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ class FullLDCTracking_MarlinTrk : public Processor {
std::string _LDCTrackCollection{};

std::string m_vtxDetName{};
std::string m_forwardTrackerDetName{};
std::string m_innerBarrelTrackerDetName{};
std::string m_vertexEndcapDetName{};
std::string m_siliconExternalTrackerDetName{};

TrackExtendedVec _allSiTracks{};
TrackExtendedVec _allTPCTracks{};
Expand Down
Loading

0 comments on commit ff351f7

Please sign in to comment.