]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGDQ/dielectron/AliDielectronSignalMC.h
including switch to set on/off iso-track core removal, cleaning and bug fix
[u/mrichter/AliRoot.git] / PWGDQ / dielectron / AliDielectronSignalMC.h
index be6a50495d1c5d630e881f1b5006fa37ab1431bf..640e8bbab7345ed3ac096c330a9e08388af74b98 100644 (file)
@@ -31,6 +31,7 @@
     501 - open beauty mesons                         500-549
     502 - open beauty mesons and baryons             500-549, 5000-5499
     503 - all beauty hadrons                         500-599, 5000-5999
+    902 - all open charm open beauty mesons+baryons  400-439, 500-549, 4000-4399, 5000-5499
    1000 - light unflavoured baryons in the code range 1000-1999
    2000 -        --"--                                2000-2999
    3000 - strange baryons in the code range           3000-3999
@@ -65,7 +66,7 @@ class AliDielectronSignalMC : public TNamed {
   
  public:
   enum EBranchRelation {kUndefined=0, kSame, kDifferent};
-  enum ESource {kDontCare=0, kPrimary, kFinalState, kDirect, kSecondary};
+  enum ESource {kDontCare=0, kPrimary, kFinalState, kDirect, kSecondary, kNoCocktail, kSecondaryFromWeakDecay, kSecondaryFromMaterial};
   enum EJpsiRadiativ {kAll=0, kIsRadiative, kIsNotRadiative};
   
   AliDielectronSignalMC();