Skip to content

Commit

Permalink
Make FullLDC tracking more flexible (#72)
Browse files Browse the repository at this point in the history
* cld tracking detector names in setupGEOM added; otherwise _sectors empty

removed printing of subdetector names

around line 949: streamlog of SIT layer check more verbose;
FullLDCTracking_MarlinTrk formatted using .clang-format

vscode setting json files added

introduced vars for subdetector names in setupGeom; less hardcoding

Relaxation of the condition on the vectors V and Z, antiparallel also permitted; experimental modification

tasks.json added

rm vscode specific files

* ProcessorParameters for more Subdetectors added

* Revert changes to SiliconTracking_MarlinTrk from a45db09; removed CLD detector names as v11 reco uses ConformalTracking now
  • Loading branch information
Victor-Schwan authored Aug 28, 2024
1 parent 32b5a3e commit 5da0b69
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 80 deletions.
6 changes: 6 additions & 0 deletions source/Refitting/include/FullLDCTracking_MarlinTrk.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,12 @@ 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{};
TrackExtendedVec _allCombinedTracks{};
Expand Down
Loading

0 comments on commit 5da0b69

Please sign in to comment.