Skip to content

Commit

Permalink
Merge with Maksym's no Vc version
Browse files Browse the repository at this point in the history
  • Loading branch information
fisyak committed Dec 28, 2024
1 parent 5c61fd5 commit a14d105
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
Empty file.
2 changes: 1 addition & 1 deletion StRoot/KFParticlePerformance/KFPHistogram/KFPHistogram.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "KFPHistogramSet.h"
#include "KFPartEfficiencies.h"
#include "KFParticleTopoReconstructor.h"
#include "KFParticle/KFParticleTopoReconstructor.h"
#include <map>
#include <iostream>
#include <fstream>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define KFPHISTOGRAMSET

#include "KFPHistogram1D.h"
#include "KFParticle.h"
#include "KFParticle/KFParticle.h"

/** @class KFPHistogramSet
** @brief A set of histograms collected at the external devise.
Expand Down
4 changes: 2 additions & 2 deletions StRoot/KFParticlePerformance/KFTopoPerformance.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#include "AliHLTTPCCAPerformance.h"
#endif

#include "KFParticleTopoReconstructor.h"
#include "KFParticleSIMD.h"
#include "KFParticle/KFParticleTopoReconstructor.h"
#include "KFParticle/KFParticleSIMD.h"
#include "KFPHistogram/KFPHistogram.h"

#include "TParticlePDG.h"
Expand Down
8 changes: 4 additions & 4 deletions StRoot/KFParticleTest/KFParticleTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include "KFParticle.h"
#include "KFPTrack.h"
#include "KFPVertex.h"
#include "KFParticleSIMD.h"
#include "KFParticle/KFParticle.h"
#include "KFParticle/KFPTrack.h"
#include "KFParticle/KFPVertex.h"
#include "KFParticle/KFParticleSIMD.h"
#include "KFParticleTest.h"

#include <iostream>
Expand Down
12 changes: 6 additions & 6 deletions StRoot/StKFParticleAnalysisMaker/StKFParticleAnalysisMaker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#include "TTree.h"
#include "TSystem.h"
//--- KF particle classes ---
#include "KFVertex.h"
#include "KFParticle.h"
#include "KFParticleSIMD.h"
#include "KFPTrack.h"
#include "KFParticleTopoReconstructor.h"
#include "KFPartEfficiencies.h"
#include "KFParticle/KFVertex.h"
#include "KFParticle/KFParticle.h"
#include "KFParticle/KFParticleSIMD.h"
#include "KFParticle/KFPTrack.h"
#include "KFParticle/KFParticleTopoReconstructor.h"
#include "KFParticlePerformance/KFPartEfficiencies.h"
#include "StKFParticleInterface.h"
#include "StKFParticlePerformanceInterface.h"
//--- Pico classes ---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#endif
#include "TMVA/Reader.h"

#include "KFParticle.h"
#include "KFParticle/KFParticle.h"

class StKFParticleInterface;
class StKFParticlePerformanceInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <iostream>
#include <iomanip>

#include "KFParticleSIMD.h"
#include "KFParticle/KFParticleSIMD.h"

ClassImp(StKFParticleCandidateAnalysis)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef STAR_StKFParticleCandidateAnalysisMaker
#define STAR_StKFParticleCandidateAnalysisMaker

#include "KFParticle.h"
#include "KFParticle/KFParticle.h"

#include "TString.h"
#include "TObject.h"
Expand Down
4 changes: 2 additions & 2 deletions StRoot/StKFParticleAnalysisMaker/StKFParticleInterface.cxx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "StKFParticleInterface.h"

#include "KFParticleTopoReconstructor.h"
#include "KFMCTrack.h"
#include "KFParticle/KFParticleTopoReconstructor.h"
#include "KFParticlePerformance/KFMCTrack.h"

#include "TMath.h"
#include "TArrayD.h"
Expand Down
2 changes: 1 addition & 1 deletion StRoot/StKFParticleAnalysisMaker/StKFParticleInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <vector>
#include <map>

#include "KFParticle.h"
#include "KFParticle/KFParticle.h"
#include "TObject.h"
#include "StMuDSTMaker/COMMON/StMuTrack.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "StKFParticlePerformanceInterface.h"

#include "KFParticleTopoReconstructor.h"
#include "KFTopoPerformance.h"
#include "KFParticle/KFParticleTopoReconstructor.h"
#include "KFParticlePerformance/KFTopoPerformance.h"

#include "TFile.h"
#include "TDirectory.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef StKFParticlePerformanceInterface_H
#define StKFParticlePerformanceInterface_H

#include "KFMCTrack.h"
#include "KFParticlePerformance/KFMCTrack.h"

#include "TObject.h"
#include "TString.h"
Expand Down

0 comments on commit a14d105

Please sign in to comment.