Rivet  3.1.2
AliceCommon.hh
1 #ifndef TOOLS_ALICECOMMON_HH
2 #define TOOLS_ALICECOMMON_HH
3 
4 #include "Rivet/Tools/Cuts.hh"
5 #include "Rivet/Particle.hh"
6 
7 namespace Rivet {
8 
13 
14 
17  namespace ALICE
18  {
24  const Cut V0Aacceptance = (Cuts::etaIn(+2.8,+5.1)&&(Cuts::abscharge3 > 0));
30  const Cut V0Cacceptance = (Cuts::etaIn(-3.7,-1.7)&&(Cuts::abscharge3 > 0));
36  const Cut CL0acceptance = (Cuts::etaIn(-2.0,2.0) && (Cuts::abscharge3 > 0));
42  const Cut CL1acceptance = (Cuts::etaIn(-1.4,1.4) && (Cuts::abscharge3 > 0));
48  const Cut Eta1acceptance = (Cuts::etaIn(-1,1) && (Cuts::abscharge3 > 0));
55 
56  #if 0
57 
62  const int PbId = (1000000000 + // ION identifier
63  0*10000000 + // # strange quarks
64  82*10000 + // atomic number
65  208*10 + // atomic weight
66  0*1); // Isomer number
67  #endif
68 
69 
70  }
71 }
72 
73 #endif
Definition: MC_Cent_pPb.hh:10
const Cut V0Aacceptance
Definition: AliceCommon.hh:24
const Cut FASTORacceptance
Definition: AliceCommon.hh:54
const Cut CL0acceptance
Definition: AliceCommon.hh:36
const Cut CL1acceptance
Definition: AliceCommon.hh:42
const Cut Eta1acceptance
Definition: AliceCommon.hh:48
const Cut V0Cacceptance
Definition: AliceCommon.hh:30