File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1717
1818#include " PWGUD/DataModel/UDTables.h"
1919
20+ #include " Common/PhysicsConstants.h"
21+ #include " Common/RecoDecay.h"
22+
2023#include " CCDB/BasicCCDBManager.h"
2124#include " DataFormatsParameters/GRPECSObject.h"
2225#include " DataFormatsParameters/GRPLHCIFData.h"
3437#include < unordered_map>
3538#include < vector>
3639
37- #include " Framework/AnalysisDataModel.h"
38- #include " Common/PhysicsConstants.h"
39-
40- #include " Common/RecoDecay.h"
41-
4240using namespace ROOT ::Math;
4341
4442// table for saving tree with info on data
@@ -208,7 +206,7 @@ struct UpcPolarisationJpsiIncoh {
208206 {
209207 float rAbs = fwdTrack.rAtAbsorberEnd ();
210208 float pDca = fwdTrack.pDca ();
211- float pt = RecoDecay::pt (fwdTrack.px (), fwdTrack.py ());
209+ float pt = RecoDecay::pt (fwdTrack.px (), fwdTrack.py ());
212210 float eta = RecoDecay::eta (fwdTrack.px (), fwdTrack.py (), fwdTrack.pz ());
213211 if (eta < kEtaMin || eta > kEtaMax )
214212 return false ;
You can’t perform that action at this time.
0 commit comments