File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2222#include < string>
2323#include " PWGCF/DataModel/FemtoDerived.h"
2424#include " Framework/HistogramRegistry.h"
25+ #include " CommonConstants/PhysicsConstants.h"
2526
2627using namespace o2 ::framework;
2728
@@ -372,15 +373,15 @@ class FemtoDreamParticleHisto
372373 pidTPC = part.tpcNSigmaPr ();
373374 pidTOF = part.tofNSigmaPr ();
374375 break ;
375- case 1000010020 : // Deuteron
376+ case constants::physics:: kDeuteron :
376377 pidTPC = part.tpcNSigmaDe ();
377378 pidTOF = part.tofNSigmaDe ();
378379 break ;
379- case 1000010030 : // Triton
380+ case constants::physics:: kTriton :
380381 pidTPC = part.tpcNSigmaTr ();
381382 pidTOF = part.tofNSigmaTr ();
382383 break ;
383- case 1000020030 : // Helium3
384+ case constants::physics:: kHelium3 :
384385 pidTPC = part.tpcNSigmaHe ();
385386 pidTOF = part.tofNSigmaHe ();
386387 break ;
You can’t perform that action at this time.
0 commit comments