]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVGEN/AliDecayer.h
Adding MUON HLT code to the repository.
[u/mrichter/AliRoot.git] / EVGEN / AliDecayer.h
CommitLineData
b9d0a01d 1#ifndef ALI_DECAYER__H
2#define ALI_DECAYER__H
72bda017 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
675e9664 7
a8e30f75 8#include "RVersion.h"
b9d0a01d 9#include "TVirtualMCDecayer.h"
72bda017 10
b9d0a01d 11typedef TVirtualMCDecayer AliDecayer;
72bda017 12
5c03ca80 13#if ROOT_VERSION_CODE >= 197633 //Corresponds to Root v3-04-01
a8e30f75 14typedef enum
15{
16 kSemiElectronic, kDiElectron, kSemiMuonic, kDiMuon,
17 kBJpsiDiMuon, kBJpsiDiElectron,
18 kBPsiPrimeDiMuon, kBPsiPrimeDiElectron, kPiToMu,
19 kKaToMu, kNoDecay,
56d47239 20 kHadronicD, kOmega, kPhiKK, kAll, kNoDecayHeavy, kHardMuons, kBJpsi
a8e30f75 21} Decay_t;
22#endif
23
b9d0a01d 24#endif //ALI_DECAYER__H
88cb7938 25