Warning, /include/Rivet/Projections/PromptFinalState.fhh is written in an unsupported language. File is not indexed.
0001 // -*- C++ -*-
0002 #ifndef RIVET_PromptFinalState_FHH
0003 #define RIVET_PromptFinalState_FHH
0004
0005 #include "Rivet/Projections/FinalState.hh"
0006
0007 namespace Rivet {
0008
0009
0010 /// How to treat decay products from prompt muons
0011 enum class MuDecaysAs { DIRECT=0, PROMPT=0, NODECAY=0, INDIRECT=1, NONPROMPT=1 };
0012
0013 /// How to treat decay products from prompt taus
0014 enum class TauDecaysAs { DIRECT=0, PROMPT=0, NODECAY=0, INDIRECT=1, NONPROMPT=1 };
0015
0016
0017 }
0018
0019 #endif